python3-cryptography: update to 37.0.2.

This commit is contained in:
Andrew J. Hesford 2022-05-12 09:45:53 -04:00
parent 801aab3cf6
commit e06747785b
1 changed files with 2 additions and 2 deletions

View File

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