Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update gajim
@ 2022-10-04  6:21 teldra
  2022-10-04  6:25 ` [PR PATCH] [Updated] " teldra
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: teldra @ 2022-10-04  6:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/39689

Update gajim
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 715d03474d15afc26e3abc58a6d5a01642392ea1 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 4 Oct 2022 08:11:06 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 3.2.3.

---
 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 c342e8a34873..e3b9ce63cde8 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.1.1
+version=3.2.3
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,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=04b32a479f7615d163a491cc11c60b4c14fd745281d465564cc71007ced6c839
+checksum=e31083d07a04f470b0d40d89e04a554a1c98713545a8b6631782235224694f9b
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From c9391a8e6497cc6f1267cfbce5006cb71806ef3d Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 4 Oct 2022 08:11:13 +0200
Subject: [PATCH 2/2] gajim: update to 1.5.1.

---
 srcpkgs/gajim/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 2566793ea3c3..f75f8dec5393 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,14 +1,14 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.4.7
+version=1.5.1
 revision=1
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-setuptools python3-Pillow
- python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-cairo python3-dbus libsecret gupnp-igd gsound libnm
  python3-nbxmpp python3-openssl python3-css-parser python3-keyring
  python3-precis-i18n python3-packaging python3-setuptools python3-distro
- python3-netifaces python3-pyasn1 libsoup farstream gst-plugins-base1
+ python3-netifaces python3-pyasn1 python3-jeepney libsoup farstream gst-plugins-base1
  gst-plugins-ugly1 gst-libav gtksourceview4"
 checkdepends="${depends}"
 short_desc="Full featured Jabber/XMPP client"
@@ -17,7 +17,7 @@ license="GPL-3.0-only"
 homepage="https://www.gajim.org"
 changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=1a4807bf3a34b31048824e4fff762bd1e1622f464e73a426c09684dc293684f3
+checksum=16346b02cc28135cae0e8478d94de9a73bc4bc537a2bf541750d30f7dc173ed3
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"

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

* Re: [PR PATCH] [Updated] Update gajim
  2022-10-04  6:21 [PR PATCH] Update gajim teldra
@ 2022-10-04  6:25 ` teldra
  2022-10-04  6:28 ` teldra
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: teldra @ 2022-10-04  6:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/39689

Update gajim
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 715d03474d15afc26e3abc58a6d5a01642392ea1 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 4 Oct 2022 08:11:06 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 3.2.3.

---
 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 c342e8a34873..e3b9ce63cde8 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.1.1
+version=3.2.3
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,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=04b32a479f7615d163a491cc11c60b4c14fd745281d465564cc71007ced6c839
+checksum=e31083d07a04f470b0d40d89e04a554a1c98713545a8b6631782235224694f9b
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 5d5ed36f176adb8e6274378c89399dd52e37d425 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 4 Oct 2022 08:11:13 +0200
Subject: [PATCH 2/2] gajim: update to 1.5.1.

---
 srcpkgs/gajim/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 2566793ea3c3..dba7318346c7 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,23 +1,23 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.4.7
+version=1.5.1
 revision=1
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-setuptools python3-Pillow
- python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-cairo python3-dbus libsecret gupnp-igd gsound libnm
  python3-nbxmpp python3-openssl python3-css-parser python3-keyring
  python3-precis-i18n python3-packaging python3-setuptools python3-distro
- python3-netifaces python3-pyasn1 libsoup farstream gst-plugins-base1
+ python3-netifaces python3-pyasn1 python3-jeepney libsoup farstream gst-plugins-base1
  gst-plugins-ugly1 gst-libav gtksourceview4"
-checkdepends="${depends}"
+checkdepends="${depends} python3-packaging"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
 changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=1a4807bf3a34b31048824e4fff762bd1e1622f464e73a426c09684dc293684f3
+checksum=16346b02cc28135cae0e8478d94de9a73bc4bc537a2bf541750d30f7dc173ed3
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"

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

* Re: [PR PATCH] [Updated] Update gajim
  2022-10-04  6:21 [PR PATCH] Update gajim teldra
  2022-10-04  6:25 ` [PR PATCH] [Updated] " teldra
@ 2022-10-04  6:28 ` teldra
  2022-10-08 16:27 ` teldra
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: teldra @ 2022-10-04  6:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/39689

Update gajim
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 715d03474d15afc26e3abc58a6d5a01642392ea1 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 4 Oct 2022 08:11:06 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 3.2.3.

---
 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 c342e8a34873..e3b9ce63cde8 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.1.1
+version=3.2.3
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,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=04b32a479f7615d163a491cc11c60b4c14fd745281d465564cc71007ced6c839
+checksum=e31083d07a04f470b0d40d89e04a554a1c98713545a8b6631782235224694f9b
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From a03a613c65ceaad17f30afa753c7c3b48fb0450e Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 4 Oct 2022 08:11:13 +0200
Subject: [PATCH 2/2] gajim: update to 1.5.1.

---
 srcpkgs/gajim/template          | 10 +++++-----
 srcpkgs/python3-nbxmpp/template |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 2566793ea3c3..dba7318346c7 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,23 +1,23 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.4.7
+version=1.5.1
 revision=1
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-setuptools python3-Pillow
- python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-cairo python3-dbus libsecret gupnp-igd gsound libnm
  python3-nbxmpp python3-openssl python3-css-parser python3-keyring
  python3-precis-i18n python3-packaging python3-setuptools python3-distro
- python3-netifaces python3-pyasn1 libsoup farstream gst-plugins-base1
+ python3-netifaces python3-pyasn1 python3-jeepney libsoup farstream gst-plugins-base1
  gst-plugins-ugly1 gst-libav gtksourceview4"
-checkdepends="${depends}"
+checkdepends="${depends} python3-packaging"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
 changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=1a4807bf3a34b31048824e4fff762bd1e1622f464e73a426c09684dc293684f3
+checksum=16346b02cc28135cae0e8478d94de9a73bc4bc537a2bf541750d30f7dc173ed3
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e3b9ce63cde8..45143c8826a3 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -6,7 +6,7 @@ wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup"
-checkdepends="${depends} python3-wheel python3-pylint python3-coverage libsoup"
+checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage libsoup"
 short_desc="Non blocking Jabber/XMPP module"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-2.0-or-later"

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

* Re: [PR PATCH] [Updated] Update gajim
  2022-10-04  6:21 [PR PATCH] Update gajim teldra
  2022-10-04  6:25 ` [PR PATCH] [Updated] " teldra
  2022-10-04  6:28 ` teldra
@ 2022-10-08 16:27 ` teldra
  2022-10-08 16:28 ` teldra
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: teldra @ 2022-10-08 16:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/39689

Update gajim
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 715d03474d15afc26e3abc58a6d5a01642392ea1 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 4 Oct 2022 08:11:06 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 3.2.3.

---
 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 c342e8a34873..e3b9ce63cde8 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.1.1
+version=3.2.3
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,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=04b32a479f7615d163a491cc11c60b4c14fd745281d465564cc71007ced6c839
+checksum=e31083d07a04f470b0d40d89e04a554a1c98713545a8b6631782235224694f9b
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From c7a462a6c453edd4df31f281572f1066061b0af6 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 4 Oct 2022 08:11:13 +0200
Subject: [PATCH 2/2] gajim: update to 1.5.2.

---
 srcpkgs/gajim/template          | 10 +++++-----
 srcpkgs/python3-nbxmpp/template |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 2566793ea3c3..49cd65cb4a4c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,23 +1,23 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.4.7
+version=1.5.2
 revision=1
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-setuptools python3-Pillow
- python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-cairo python3-dbus libsecret gupnp-igd gsound libnm
  python3-nbxmpp python3-openssl python3-css-parser python3-keyring
  python3-precis-i18n python3-packaging python3-setuptools python3-distro
- python3-netifaces python3-pyasn1 libsoup farstream gst-plugins-base1
+ python3-netifaces python3-pyasn1 python3-jeepney libsoup farstream gst-plugins-base1
  gst-plugins-ugly1 gst-libav gtksourceview4"
-checkdepends="${depends}"
+checkdepends="${depends} python3-packaging"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
 changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=1a4807bf3a34b31048824e4fff762bd1e1622f464e73a426c09684dc293684f3
+checksum=917a46686a7d3967436b5ab7871ee7ac3d5978a1f908a9538196f2b8d674e7ff
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e3b9ce63cde8..45143c8826a3 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -6,7 +6,7 @@ wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup"
-checkdepends="${depends} python3-wheel python3-pylint python3-coverage libsoup"
+checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage libsoup"
 short_desc="Non blocking Jabber/XMPP module"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-2.0-or-later"

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

* Re: [PR PATCH] [Updated] Update gajim
  2022-10-04  6:21 [PR PATCH] Update gajim teldra
                   ` (2 preceding siblings ...)
  2022-10-08 16:27 ` teldra
@ 2022-10-08 16:28 ` teldra
  2022-10-08 16:35 ` teldra
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: teldra @ 2022-10-08 16:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/39689

Update gajim
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 8b3c909b8ae7ae1cba494ac8ff915a6a4c2b4807 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 4 Oct 2022 08:11:06 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 3.2.3.

---
 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 c342e8a34873..e3b9ce63cde8 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.1.1
+version=3.2.3
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,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=04b32a479f7615d163a491cc11c60b4c14fd745281d465564cc71007ced6c839
+checksum=e31083d07a04f470b0d40d89e04a554a1c98713545a8b6631782235224694f9b
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From ac8bb03d696fa44e0f2c0513e2d68c2e16b71b5f Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 4 Oct 2022 08:11:13 +0200
Subject: [PATCH 2/2] gajim: update to 1.5.2.

---
 srcpkgs/gajim/template          | 10 +++++-----
 srcpkgs/python3-nbxmpp/template |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 2566793ea3c3..49cd65cb4a4c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,23 +1,23 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.4.7
+version=1.5.2
 revision=1
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-setuptools python3-Pillow
- python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-cairo python3-dbus libsecret gupnp-igd gsound libnm
  python3-nbxmpp python3-openssl python3-css-parser python3-keyring
  python3-precis-i18n python3-packaging python3-setuptools python3-distro
- python3-netifaces python3-pyasn1 libsoup farstream gst-plugins-base1
+ python3-netifaces python3-pyasn1 python3-jeepney libsoup farstream gst-plugins-base1
  gst-plugins-ugly1 gst-libav gtksourceview4"
-checkdepends="${depends}"
+checkdepends="${depends} python3-packaging"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
 changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=1a4807bf3a34b31048824e4fff762bd1e1622f464e73a426c09684dc293684f3
+checksum=917a46686a7d3967436b5ab7871ee7ac3d5978a1f908a9538196f2b8d674e7ff
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index e3b9ce63cde8..45143c8826a3 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -6,7 +6,7 @@ wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup"
-checkdepends="${depends} python3-wheel python3-pylint python3-coverage libsoup"
+checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage libsoup"
 short_desc="Non blocking Jabber/XMPP module"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-2.0-or-later"

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

* Re: [PR PATCH] [Updated] Update gajim
  2022-10-04  6:21 [PR PATCH] Update gajim teldra
                   ` (3 preceding siblings ...)
  2022-10-08 16:28 ` teldra
@ 2022-10-08 16:35 ` teldra
  2022-10-08 21:30 ` [PR REVIEW] " classabbyamp
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: teldra @ 2022-10-08 16:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/39689

Update gajim
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 206bbfa567ae439e75714301c00d9ef4f0176840 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 4 Oct 2022 08:11:06 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 3.2.4.

---
 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 c342e8a34873..1a1b55eef000 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.1.1
+version=3.2.4
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,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=04b32a479f7615d163a491cc11c60b4c14fd745281d465564cc71007ced6c839
+checksum=74deff4fc20603255571f7e0b4cd68157e44e1e769341e63d32dd846a291a615
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From c61b078c739a1ad55a8163507726e8bcfb2ecaa4 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 4 Oct 2022 08:11:13 +0200
Subject: [PATCH 2/2] gajim: update to 1.5.2.

---
 srcpkgs/gajim/template          | 10 +++++-----
 srcpkgs/python3-nbxmpp/template |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 2566793ea3c3..49cd65cb4a4c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,23 +1,23 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.4.7
+version=1.5.2
 revision=1
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-setuptools python3-Pillow
- python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-cairo python3-dbus libsecret gupnp-igd gsound libnm
  python3-nbxmpp python3-openssl python3-css-parser python3-keyring
  python3-precis-i18n python3-packaging python3-setuptools python3-distro
- python3-netifaces python3-pyasn1 libsoup farstream gst-plugins-base1
+ python3-netifaces python3-pyasn1 python3-jeepney libsoup farstream gst-plugins-base1
  gst-plugins-ugly1 gst-libav gtksourceview4"
-checkdepends="${depends}"
+checkdepends="${depends} python3-packaging"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
 changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=1a4807bf3a34b31048824e4fff762bd1e1622f464e73a426c09684dc293684f3
+checksum=917a46686a7d3967436b5ab7871ee7ac3d5978a1f908a9538196f2b8d674e7ff
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 1a1b55eef000..5dd9c15ec670 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -6,7 +6,7 @@ wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup"
-checkdepends="${depends} python3-wheel python3-pylint python3-coverage libsoup"
+checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage libsoup"
 short_desc="Non blocking Jabber/XMPP module"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-2.0-or-later"

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

* Re: [PR REVIEW] Update gajim
  2022-10-04  6:21 [PR PATCH] Update gajim teldra
                   ` (4 preceding siblings ...)
  2022-10-08 16:35 ` teldra
@ 2022-10-08 21:30 ` classabbyamp
  2022-10-09  5:46 ` [PR PATCH] [Updated] " teldra
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-10-08 21:30 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39689#discussion_r990697589

Comment:
```suggestion
changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
```

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

* Re: [PR PATCH] [Updated] Update gajim
  2022-10-04  6:21 [PR PATCH] Update gajim teldra
                   ` (5 preceding siblings ...)
  2022-10-08 21:30 ` [PR REVIEW] " classabbyamp
@ 2022-10-09  5:46 ` teldra
  2022-10-09  5:46 ` [PR REVIEW] " teldra
  2022-10-09  6:10 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 11+ messages in thread
From: teldra @ 2022-10-09  5:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/39689

Update gajim
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From a7278dcf283951c8c865fe0cb6382d828833422d Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 4 Oct 2022 08:11:06 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 3.2.4.

---
 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 c342e8a34873..a968b8d25fa8 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.1.1
+version=3.2.4
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -11,9 +11,9 @@ short_desc="Non blocking Jabber/XMPP module"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://python-nbxmpp.gajim.org/"
-#changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
+changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
 distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=04b32a479f7615d163a491cc11c60b4c14fd745281d465564cc71007ced6c839
+checksum=74deff4fc20603255571f7e0b4cd68157e44e1e769341e63d32dd846a291a615
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From f0833c118298ef0b07092df1313d68eee7ffdddb Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 4 Oct 2022 08:11:13 +0200
Subject: [PATCH 2/2] gajim: update to 1.5.2.

---
 srcpkgs/gajim/template          | 10 +++++-----
 srcpkgs/python3-nbxmpp/template |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 2566793ea3c3..49cd65cb4a4c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,23 +1,23 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.4.7
+version=1.5.2
 revision=1
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-setuptools python3-Pillow
- python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm
+ python3-cairo python3-dbus libsecret gupnp-igd gsound libnm
  python3-nbxmpp python3-openssl python3-css-parser python3-keyring
  python3-precis-i18n python3-packaging python3-setuptools python3-distro
- python3-netifaces python3-pyasn1 libsoup farstream gst-plugins-base1
+ python3-netifaces python3-pyasn1 python3-jeepney libsoup farstream gst-plugins-base1
  gst-plugins-ugly1 gst-libav gtksourceview4"
-checkdepends="${depends}"
+checkdepends="${depends} python3-packaging"
 short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
 changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=1a4807bf3a34b31048824e4fff762bd1e1622f464e73a426c09684dc293684f3
+checksum=917a46686a7d3967436b5ab7871ee7ac3d5978a1f908a9538196f2b8d674e7ff
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index a968b8d25fa8..8fecbfd76ec0 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -6,7 +6,7 @@ wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup"
-checkdepends="${depends} python3-wheel python3-pylint python3-coverage libsoup"
+checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage libsoup"
 short_desc="Non blocking Jabber/XMPP module"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-2.0-or-later"

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

* Re: [PR REVIEW] Update gajim
  2022-10-04  6:21 [PR PATCH] Update gajim teldra
                   ` (6 preceding siblings ...)
  2022-10-09  5:46 ` [PR PATCH] [Updated] " teldra
@ 2022-10-09  5:46 ` teldra
  2022-10-09  6:10 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 11+ messages in thread
From: teldra @ 2022-10-09  5:46 UTC (permalink / raw)
  To: ml

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

New review comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/39689#discussion_r990737598

Comment:
Done.

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

* Re: [PR PATCH] [Merged]: Update gajim
  2022-10-04  6:21 [PR PATCH] Update gajim teldra
                   ` (7 preceding siblings ...)
  2022-10-09  5:46 ` [PR REVIEW] " teldra
@ 2022-10-09  6:10 ` classabbyamp
  8 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-10-09  6:10 UTC (permalink / raw)
  To: ml

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

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

Update gajim
https://github.com/void-linux/void-packages/pull/39689

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* [PR PATCH] Update gajim
@ 2021-02-22 18:58 teldra
  0 siblings, 0 replies; 11+ messages in thread
From: teldra @ 2021-02-22 18:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/28980

Update gajim
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

closes https://github.com/void-linux/void-packages/pull/27957


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

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

From e0c483278894e5d65a936b59a67978e0196e3e6b Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 22 Feb 2021 19:09:36 +0100
Subject: [PATCH 1/2] python3-nbxmpp: update to 2.0.2.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index bb6b13ae6ff..f0fe8a25297 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,15 +1,20 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=1.0.2
-revision=2
+version=2.0.2
+revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-openssl"
+depends="python3-gobject python3-openssl python3-precis-i18n python3-idna"
+checkdepends="${depends} python3-wheel python3-pylint python3-coverage libsoup"
 short_desc="Non blocking Jabber/XMPP module"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 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=991f014a2736123e989da454d6a467be8c4314bf86dbcc889e899f03726e856f
+checksum=a3863671ab88992d3ea5d475b25c88ffe18aa1030c9ce980e1014470d4760291
+
+do_check() {
+	coverage run --source=nbxmpp -m unittest discover -v
+}

From 02794c0d2d51e534c479d35bc3f58b156f9bb90e Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 22 Feb 2021 19:33:08 +0100
Subject: [PATCH 2/2] gajim: update to 1.3.0.

---
 srcpkgs/gajim/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index e4546a5e72f..ecec403f2d4 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,8 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.2.2
-revision=3
+version=1.3.0
+revision=1
+wrksrc=gajim-gajim-${version}
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools
@@ -11,9 +12,9 @@ short_desc="Full featured Jabber/XMPP client"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
-changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
+changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=fd0d1653fb3f7f97207fecc3218d38915adb1d741bf95a7eef83605bd6b8ccbd
+checksum=45e8c39e48225d6eb477f0c470112f3ba77c5def5795194f902ae51f32ea0cec
 # Does not find gdk, introspection typelib
 # even wtih gdk-pixbuf in checkdepends
 make_check=no

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

end of thread, other threads:[~2022-10-09  6:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-04  6:21 [PR PATCH] Update gajim teldra
2022-10-04  6:25 ` [PR PATCH] [Updated] " teldra
2022-10-04  6:28 ` teldra
2022-10-08 16:27 ` teldra
2022-10-08 16:28 ` teldra
2022-10-08 16:35 ` teldra
2022-10-08 21:30 ` [PR REVIEW] " classabbyamp
2022-10-09  5:46 ` [PR PATCH] [Updated] " teldra
2022-10-09  5:46 ` [PR REVIEW] " teldra
2022-10-09  6:10 ` [PR PATCH] [Merged]: " classabbyamp
  -- strict thread matches above, loose matches on Subject: below --
2021-02-22 18:58 [PR PATCH] " teldra

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).