python3-cryptography: update to 41.0.3.

This commit is contained in:
Andrew J. Hesford 2023-08-04 11:33:47 -04:00
parent 4d1c054703
commit b532dc5dd7

View file

@ -1,6 +1,6 @@
# Template file for 'python3-cryptography'
pkgname=python3-cryptography
version=41.0.2
version=41.0.3
revision=1
build_style=python3-module
build_helper="rust"
@ -17,7 +17,7 @@ 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=7d230bf856164de164ecb615ccc14c7fc6de6906ddd5b491f3af90d3514c925c
checksum=6d192741113ef5e30d89dcb5b956ef4e1578f304708701b8b73d38e3e1461f34
if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std"