From e0c483278894e5d65a936b59a67978e0196e3e6b Mon Sep 17 00:00:00 2001 From: teldra 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 " 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 913ff3473db178e29df0a9d7e09698279d547b8a Mon Sep 17 00:00:00 2001 From: teldra Date: Mon, 22 Feb 2021 19:33:08 +0100 Subject: [PATCH 2/2] gajim: update to 1.3.0. --- srcpkgs/gajim/INSTALL.msg | 2 ++ srcpkgs/gajim/template | 9 +++++---- 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/gajim/INSTALL.msg diff --git a/srcpkgs/gajim/INSTALL.msg b/srcpkgs/gajim/INSTALL.msg new file mode 100644 index 00000000000..96b141da3bc --- /dev/null +++ b/srcpkgs/gajim/INSTALL.msg @@ -0,0 +1,2 @@ +'gajim-1.3.0.' do not work with plugins from older versions. +Install 'gajim-plugin_installer' to update. \ No newline at end of file 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 " 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