python3-acme: update to 1.10.1.

This commit is contained in:
Andrew J. Hesford 2020-12-08 14:03:56 -05:00
parent 1439accb3a
commit a27da94e0b

View file

@ -1,6 +1,6 @@
# Template file for 'python3-acme'
pkgname=python3-acme
version=1.10.0
version=1.10.1
revision=1
wrksrc="acme-${version}"
build_style=python3-module
@ -8,9 +8,14 @@ hostmakedepends="python3-setuptools"
depends="python3-cryptography python3-openssl python3-pyrfc3339
python3-pytz python3-requests python3-requests-toolbelt python3-setuptools
python3-six python3-josepy"
checkdepends="python3-pytest $depends"
short_desc="ACME protocol implementation in Python"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/certbot/certbot"
distfiles="${PYPI_SITE}/a/acme/acme-${version}.tar.gz"
checksum=e3939526d08530d4b17623f843b9a983f2d772eefb7836bd31091c229da04a90
checksum=fcbb559aedc96b404edf593e78517dcd7291984d5a37036c3fc77f3c5c122fd8
do_check() {
python3 -m pytest
}