python3-cryptography: update to 3.4.7.
This commit is contained in:
parent
838581f6fd
commit
52a14c6bdb
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-cryptography'
|
||||
pkgname=python3-cryptography
|
||||
version=3.4.6
|
||||
revision=2
|
||||
version=3.4.7
|
||||
revision=1
|
||||
wrksrc="${pkgname#python3-}-${version}"
|
||||
build_style=python3-module
|
||||
build_helper="rust"
|
||||
|
@ -16,7 +16,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=2d32223e5b0ee02943f32b19245b61a62db83a882f0e76cc564e1cec60d48f87
|
||||
checksum=3d10de8116d25649631977cb37da6cbdd2d6fa0e0281d014a5b7d337255ca713
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
makedepends+=" rust-std"
|
||||
|
|
Loading…
Reference in a new issue