python3-acme: update to 1.3.0.
This commit is contained in:
parent
7500e76ad4
commit
b60ac8be6d
2 changed files with 3 additions and 14 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- setup.py.orig 2019-12-31 08:33:16.602213015 +0700
|
|
||||||
+++ setup.py 2019-12-31 08:33:32.930280210 +0700
|
|
||||||
@@ -14,7 +14,6 @@
|
|
||||||
# 1.1.0+ is required to avoid the warnings described at
|
|
||||||
# https://github.com/certbot/josepy/issues/13.
|
|
||||||
'josepy>=1.1.0',
|
|
||||||
- 'mock',
|
|
||||||
# Connection.set_tlsext_host_name (>=0.13)
|
|
||||||
'PyOpenSSL>=0.13.1',
|
|
||||||
'pyrfc3339',
|
|
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python3-acme'
|
# Template file for 'python3-acme'
|
||||||
pkgname=python3-acme
|
pkgname=python3-acme
|
||||||
version=1.0.0
|
version=1.3.0
|
||||||
revision=3
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="acme-${version}"
|
wrksrc="acme-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="acme"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-cryptography python3-openssl python3-pyrfc3339
|
depends="python3-cryptography python3-openssl python3-pyrfc3339
|
||||||
python3-pytz python3-requests python3-requests-toolbelt python3-setuptools
|
python3-pytz python3-requests python3-requests-toolbelt python3-setuptools
|
||||||
|
@ -15,4 +14,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/certbot/certbot"
|
homepage="https://github.com/certbot/certbot"
|
||||||
distfiles="${PYPI_SITE}/a/acme/acme-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/acme/acme-${version}.tar.gz"
|
||||||
checksum=6a08f12f848ce563b50bca421ba9db653df9f82cfefeaf8aba517f046d1386c2
|
checksum=c0de9e1fbcb4a28509825a4d19ab5455910862b23fa338acebc7bbe7c0abd20d
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue