From 9a4a5c58d0613292fcbae3cd8a6273f0289d7465 Mon Sep 17 00:00:00 2001 From: Dexter Gaon-Shatford Date: Thu, 2 Mar 2023 17:50:19 -0500 Subject: [PATCH] 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 ae292abd050..c0b5750436b 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 " 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