python3-cryptography: update to 41.0.2.

This commit is contained in:
Andrew J. Hesford 2023-07-12 10:26:37 -04:00
parent e437c5ea08
commit 96668761e2

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.1 version=41.0.2
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=d34579085401d3f49762d2f7d6634d6b6c2ae1242202e860f4d26b046e3a1006 checksum=7d230bf856164de164ecb615ccc14c7fc6de6906ddd5b491f3af90d3514c925c
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std" makedepends+=" rust-std"