summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-07 08:06:18 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-07 08:06:18 +0700
commit275c12c3237532ae1cebdeccf8b32c1c80db858b (patch)
tree816d7106c56ac36c2b4f4f649b2ead3ee04d3b2e
parent680bef24032735627265f3edaaba0605beaf702b (diff)
downloadslackbuilds-275c12c3237532ae1cebdeccf8b32c1c80db858b.tar.gz
slackbuilds-275c12c3237532ae1cebdeccf8b32c1c80db858b.tar.xz
python/cryptography: Updated for version 42.0.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 606a982138..3e07686823 100644
--- a/python/cryptography/cryptography.SlackBuild
+++ b/python/cryptography/cryptography.SlackBuild
@@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cryptography
-VERSION=${VERSION:-42.0.7}
+VERSION=${VERSION:-42.0.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/cryptography/cryptography.info b/python/cryptography/cryptography.info
index 5214f2e767..9677749fea 100644
--- a/python/cryptography/cryptography.info
+++ b/python/cryptography/cryptography.info
@@ -1,10 +1,10 @@
PRGNAM="cryptography"
-VERSION="42.0.7"
+VERSION="42.0.8"
HOMEPAGE="https://cryptography.io/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-42.0.7.tar.gz \
- https://sbo-source.s3.ap-southeast-1.amazonaws.com/cryptography-vendored-sources-42.0.7-1.tar.xz"
-MD5SUM="07daf829afd60b3e6326d01166add3a1 \
- cbfb292fbdd71cbc8b9a05ac267af0c8"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-42.0.8.tar.gz \
+ https://sbo-source.s3.ap-southeast-1.amazonaws.com/cryptography-vendored-sources-42.0.8-1.tar.xz"
+MD5SUM="413eb813be4922f055ae84ddfcd5a017 \
+ b91563f5f48c09622493cd0dae94f2fa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rust16 python3-setuptools-rust-opt"