python3-cryptography: update to 43.0.0.
This commit is contained in:
parent
7f259677a5
commit
6ab5b30593
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python3-cryptography'
|
# Template file for 'python3-cryptography'
|
||||||
pkgname=python3-cryptography
|
pkgname=python3-cryptography
|
||||||
version=42.0.8
|
version=43.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
build_helper="rust"
|
build_helper="rust"
|
||||||
make_check_args="--ignore tests/bench/test_x509.py --ignore tests/bench/test_aead.py"
|
make_check_args="--ignore tests/bench/test_x509.py --ignore tests/bench/test_aead.py"
|
||||||
hostmakedepends="python3-setuptools-rust python3-wheel python3-cffi cargo pkg-config"
|
hostmakedepends="python3-setuptools python3-cffi cargo pkg-config maturin"
|
||||||
makedepends="python3-devel rust-std openssl-devel"
|
makedepends="python3-devel rust-std openssl-devel"
|
||||||
depends="python3-cffi"
|
depends="python3-cffi"
|
||||||
checkdepends="python3-pytest-subtests python3-pytest-xdist
|
checkdepends="python3-pytest-subtests python3-pytest-xdist
|
||||||
|
@ -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=8d09d05439ce7baa8e9e95b07ec5b6c886f548deb7e0f69ef25f64b3bce842f2
|
checksum=b88075ada2d51aa9f18283532c9f60e72170041bba88d7f37e49cbb10275299e
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
vsed -i '/addopts/d' pyproject.toml
|
vsed -i '/addopts/d' pyproject.toml
|
||||||
|
|
Loading…
Reference in New Issue