python3-cryptography: update to 38.0.3.

This commit is contained in:
Andrew J. Hesford 2022-09-19 21:07:50 -04:00
parent 43c1cd57e1
commit 56912c5581

View file

@ -1,6 +1,6 @@
# Template file for 'python3-cryptography' # Template file for 'python3-cryptography'
pkgname=python3-cryptography pkgname=python3-cryptography
version=38.0.1 version=38.0.3
revision=1 revision=1
wrksrc="${pkgname#python3-}-${version}" wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module build_style=python3-module
@ -18,7 +18,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=1db3d807a14931fa317f96435695d9ec386be7b84b618cc61cfa5d08b0ae33d7 checksum=bfbe6ee19615b07a98b1d2287d6a6073f734735b49ee45b11324d85efc4d5cbd
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std" makedepends+=" rust-std"