python3-cryptography: update to 42.0.1.

This commit is contained in:
Andrew J. Hesford 2024-01-28 07:36:18 -05:00
parent 968b42f7fa
commit e6390c8be9
2 changed files with 5 additions and 4 deletions

View file

@ -1,11 +1,11 @@
# Template file for 'python3-cryptography'
pkgname=python3-cryptography
version=41.0.7
version=42.0.1
revision=1
build_style=python3-module
build_style=python3-pep517
build_helper="rust"
make_check_args="--ignore tests/bench/test_x509.py --ignore tests/bench/test_aead.py"
hostmakedepends="python3-setuptools-rust python3-cffi cargo pkg-config"
hostmakedepends="python3-setuptools-rust python3-wheel python3-cffi cargo pkg-config"
makedepends="python3-devel rust-std openssl-devel"
depends="python3-cffi"
checkdepends="python3-pytest-subtests python3-pytest-xdist
@ -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=13f93ce9bea8016c253b34afc6bd6a75993e5c40672ed5405a9c832f0d4a00bc
checksum=fd33f53809bb363cf126bebe7a99d97735988d9b0131a2be59fbf83e1259a5b7
pre_check() {
vsed -i '/addopts/d' pyproject.toml

View file

@ -0,0 +1 @@
ignore="*dev*"