python3-cryptography: update to 39.0.2.
This commit is contained in:
parent
6a8724f625
commit
8733abc63d
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-cryptography'
|
# Template file for 'python3-cryptography'
|
||||||
pkgname=python3-cryptography
|
pkgname=python3-cryptography
|
||||||
version=39.0.1
|
version=39.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=d1f6198ee6d9148405e49887803907fe8962a23e6c6f83ea7d98f1c0de375695
|
checksum=bc5b871e977c8ee5a1bbc42fa8d19bcc08baf0c51cbf1586b0e87a2694dde42f
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
makedepends+=" rust-std"
|
makedepends+=" rust-std"
|
||||||
|
|
Loading…
Reference in New Issue