Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-nbxmpp: update to 3.2.5.
@ 2022-11-21  8:27 Emru1
  2022-11-21  8:36 ` [PR PATCH] [Updated] " Emru1
  2022-11-24  6:28 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: Emru1 @ 2022-11-21  8:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 426 bytes --]

There is a new pull request by Emru1 against master on the void-packages repository

https://github.com/Emru1/void-packages gajim
https://github.com/void-linux/void-packages/pull/40657

python3-nbxmpp: update to 3.2.5.
- I tested the changes in this PR: **YES**

Dependency for https://github.com/void-linux/void-packages/pull/40591

A patch file from https://github.com/void-linux/void-packages/pull/40657.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gajim-40657.patch --]
[-- Type: text/x-diff, Size: 1125 bytes --]

From 8d37c541f7c6f4cc577a3413a2a72278f75b9cef Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emruemru1@gmail.com>
Date: Mon, 21 Nov 2022 09:26:25 +0100
Subject: [PATCH] python3-nbxmpp: update to 3.2.5.

---
 srcpkgs/python3-nbxmpp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 2f96ad3c38c0..781a39a49dcd 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=3.2.4
+version=3.2.5
 revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="GPL-2.0-or-later"
 homepage="https://python-nbxmpp.gajim.org/"
 changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
 distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=74deff4fc20603255571f7e0b4cd68157e44e1e769341e63d32dd846a291a615
+checksum=1c0251e2acddd75458f50b4ead4154ce637006974a98cacff9c4b6b89ff0ff54
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] python3-nbxmpp: update to 3.2.5.
  2022-11-21  8:27 [PR PATCH] python3-nbxmpp: update to 3.2.5 Emru1
@ 2022-11-21  8:36 ` Emru1
  2022-11-24  6:28 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: Emru1 @ 2022-11-21  8:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 431 bytes --]

There is an updated pull request by Emru1 against master on the void-packages repository

https://github.com/Emru1/void-packages gajim
https://github.com/void-linux/void-packages/pull/40657

python3-nbxmpp: update to 3.2.5.
- I tested the changes in this PR: **YES**

Dependency for https://github.com/void-linux/void-packages/pull/40591

A patch file from https://github.com/void-linux/void-packages/pull/40657.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gajim-40657.patch --]
[-- Type: text/x-diff, Size: 1223 bytes --]

From d7ffd0938ab20306710966ccc1becbb52aca17f5 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emruemru1@gmail.com>
Date: Mon, 21 Nov 2022 09:26:25 +0100
Subject: [PATCH] python3-nbxmpp: update to 3.2.5.

---
 srcpkgs/python3-nbxmpp/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 2f96ad3c38c0..ae292abd0506 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=3.2.4
-revision=2
+version=3.2.5
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup"
@@ -12,7 +12,7 @@ license="GPL-2.0-or-later"
 homepage="https://python-nbxmpp.gajim.org/"
 changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
 distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=74deff4fc20603255571f7e0b4cd68157e44e1e769341e63d32dd846a291a615
+checksum=1c0251e2acddd75458f50b4ead4154ce637006974a98cacff9c4b6b89ff0ff54
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: python3-nbxmpp: update to 3.2.5.
  2022-11-21  8:27 [PR PATCH] python3-nbxmpp: update to 3.2.5 Emru1
  2022-11-21  8:36 ` [PR PATCH] [Updated] " Emru1
@ 2022-11-24  6:28 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-11-24  6:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 281 bytes --]

There's a merged pull request on the void-packages repository

python3-nbxmpp: update to 3.2.5.
https://github.com/void-linux/void-packages/pull/40657

Description:
- I tested the changes in this PR: **YES**

Dependency for https://github.com/void-linux/void-packages/pull/40591

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-24  6:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21  8:27 [PR PATCH] python3-nbxmpp: update to 3.2.5 Emru1
2022-11-21  8:36 ` [PR PATCH] [Updated] " Emru1
2022-11-24  6:28 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).