Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gajim: update to 1.7.1.
@ 2023-03-02 22:53 dexgs
  2023-03-02 23:11 ` [PR PATCH] [Updated] " dexgs
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dexgs @ 2023-03-02 22:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dexgs/void-packages gajim
https://github.com/void-linux/void-packages/pull/42558

gajim: update to 1.7.1.
<!-- 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, (x86_64-glibc)


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

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

From 42fa19d065dbeb52a822c2b88ad672d926a440c4 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:49:41 -0500
Subject: [PATCH 1/3] gajim-omemo: update to 2.9.0.

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

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 3e1b4216bcb3..917b9e7d676e 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
-version=2.8.16
-revision=2
+version=2.9.0
+revision=1
 create_wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl
@@ -11,7 +11,7 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="GPL-3.0-or-later"
 homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
 distfiles="https://ftp.gajim.org/plugins/master/omemo/omemo_${version}.zip"
-checksum=430df55ec3d79f58603e475b157700a6f97e229bef4690d8144e5d0aae5f4888
+checksum=076396ac441b4e5bae62328575be85492a87229c7a214b23f7edd1ac5dcac97b
 
 do_install() {
 	install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"

From 04f0fb8ae6ae827248273efcbbc041b7c351d5db Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:50:19 -0500
Subject: [PATCH 2/3] python3-nbxmpp: update to 4.2.0.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index ae292abd0506..91b585b61031 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,9 +1,9 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=3.2.5
+version=4.2.0
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
 depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup"
 checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage libsoup"
 short_desc="Non blocking Jabber/XMPP module"
@@ -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=1c0251e2acddd75458f50b4ead4154ce637006974a98cacff9c4b6b89ff0ff54
+checksum=ba16ab684c678f15cb85f582a51be690e48330bbcb569aa32b7d104293392d28
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From a21f998ec15cf3bc1126ed709e7287d4c6f9e1a9 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:50:23 -0500
Subject: [PATCH 3/3] gajim: update to 1.7.1.

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

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 450e7fba4b72..fe31215eaa68 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,9 +1,9 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.5.3
-revision=2
-build_style=python3-module
-hostmakedepends="gettext python3-setuptools"
+version=1.7.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="gettext python3-wheel"
 depends="python3-gobject python3-setuptools python3-Pillow
  python3-cairo python3-dbus libsecret gsound libnm
  python3-nbxmpp python3-openssl python3-css-parser python3-keyring
@@ -17,9 +17,14 @@ 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=252578e7ddacee8289cf106086d96bbd7a82a0eea2091a1836efde6aa3dfb8b0
+checksum=b9a26a353549189fe65e0bc130cf98cbc42bd7105e72ac2041cb4a7f9d7543c6
+
+post_build() {
+	./pep517build/build_metadata.py -o dist/metadata
+}
 
 post_install() {
+	./pep517build/install_metadata.py dist/metadata --prefix=$DESTDIR/usr
 	vdoc "${FILESDIR}/README.voidlinux"
 }
 

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

* Re: [PR PATCH] [Updated] gajim: update to 1.7.1.
  2023-03-02 22:53 [PR PATCH] gajim: update to 1.7.1 dexgs
@ 2023-03-02 23:11 ` dexgs
  2023-03-02 23:21 ` dexgs
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dexgs @ 2023-03-02 23:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dexgs/void-packages gajim
https://github.com/void-linux/void-packages/pull/42558

gajim: update to 1.7.1.
<!-- 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, (x86_64-glibc)


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

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

From 42fa19d065dbeb52a822c2b88ad672d926a440c4 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:49:41 -0500
Subject: [PATCH 1/3] gajim-omemo: update to 2.9.0.

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

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 3e1b4216bcb3..917b9e7d676e 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
-version=2.8.16
-revision=2
+version=2.9.0
+revision=1
 create_wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl
@@ -11,7 +11,7 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="GPL-3.0-or-later"
 homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
 distfiles="https://ftp.gajim.org/plugins/master/omemo/omemo_${version}.zip"
-checksum=430df55ec3d79f58603e475b157700a6f97e229bef4690d8144e5d0aae5f4888
+checksum=076396ac441b4e5bae62328575be85492a87229c7a214b23f7edd1ac5dcac97b
 
 do_install() {
 	install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"

From 04f0fb8ae6ae827248273efcbbc041b7c351d5db Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:50:19 -0500
Subject: [PATCH 2/3] python3-nbxmpp: update to 4.2.0.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index ae292abd0506..91b585b61031 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,9 +1,9 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=3.2.5
+version=4.2.0
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
 depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup"
 checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage libsoup"
 short_desc="Non blocking Jabber/XMPP module"
@@ -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=1c0251e2acddd75458f50b4ead4154ce637006974a98cacff9c4b6b89ff0ff54
+checksum=ba16ab684c678f15cb85f582a51be690e48330bbcb569aa32b7d104293392d28
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 802cb2e0a8bcecf87dc2796c88a068bb38a7347a Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:50:23 -0500
Subject: [PATCH 3/3] gajim: update to 1.7.1.

---
 srcpkgs/gajim/template | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 450e7fba4b72..918d84bec7e9 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,14 +1,14 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.5.3
-revision=2
-build_style=python3-module
-hostmakedepends="gettext python3-setuptools"
+version=1.7.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="gettext python3-wheel"
 depends="python3-gobject python3-setuptools python3-Pillow
  python3-cairo python3-dbus libsecret gsound libnm
  python3-nbxmpp python3-openssl python3-css-parser python3-keyring
  python3-precis-i18n python3-packaging python3-setuptools python3-distro
- python3-netifaces python3-pyasn1 python3-jeepney libsoup farstream gst-plugins-base1
+ python3-netifaces python3-pyasn1 python3-jeepney libsoup3 farstream gst-plugins-base1
  gst-plugins-ugly1 gst-libav gtksourceview4"
 checkdepends="${depends} python3-packaging"
 short_desc="Full featured Jabber/XMPP client"
@@ -17,9 +17,14 @@ 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=252578e7ddacee8289cf106086d96bbd7a82a0eea2091a1836efde6aa3dfb8b0
+checksum=b9a26a353549189fe65e0bc130cf98cbc42bd7105e72ac2041cb4a7f9d7543c6
+
+post_build() {
+	./pep517build/build_metadata.py -o dist/metadata
+}
 
 post_install() {
+	./pep517build/install_metadata.py dist/metadata --prefix=$DESTDIR/usr
 	vdoc "${FILESDIR}/README.voidlinux"
 }
 

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

* Re: [PR PATCH] [Updated] gajim: update to 1.7.1.
  2023-03-02 22:53 [PR PATCH] gajim: update to 1.7.1 dexgs
  2023-03-02 23:11 ` [PR PATCH] [Updated] " dexgs
@ 2023-03-02 23:21 ` dexgs
  2023-03-02 23:24 ` dexgs
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dexgs @ 2023-03-02 23:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dexgs/void-packages gajim
https://github.com/void-linux/void-packages/pull/42558

gajim: update to 1.7.1.
<!-- 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, (x86_64-glibc)


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

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

From 42fa19d065dbeb52a822c2b88ad672d926a440c4 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:49:41 -0500
Subject: [PATCH 1/3] gajim-omemo: update to 2.9.0.

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

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 3e1b4216bcb3..917b9e7d676e 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
-version=2.8.16
-revision=2
+version=2.9.0
+revision=1
 create_wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl
@@ -11,7 +11,7 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="GPL-3.0-or-later"
 homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
 distfiles="https://ftp.gajim.org/plugins/master/omemo/omemo_${version}.zip"
-checksum=430df55ec3d79f58603e475b157700a6f97e229bef4690d8144e5d0aae5f4888
+checksum=076396ac441b4e5bae62328575be85492a87229c7a214b23f7edd1ac5dcac97b
 
 do_install() {
 	install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"

From 0eb3ad49d302edce3963be3dbbae63c0a05a8295 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:50:19 -0500
Subject: [PATCH 2/3] python3-nbxmpp: update to 4.2.0.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index ae292abd0506..c0b5750436b7 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=3.2.5
+version=4.2.0
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup"
-checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage libsoup"
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
+depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup3"
+checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage"
 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=1c0251e2acddd75458f50b4ead4154ce637006974a98cacff9c4b6b89ff0ff54
+checksum=ba16ab684c678f15cb85f582a51be690e48330bbcb569aa32b7d104293392d28
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 6e5dbbe231b93f0ec76ff996de925a289ad7c8cd Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:50:23 -0500
Subject: [PATCH 3/3] gajim: update to 1.7.1.

---
 srcpkgs/gajim/template | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 450e7fba4b72..918d84bec7e9 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,14 +1,14 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.5.3
-revision=2
-build_style=python3-module
-hostmakedepends="gettext python3-setuptools"
+version=1.7.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="gettext python3-wheel"
 depends="python3-gobject python3-setuptools python3-Pillow
  python3-cairo python3-dbus libsecret gsound libnm
  python3-nbxmpp python3-openssl python3-css-parser python3-keyring
  python3-precis-i18n python3-packaging python3-setuptools python3-distro
- python3-netifaces python3-pyasn1 python3-jeepney libsoup farstream gst-plugins-base1
+ python3-netifaces python3-pyasn1 python3-jeepney libsoup3 farstream gst-plugins-base1
  gst-plugins-ugly1 gst-libav gtksourceview4"
 checkdepends="${depends} python3-packaging"
 short_desc="Full featured Jabber/XMPP client"
@@ -17,9 +17,14 @@ 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=252578e7ddacee8289cf106086d96bbd7a82a0eea2091a1836efde6aa3dfb8b0
+checksum=b9a26a353549189fe65e0bc130cf98cbc42bd7105e72ac2041cb4a7f9d7543c6
+
+post_build() {
+	./pep517build/build_metadata.py -o dist/metadata
+}
 
 post_install() {
+	./pep517build/install_metadata.py dist/metadata --prefix=$DESTDIR/usr
 	vdoc "${FILESDIR}/README.voidlinux"
 }
 

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

* Re: [PR PATCH] [Updated] gajim: update to 1.7.1.
  2023-03-02 22:53 [PR PATCH] gajim: update to 1.7.1 dexgs
  2023-03-02 23:11 ` [PR PATCH] [Updated] " dexgs
  2023-03-02 23:21 ` dexgs
@ 2023-03-02 23:24 ` dexgs
  2023-03-03 12:26 ` dexgs
  2023-03-03 15:19 ` [PR PATCH] [Merged]: " abenson
  4 siblings, 0 replies; 6+ messages in thread
From: dexgs @ 2023-03-02 23:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dexgs/void-packages gajim
https://github.com/void-linux/void-packages/pull/42558

gajim: update to 1.7.1.
<!-- 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, (x86_64-glibc)


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

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

From 42fa19d065dbeb52a822c2b88ad672d926a440c4 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:49:41 -0500
Subject: [PATCH 1/3] gajim-omemo: update to 2.9.0.

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

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 3e1b4216bcb3..917b9e7d676e 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
-version=2.8.16
-revision=2
+version=2.9.0
+revision=1
 create_wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl
@@ -11,7 +11,7 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="GPL-3.0-or-later"
 homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
 distfiles="https://ftp.gajim.org/plugins/master/omemo/omemo_${version}.zip"
-checksum=430df55ec3d79f58603e475b157700a6f97e229bef4690d8144e5d0aae5f4888
+checksum=076396ac441b4e5bae62328575be85492a87229c7a214b23f7edd1ac5dcac97b
 
 do_install() {
 	install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"

From 0eb3ad49d302edce3963be3dbbae63c0a05a8295 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:50:19 -0500
Subject: [PATCH 2/3] python3-nbxmpp: update to 4.2.0.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index ae292abd0506..c0b5750436b7 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=3.2.5
+version=4.2.0
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup"
-checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage libsoup"
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
+depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup3"
+checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage"
 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=1c0251e2acddd75458f50b4ead4154ce637006974a98cacff9c4b6b89ff0ff54
+checksum=ba16ab684c678f15cb85f582a51be690e48330bbcb569aa32b7d104293392d28
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From 1fa8579d1306df4680435d0283bad0dc05f46a60 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:50:23 -0500
Subject: [PATCH 3/3] gajim: update to 1.7.1.

---
 srcpkgs/gajim/template | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 450e7fba4b72..918d84bec7e9 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,14 +1,14 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.5.3
-revision=2
-build_style=python3-module
-hostmakedepends="gettext python3-setuptools"
+version=1.7.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="gettext python3-wheel"
 depends="python3-gobject python3-setuptools python3-Pillow
  python3-cairo python3-dbus libsecret gsound libnm
  python3-nbxmpp python3-openssl python3-css-parser python3-keyring
  python3-precis-i18n python3-packaging python3-setuptools python3-distro
- python3-netifaces python3-pyasn1 python3-jeepney libsoup farstream gst-plugins-base1
+ python3-netifaces python3-pyasn1 python3-jeepney libsoup3 farstream gst-plugins-base1
  gst-plugins-ugly1 gst-libav gtksourceview4"
 checkdepends="${depends} python3-packaging"
 short_desc="Full featured Jabber/XMPP client"
@@ -17,9 +17,14 @@ 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=252578e7ddacee8289cf106086d96bbd7a82a0eea2091a1836efde6aa3dfb8b0
+checksum=b9a26a353549189fe65e0bc130cf98cbc42bd7105e72ac2041cb4a7f9d7543c6
+
+post_build() {
+	./pep517build/build_metadata.py -o dist/metadata
+}
 
 post_install() {
+	./pep517build/install_metadata.py dist/metadata --prefix=$DESTDIR/usr
 	vdoc "${FILESDIR}/README.voidlinux"
 }
 

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

* Re: [PR PATCH] [Updated] gajim: update to 1.7.1.
  2023-03-02 22:53 [PR PATCH] gajim: update to 1.7.1 dexgs
                   ` (2 preceding siblings ...)
  2023-03-02 23:24 ` dexgs
@ 2023-03-03 12:26 ` dexgs
  2023-03-03 15:19 ` [PR PATCH] [Merged]: " abenson
  4 siblings, 0 replies; 6+ messages in thread
From: dexgs @ 2023-03-03 12:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dexgs/void-packages gajim
https://github.com/void-linux/void-packages/pull/42558

gajim: update to 1.7.1.
<!-- 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, (x86_64-glibc)


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

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

From 42fa19d065dbeb52a822c2b88ad672d926a440c4 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:49:41 -0500
Subject: [PATCH 1/3] gajim-omemo: update to 2.9.0.

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

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 3e1b4216bcb3..917b9e7d676e 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
-version=2.8.16
-revision=2
+version=2.9.0
+revision=1
 create_wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl
@@ -11,7 +11,7 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="GPL-3.0-or-later"
 homepage="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
 distfiles="https://ftp.gajim.org/plugins/master/omemo/omemo_${version}.zip"
-checksum=430df55ec3d79f58603e475b157700a6f97e229bef4690d8144e5d0aae5f4888
+checksum=076396ac441b4e5bae62328575be85492a87229c7a214b23f7edd1ac5dcac97b
 
 do_install() {
 	install -d "${DESTDIR}/${py3_sitelib}/gajim/data/plugins/${pkgname#gajim-}"

From 0eb3ad49d302edce3963be3dbbae63c0a05a8295 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:50:19 -0500
Subject: [PATCH 2/3] python3-nbxmpp: update to 4.2.0.

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

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index ae292abd0506..c0b5750436b7 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
-version=3.2.5
+version=4.2.0
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup"
-checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage libsoup"
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
+depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup3"
+checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage"
 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=1c0251e2acddd75458f50b4ead4154ce637006974a98cacff9c4b6b89ff0ff54
+checksum=ba16ab684c678f15cb85f582a51be690e48330bbcb569aa32b7d104293392d28
 
 do_check() {
 	coverage run --source=nbxmpp -m unittest discover -v

From c546be7f5cc1e09d6aee994713477eb63dd69487 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Thu, 2 Mar 2023 17:50:23 -0500
Subject: [PATCH 3/3] gajim: update to 1.7.1.

---
 srcpkgs/gajim/template | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 450e7fba4b72..918d84bec7e9 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,14 +1,14 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.5.3
-revision=2
-build_style=python3-module
-hostmakedepends="gettext python3-setuptools"
+version=1.7.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="gettext python3-wheel"
 depends="python3-gobject python3-setuptools python3-Pillow
  python3-cairo python3-dbus libsecret gsound libnm
  python3-nbxmpp python3-openssl python3-css-parser python3-keyring
  python3-precis-i18n python3-packaging python3-setuptools python3-distro
- python3-netifaces python3-pyasn1 python3-jeepney libsoup farstream gst-plugins-base1
+ python3-netifaces python3-pyasn1 python3-jeepney libsoup3 farstream gst-plugins-base1
  gst-plugins-ugly1 gst-libav gtksourceview4"
 checkdepends="${depends} python3-packaging"
 short_desc="Full featured Jabber/XMPP client"
@@ -17,9 +17,14 @@ 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=252578e7ddacee8289cf106086d96bbd7a82a0eea2091a1836efde6aa3dfb8b0
+checksum=b9a26a353549189fe65e0bc130cf98cbc42bd7105e72ac2041cb4a7f9d7543c6
+
+post_build() {
+	./pep517build/build_metadata.py -o dist/metadata
+}
 
 post_install() {
+	./pep517build/install_metadata.py dist/metadata --prefix=$DESTDIR/usr
 	vdoc "${FILESDIR}/README.voidlinux"
 }
 

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

* Re: [PR PATCH] [Merged]: gajim: update to 1.7.1.
  2023-03-02 22:53 [PR PATCH] gajim: update to 1.7.1 dexgs
                   ` (3 preceding siblings ...)
  2023-03-03 12:26 ` dexgs
@ 2023-03-03 15:19 ` abenson
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2023-03-03 15:19 UTC (permalink / raw)
  To: ml

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

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

gajim: update to 1.7.1.
https://github.com/void-linux/void-packages/pull/42558

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, (x86_64-glibc)


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

end of thread, other threads:[~2023-03-03 15:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02 22:53 [PR PATCH] gajim: update to 1.7.1 dexgs
2023-03-02 23:11 ` [PR PATCH] [Updated] " dexgs
2023-03-02 23:21 ` dexgs
2023-03-02 23:24 ` dexgs
2023-03-03 12:26 ` dexgs
2023-03-03 15:19 ` [PR PATCH] [Merged]: " abenson

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