python3-nbxmpp: update to 5.0.1.
This commit is contained in:
parent
e38acf12e6
commit
daa94945f7
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-nbxmpp'
|
# Template file for 'python3-nbxmpp'
|
||||||
pkgname=python3-nbxmpp
|
pkgname=python3-nbxmpp
|
||||||
version=5.0.0
|
version=5.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-wheel"
|
hostmakedepends="python3-wheel"
|
||||||
|
@ -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=52319a08fb0f017833a305342a67d07f77f167821c975e2cc520b6b86d4cdc54
|
checksum=6aa5c7519e00241feb18085315a26a451a42dac23286fda8c35711a2f1350719
|
||||||
|
|
||||||
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