summaryrefslogtreecommitdiff
path: root/security/py-acme
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-acme')
-rw-r--r--security/py-acme/Makefile6
-rw-r--r--security/py-acme/distinfo6
-rw-r--r--security/py-acme/files/patch-setup.py18
-rw-r--r--security/py-acme/version.mk2
4 files changed, 7 insertions, 25 deletions
diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile
index 4aebabaa0872..81be75275cd3 100644
--- a/security/py-acme/Makefile
+++ b/security/py-acme/Makefile
@@ -21,9 +21,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.2.3:security/py-cryptography
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.6.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.3.0:www/py-requests-toolbelt@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
diff --git a/security/py-acme/distinfo b/security/py-acme/distinfo
index da8dc5054125..e6571281e2af 100644
--- a/security/py-acme/distinfo
+++ b/security/py-acme/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584280498
-SHA256 (acme-1.3.0.tar.gz) = c0de9e1fbcb4a28509825a4d19ab5455910862b23fa338acebc7bbe7c0abd20d
-SIZE (acme-1.3.0.tar.gz) = 78471
+TIMESTAMP = 1588785607
+SHA256 (acme-1.4.0.tar.gz) = f12cb59762e0b833911b87e95cb16e85a162517ba4aa3440594bdf3b8126fc69
+SIZE (acme-1.4.0.tar.gz) = 86350
diff --git a/security/py-acme/files/patch-setup.py b/security/py-acme/files/patch-setup.py
deleted file mode 100644
index 63d27374030c..000000000000
--- a/security/py-acme/files/patch-setup.py
+++ /dev/null
@@ -1,18 +0,0 @@
---- setup.py.orig 2019-12-05 17:30:21 UTC
-+++ setup.py
-@@ -14,7 +14,6 @@ install_requires = [
- # 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',
-@@ -26,6 +25,7 @@ install_requires = [
- ]
-
- dev_extras = [
-+ 'mock',
- 'pytest',
- 'pytest-xdist',
- 'tox',
diff --git a/security/py-acme/version.mk b/security/py-acme/version.mk
index 2a2abecbca94..9ec303b5f1ac 100644
--- a/security/py-acme/version.mk
+++ b/security/py-acme/version.mk
@@ -1 +1 @@
-ACME_VERSION= 1.3.0
+ACME_VERSION= 1.4.0