From 6ab5b3059333b08f2d2189bbe4aa518b02af116b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 23 Jul 2024 11:21:55 -0400 Subject: [PATCH] python3-cryptography: update to 43.0.0. --- srcpkgs/python3-cryptography/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-cryptography/template b/srcpkgs/python3-cryptography/template index 4d1e0e4d1eb..461f73edb68 100644 --- a/srcpkgs/python3-cryptography/template +++ b/srcpkgs/python3-cryptography/template @@ -1,11 +1,11 @@ # Template file for 'python3-cryptography' pkgname=python3-cryptography -version=42.0.8 +version=43.0.0 revision=1 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-wheel python3-cffi cargo pkg-config" +hostmakedepends="python3-setuptools python3-cffi cargo pkg-config maturin" 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=8d09d05439ce7baa8e9e95b07ec5b6c886f548deb7e0f69ef25f64b3bce842f2 +checksum=b88075ada2d51aa9f18283532c9f60e72170041bba88d7f37e49cbb10275299e pre_check() { vsed -i '/addopts/d' pyproject.toml