diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-11-21 22:09:36 +0000 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-12-06 04:36:18 +0000 |
commit | 65cc12e2a5d034b634490096c3b73eb7558ff13a (patch) | |
tree | 63424764c3a1bee4d81f26eee0bacd0eb685dee3 /security/py-acme | |
parent | e60e29c80af8ea6900cb04fb206f41639be0ea22 (diff) |
Diffstat (limited to 'security/py-acme')
-rw-r--r-- | security/py-acme/Makefile | 3 | ||||
-rw-r--r-- | security/py-acme/distinfo | 6 | ||||
-rw-r--r-- | security/py-acme/version.mk | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile index 7a6a37e1f7c9..8c2ddd9e53b2 100644 --- a/security/py-acme/Makefile +++ b/security/py-acme/Makefile @@ -17,8 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.5.0:security/py-cryptography ${PYTHON_PKGNAMEPREFIX}openssl>=17.5.0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2019.3,1:devel/py-pytz@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.3.0:www/py-requests-toolbelt@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist distutils pytest diff --git a/security/py-acme/distinfo b/security/py-acme/distinfo index 3212ca1ae27b..d22b88532377 100644 --- a/security/py-acme/distinfo +++ b/security/py-acme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667972407 -SHA256 (acme-1.32.0.tar.gz) = c7917e044f4232585c6ce1d46655cf9495bdbe08b0bffac1e4b6f9fa03c9b940 -SIZE (acme-1.32.0.tar.gz) = 101455 +TIMESTAMP = 1669066618 +SHA256 (acme-2.0.0.tar.gz) = 7106d0bd04fab062eb657d7cf77f76d6c9babca9813603a7435be4382ea6dad8 +SIZE (acme-2.0.0.tar.gz) = 89378 diff --git a/security/py-acme/version.mk b/security/py-acme/version.mk index 2322be142c11..7758e2358ad1 100644 --- a/security/py-acme/version.mk +++ b/security/py-acme/version.mk @@ -1 +1 @@ -ACME_VERSION= 1.32.0 +ACME_VERSION= 2.0.0 |