python3-PyFxA: update to 0.7.3.

This commit is contained in:
mobinmob 2019-10-12 17:48:55 +03:00 committed by Helmut Pozimski
parent 97c6d9b8d4
commit fb971ddd16

View file

@ -1,6 +1,6 @@
# Template file for 'python3-PyFxA'
pkgname=python3-PyFxA
version=0.7.1
version=0.7.3
revision=1
archs=noarch
wrksrc="PyFxA-${version}"
@ -16,7 +16,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MPL-2.0"
homepage="https://github.com/mozilla/PyFxA"
distfiles="${PYPI_SITE}/P/PyFxA/PyFxA-${version}.tar.gz"
checksum=616689486d8d63956aa40836cffafde6e7590cdeb200badabaaf3c17d5b26cce
checksum=f47f4285629fa6c033c79adc3fb90926c0818a42cfddb04d32818547362f1627
do_check() {
# gevent/grequests test is limited to Python 2 by upstream