python3-cryptography: update to 39.0.0.

This commit is contained in:
Andrew J. Hesford 2023-01-05 12:12:54 -05:00
parent ba9125a5bf
commit 05f9c092dc

View file

@ -1,6 +1,6 @@
# Template file for 'python3-cryptography'
pkgname=python3-cryptography
version=38.0.4
version=39.0.0
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=175c1a818b87c9ac80bb7377f5520b7f31b3ef2a0004e2420319beadedb67290
checksum=f964c7dcf7802d133e8dbd1565914fa0194f9d683d82411989889ecd701e8adf
if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std"