diff options
author | John W. O'Brien <john@saltant.com> | 2023-06-30 09:33:17 +0200 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-06-30 14:00:29 +0200 |
commit | e84ab85b50dc688e0eee7b6d936e7d3f226e4fb6 (patch) | |
tree | 9f589d42c6c741f1f1e3f37016cb1d6380bfbb7d | |
parent | 179ad0e3d817f4bcd45c11c9dc5413a1fd974e87 (diff) | |
download | freebsd-ports-e84ab85b50dc688e0eee7b6d936e7d3f226e4fb6.zip |
security/py-pycryptodome-test-vectors: update to 1.0.12
PR: 272252
-rw-r--r-- | security/py-pycryptodome-test-vectors/Makefile | 6 | ||||
-rw-r--r-- | security/py-pycryptodome-test-vectors/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/py-pycryptodome-test-vectors/Makefile b/security/py-pycryptodome-test-vectors/Makefile index 5f735c46b720..8b70b7aa0530 100644 --- a/security/py-pycryptodome-test-vectors/Makefile +++ b/security/py-pycryptodome-test-vectors/Makefile @@ -1,5 +1,5 @@ PORTNAME= pycryptodome-test-vectors -DISTVERSION= 1.0.10 +DISTVERSION= 1.0.12 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,8 @@ LICENSE= BSD2CLAUSE APACHE20 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE.rst -# Officially: 2.7, 3-5-3.10 (same as security/py-cryptodome) -USES= cpe python zip +# Officially: 2.7, 3.5-3.11 (same as security/py-cryptodome) +USES= cpe python CPE_VENDOR= python USE_PYTHON= autoplist distutils diff --git a/security/py-pycryptodome-test-vectors/distinfo b/security/py-pycryptodome-test-vectors/distinfo index 0b396e80ec9b..cf6ce6856fac 100644 --- a/security/py-pycryptodome-test-vectors/distinfo +++ b/security/py-pycryptodome-test-vectors/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657324713 -SHA256 (pycryptodome-test-vectors-1.0.10.zip) = a2a807580c345eb736d9e02e63af90fc7f74b4bf40733e95d04269d3ad211f64 -SIZE (pycryptodome-test-vectors-1.0.10.zip) = 12161102 +TIMESTAMP = 1687820797 +SHA256 (pycryptodome-test-vectors-1.0.12.tar.gz) = b5b81ecfea81df8464e92ee2455c6ff0a8cec1349b1f5a8a65692e6537034170 +SIZE (pycryptodome-test-vectors-1.0.12.tar.gz) = 12019319 |