From 2aa4a0364020ab507a018c2f0425ceb5ddc8a949 Mon Sep 17 00:00:00 2001 From: Dexter Gaon-Shatford Date: Sat, 18 Nov 2023 19:25:10 -0500 Subject: [PATCH 1/2] gajim: update to 1.8.3. --- srcpkgs/gajim/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template index 6b166e25b6585..e48c5a63ce081 100644 --- a/srcpkgs/gajim/template +++ b/srcpkgs/gajim/template @@ -1,7 +1,7 @@ # Template file for 'gajim' pkgname=gajim -version=1.8.0 -revision=2 +version=1.8.3 +revision=1 build_style=python3-pep517 hostmakedepends="gettext python3-wheel" depends="python3-gobject python3-setuptools python3-Pillow @@ -18,7 +18,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=1201fc9add1a9b697dcf872c1871faae92ea4f3162051cce3c1e0d0843fc4d43 +checksum=cb222cf134fab4daeac9c826609547742430517e4d951d881d35be43e27d0884 post_build() { ./pep517build/build_metadata.py -o dist/metadata From c200b4a6a752818d2d665ac1e4bee9aebeb3e200 Mon Sep 17 00:00:00 2001 From: Dexter Gaon-Shatford Date: Sat, 18 Nov 2023 19:28:29 -0500 Subject: [PATCH 2/2] python3-nbxmpp: update to 4.5.2. --- 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 b8f60283d8ab7..c4b7c08fc38d1 100644 --- a/srcpkgs/python3-nbxmpp/template +++ b/srcpkgs/python3-nbxmpp/template @@ -1,7 +1,7 @@ # Template file for 'python3-nbxmpp' pkgname=python3-nbxmpp -version=4.3.0 -revision=2 +version=4.5.2 +revision=1 build_style=python3-pep517 hostmakedepends="python3-wheel" depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup3" @@ -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=60124e8ad0f84ade76df44c54354c040c5d14bfdef262598988e7c9e31b4a6f7 +checksum=fc6ec54e38c785ff8596943660336dc1f4511170e96693d3e7a44bee43f90d74 do_check() { coverage run --source=nbxmpp -m unittest discover -v