aboutsummaryrefslogtreecommitdiff
path: root/security/py-acme
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2021-03-07 16:51:45 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2021-03-07 16:51:45 +0000
commit3b1494205f704e4215a3299fa5432551eea3d5fe (patch)
tree263b1ca95727fb8f2302dcb31e4fe6610d868bcd /security/py-acme
parentf2499eec5ae60bcd0ce31852e0d518ca1c143e44 (diff)
downloadports-3b1494205f704e4215a3299fa5432551eea3d5fe.tar.gz
ports-3b1494205f704e4215a3299fa5432551eea3d5fe.zip
security/py-[acme|certbot]: Update to 1.13.0
Changelog: https://github.com/certbot/certbot/blob/v1.13.0/certbot/CHANGELOG.md PR: 253224 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: python (with hat)
Notes
Notes: svn path=/head/; revision=567578
Diffstat (limited to 'security/py-acme')
-rw-r--r--security/py-acme/Makefile4
-rw-r--r--security/py-acme/distinfo6
-rw-r--r--security/py-acme/version.mk2
3 files changed, 5 insertions, 7 deletions
diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile
index 3665999f8a02..09f07576bd61 100644
--- a/security/py-acme/Makefile
+++ b/security/py-acme/Makefile
@@ -20,9 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.2.3:security/py-cryptography
${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339@${PY_FLAVOR} \
${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} \
- ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.3.0:www/py-requests-toolbelt@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.6+
diff --git a/security/py-acme/distinfo b/security/py-acme/distinfo
index 3a8d5969b930..c6ee84855444 100644
--- a/security/py-acme/distinfo
+++ b/security/py-acme/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609974375
-SHA256 (acme-1.11.0.tar.gz) = 092eb09a074a935da4c10f66cb8634ffb2cc2d2cc1035d2998d608996efab924
-SIZE (acme-1.11.0.tar.gz) = 91313
+TIMESTAMP = 1615124930
+SHA256 (acme-1.13.0.tar.gz) = 6b4257dfd6a6d5f01e8cd4f0b10422c17836bed7c67e9c5b0a0ad6c7d651c088
+SIZE (acme-1.13.0.tar.gz) = 90210
diff --git a/security/py-acme/version.mk b/security/py-acme/version.mk
index 423df2107095..1f288f9b46d2 100644
--- a/security/py-acme/version.mk
+++ b/security/py-acme/version.mk
@@ -1 +1 @@
-ACME_VERSION= 1.11.0
+ACME_VERSION= 1.13.0