python3-nbxmpp: update to 3.2.5.
This commit is contained in:
parent
25a53c7973
commit
fd220e249b
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-nbxmpp'
|
# Template file for 'python3-nbxmpp'
|
||||||
pkgname=python3-nbxmpp
|
pkgname=python3-nbxmpp
|
||||||
version=3.2.4
|
version=3.2.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup"
|
depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup"
|
||||||
|
@ -12,7 +12,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://python-nbxmpp.gajim.org/"
|
homepage="https://python-nbxmpp.gajim.org/"
|
||||||
changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
|
changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
|
||||||
distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
|
||||||
checksum=74deff4fc20603255571f7e0b4cd68157e44e1e769341e63d32dd846a291a615
|
checksum=1c0251e2acddd75458f50b4ead4154ce637006974a98cacff9c4b6b89ff0ff54
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
coverage run --source=nbxmpp -m unittest discover -v
|
coverage run --source=nbxmpp -m unittest discover -v
|
||||||
|
|
Loading…
Reference in New Issue