From 715d03474d15afc26e3abc58a6d5a01642392ea1 Mon Sep 17 00:00:00 2001 From: teldra 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 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 " 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"