aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-07-05 07:55:56 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-07-05 09:10:17 +0700
commitc905a32cc5a651cddd4d84c9f88307538bc260f7 (patch)
tree4c13aa5d2d55f3214912d47556d40a3b9874a84a /python
parent98cdef45986bcc4b5d7a59dd45f330556189f123 (diff)
python/cryptography: Updated for version 45.0.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/cryptography/cryptography.SlackBuild2
-rw-r--r--python/cryptography/cryptography.info10
2 files changed, 6 insertions, 6 deletions
diff --git a/python/cryptography/cryptography.SlackBuild b/python/cryptography/cryptography.SlackBuild
index 8ad91efd8f..e5d1199ad7 100644
--- a/python/cryptography/cryptography.SlackBuild
+++ b/python/cryptography/cryptography.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cryptography
-VERSION=${VERSION:-45.0.4}
+VERSION=${VERSION:-45.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/cryptography/cryptography.info b/python/cryptography/cryptography.info
index b5289f4fe4..8af5ad31bb 100644
--- a/python/cryptography/cryptography.info
+++ b/python/cryptography/cryptography.info
@@ -1,10 +1,10 @@
PRGNAM="cryptography"
-VERSION="45.0.4"
+VERSION="45.0.5"
HOMEPAGE="https://cryptography.io/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-45.0.4.tar.gz \
- https://sbo-source.s3.ap-southeast-1.amazonaws.com/cryptography-vendored-sources-45.0.4-1.tar.xz"
-MD5SUM="6d8a9d089f9c434c200e51d53cfa2ea5 \
- 6ab66dfc94652211ee0a8be018d848c2"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-45.0.5.tar.gz \
+ https://sbo-source.s3.ap-southeast-1.amazonaws.com/cryptography-vendored-sources-45.0.5-1.tar.xz"
+MD5SUM="923a9b315abf01b4e223aa1546ac2e40 \
+ b3adbb341368abfb640847b6203557de"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-maturin rust-opt"