aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-05-29 21:47:41 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-05-30 21:26:27 +0700
commitdcf5de799a29f24b2f6b8fd7d5bd21717fbcb839 (patch)
treee2f94171f5e223a79f2cc7768599a5c2a141abd1 /python
parenta9373fca0d1ca644f803c9824305a6d17d13bcb3 (diff)
python/cryptography: Updated for version 45.0.3.
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 ad85746354..67c19d4024 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.2}
+VERSION=${VERSION:-45.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/cryptography/cryptography.info b/python/cryptography/cryptography.info
index 0263f4368a..f06397e9ef 100644
--- a/python/cryptography/cryptography.info
+++ b/python/cryptography/cryptography.info
@@ -1,10 +1,10 @@
PRGNAM="cryptography"
-VERSION="45.0.2"
+VERSION="45.0.3"
HOMEPAGE="https://cryptography.io/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-45.0.2.tar.gz \
- https://sbo-source.s3.ap-southeast-1.amazonaws.com/cryptography-vendored-sources-45.0.2-1.tar.xz"
-MD5SUM="2b934ffd0563925781a748e309b1b203 \
- aacf883d2fa018f7b6b2919a5f6b5727"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-45.0.3.tar.gz \
+ https://sbo-source.s3.ap-southeast-1.amazonaws.com/cryptography-vendored-sources-45.0.3-1.tar.xz"
+MD5SUM="1e3b6a299fbbe74b9a68e1b2dbdcb96b \
+ c1606a52e30eb934969ce30547883705"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-maturin rust-opt"