python3-cryptography: update to 42.0.7.
This commit is contained in:
parent
fe042806b4
commit
32b71af009
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-cryptography'
|
# Template file for 'python3-cryptography'
|
||||||
pkgname=python3-cryptography
|
pkgname=python3-cryptography
|
||||||
version=42.0.5
|
version=42.0.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
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=6fe07eec95dfd477eb9530aef5bead34fec819b3aaf6c5bd6d20565da607bfe1
|
checksum=ecbfbc00bf55888edda9868a4cf927205de8499e7fabe6c050322298382953f2
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
vsed -i '/addopts/d' pyproject.toml
|
vsed -i '/addopts/d' pyproject.toml
|
||||||
|
|
Loading…
Reference in New Issue