diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-01 01:50:17 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-01 02:08:29 +0000 |
commit | 469b9cacad2714fbc8288772e65070422ebc07e6 (patch) | |
tree | 73d475d345f83609286792c7747f0aa06568ef7c | |
parent | 351a392c29b267f3fca52976f21f1286a5c0906c (diff) | |
download | ports-469b9cacad2714fbc8288772e65070422ebc07e6.tar.gz ports-469b9cacad2714fbc8288772e65070422ebc07e6.zip |
security/py-cryptography: Update to 41.0.5
- Update WWW
Changes: https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst
https://cryptography.io/en/latest/changelog/
-rw-r--r-- | security/py-cryptography/Makefile | 6 | ||||
-rw-r--r-- | security/py-cryptography/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index 266bb349aef3..77c69b690f65 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -1,6 +1,5 @@ PORTNAME= cryptography -PORTVERSION= 41.0.4 -PORTREVISION= 1 +PORTVERSION= 41.0.5 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= PYPI @@ -9,7 +8,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cryptographic recipes and primitives for Python developers -WWW= https://github.com/pyca/cryptography +WWW= https://cryptography.io/en/latest/ \ + https://github.com/pyca/cryptography LICENSE= APACHE20 BSD3CLAUSE LICENSE_COMB= dual diff --git a/security/py-cryptography/distinfo b/security/py-cryptography/distinfo index ff22fc7d13e2..ac7945f3dd77 100644 --- a/security/py-cryptography/distinfo +++ b/security/py-cryptography/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1695357835 -SHA256 (cryptography-41.0.4.tar.gz) = 7febc3094125fc126a7f6fb1f420d0da639f3f32cb15c8ff0dc3997c4549f51a -SIZE (cryptography-41.0.4.tar.gz) = 630506 +TIMESTAMP = 1698341075 +SHA256 (cryptography-41.0.5.tar.gz) = 392cb88b597247177172e02da6b7a63deeff1937fa6fec3bbf902ebd75d97ec7 +SIZE (cryptography-41.0.5.tar.gz) = 630537 SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 SIZE (rust/crates/Inflector-0.11.4.crate) = 17438 SHA256 (rust/crates/aliasable-0.1.3.crate) = 250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd |