python3-cryptography: update to 41.0.0.

This commit is contained in:
Andrew J. Hesford 2023-05-17 10:38:16 -04:00
parent fa22137f3b
commit 8d50079408

View file

@ -1,23 +1,23 @@
# Template file for 'python3-cryptography'
pkgname=python3-cryptography
version=39.0.2
version=41.0.0
revision=1
build_style=python3-module
build_helper="rust"
make_check_args="--ignore tests/bench/test_x509.py --ignore tests/bench/test_aead.py"
hostmakedepends="python3-setuptools-rust python3-cffi cargo"
hostmakedepends="python3-setuptools-rust python3-cffi cargo pkg-config"
makedepends="python3-devel openssl-devel"
depends="python3-cffi"
checkdepends="python3-pytest-subtests python3-pytest-xdist
python3-iso8601 python3-pytz python3-cryptography_vectors
python3-pretend python3-hypothesis $depends"
python3-pretend python3-hypothesis python3-pytest-benchmark $depends"
short_desc="Python3 library that provides cryptographic recipes and primitives"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause, Apache-2.0"
homepage="https://github.com/pyca/cryptography"
changelog="https://raw.githubusercontent.com/pyca/cryptography/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
checksum=bc5b871e977c8ee5a1bbc42fa8d19bcc08baf0c51cbf1586b0e87a2694dde42f
checksum=6b71f64beeea341c9b4f963b48ee3b62d62d57ba93eb120e1196b31dc1025e78
if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std"