diff options
author | Wen Heping <wen@FreeBSD.org> | 2021-10-26 01:26:10 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2021-10-26 01:31:49 +0000 |
commit | 73f3467b9371b75d335f2d878c8f03751f90870c (patch) | |
tree | 98e0091641fe2170025ea6fa1306e73b3747ad65 | |
parent | 1ce7001771d5864b58a454ee7ad13e40905e31d9 (diff) | |
download | ports-73f3467b9371b75d335f2d878c8f03751f90870c.tar.gz ports-73f3467b9371b75d335f2d878c8f03751f90870c.zip |
security/py-itsdangerous: Update to 2.0.1 [1]
Remove JSON option, upstream do not use simplejson now
PR: 255925 [1]
Reported by: vidwer+fbsdbugs@gmail.com [1]
Approved by: maintainer
-rw-r--r-- | security/py-itsdangerous/Makefile | 6 | ||||
-rw-r--r-- | security/py-itsdangerous/distinfo | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/security/py-itsdangerous/Makefile b/security/py-itsdangerous/Makefile index b80d3d94200e..aa26d1134e48 100644 --- a/security/py-itsdangerous/Makefile +++ b/security/py-itsdangerous/Makefile @@ -1,7 +1,7 @@ # Created by: Olivier Duchateau PORTNAME= itsdangerous -PORTVERSION= 0.24 +PORTVERSION= 2.0.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,8 +16,4 @@ USE_PYTHON= distutils autoplist NO_ARCH= yes -OPTIONS_DEFINE= JSON - -JSON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=3.0:devel/py-simplejson@${PY_FLAVOR} - .include <bsd.port.mk> diff --git a/security/py-itsdangerous/distinfo b/security/py-itsdangerous/distinfo index 5b32b0936810..eaaaee75fc20 100644 --- a/security/py-itsdangerous/distinfo +++ b/security/py-itsdangerous/distinfo @@ -1,2 +1,3 @@ -SHA256 (itsdangerous-0.24.tar.gz) = cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519 -SIZE (itsdangerous-0.24.tar.gz) = 46541 +TIMESTAMP = 1635210530 +SHA256 (itsdangerous-2.0.1.tar.gz) = 9e724d68fc22902a1435351f84c3fb8623f303fffcc566a4cb952df8c572cff0 +SIZE (itsdangerous-2.0.1.tar.gz) = 59336 |