python3-cryptography: update to 41.0.1.

This commit is contained in:
Andrew J. Hesford 2023-06-06 11:16:54 -04:00
parent abefd83a58
commit b61d016fed

View file

@ -1,6 +1,6 @@
# Template file for 'python3-cryptography' # Template file for 'python3-cryptography'
pkgname=python3-cryptography pkgname=python3-cryptography
version=41.0.0 version=41.0.1
revision=1 revision=1
build_style=python3-module build_style=python3-module
build_helper="rust" build_helper="rust"
@ -17,7 +17,7 @@ license="BSD-3-Clause, Apache-2.0"
homepage="https://github.com/pyca/cryptography" homepage="https://github.com/pyca/cryptography"
changelog="https://raw.githubusercontent.com/pyca/cryptography/master/CHANGELOG.rst" changelog="https://raw.githubusercontent.com/pyca/cryptography/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz" distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
checksum=6b71f64beeea341c9b4f963b48ee3b62d62d57ba93eb120e1196b31dc1025e78 checksum=d34579085401d3f49762d2f7d6634d6b6c2ae1242202e860f4d26b046e3a1006
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std" makedepends+=" rust-std"