aboutsummaryrefslogtreecommitdiff
path: root/security/py-acme
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2020-10-11 14:20:29 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2020-10-11 14:20:29 +0000
commit2a8f8c2258414c70d0f8b83eeb364400fc7a6188 (patch)
treec6a6037fe74ba368a0638a0572feb0dfbc281bda /security/py-acme
parent47491b205d2b1b0193b2d6cee67ad61826f11429 (diff)
downloadports-2a8f8c2258414c70d0f8b83eeb364400fc7a6188.tar.gz
ports-2a8f8c2258414c70d0f8b83eeb364400fc7a6188.zip
security/py-[acme|certbot]: Update to 1.9.0
Changelog: https://github.com/certbot/certbot/blob/v1.9.0/certbot/CHANGELOG.md PR: 250172 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: python (with hat)
Notes
Notes: svn path=/head/; revision=552066
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, 6 insertions, 6 deletions
diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile
index e2fdee5471f0..fbe0925af5e1 100644
--- a/security/py-acme/Makefile
+++ b/security/py-acme/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.2.3:security/py-cryptography
${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}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
@@ -31,7 +31,7 @@ USE_PYTHON= autoplist distutils
NO_ARCH= yes
do-test:
- @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
+ @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest
.include "version.mk"
.include <bsd.port.mk>
diff --git a/security/py-acme/distinfo b/security/py-acme/distinfo
index 04f62025fa6b..0c89a4b38491 100644
--- a/security/py-acme/distinfo
+++ b/security/py-acme/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599963076
-SHA256 (acme-1.8.0.tar.gz) = ad8d067d14258d73ad2643439d9365913362308c04e66cc3010e39c868c5002d
-SIZE (acme-1.8.0.tar.gz) = 91408
+TIMESTAMP = 1602423460
+SHA256 (acme-1.9.0.tar.gz) = 38a1630c98e144136c62eec4d2c545a1bdb1a3cd4eca82214be6b83a1f5a161f
+SIZE (acme-1.9.0.tar.gz) = 91132
diff --git a/security/py-acme/version.mk b/security/py-acme/version.mk
index a5719a698eb8..d25a47e779ab 100644
--- a/security/py-acme/version.mk
+++ b/security/py-acme/version.mk
@@ -1 +1 @@
-ACME_VERSION= 1.8.0
+ACME_VERSION= 1.9.0