python/cryptography: Updated for version 42.0.7.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-05-10 08:30:59 +07:00
parent 8e6e4b6550
commit 126fce4022
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 6 deletions

View file

@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cryptography
VERSION=${VERSION:-42.0.5}
VERSION=${VERSION:-42.0.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -102,6 +102,7 @@ fi
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages
rm -rf tests/bench
python3 -m build --no-isolation
python3 -m installer -d "$PKG" dist/*.whl

View file

@ -1,10 +1,10 @@
PRGNAM="cryptography"
VERSION="42.0.5"
VERSION="42.0.7"
HOMEPAGE="https://cryptography.io/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-42.0.5.tar.gz \
https://sbo-source.s3.ap-southeast-1.amazonaws.com/cryptography-vendored-sources-42.0.5-1.tar.xz"
MD5SUM="f31af409d2d41b9e8cedb2fe19d4e2dd \
90b2104d9ecd410663774970bb95b78d"
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_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rust16 python3-setuptools-rust-opt"