From e6390c8be953ed304438986ce1ca49ac0969cb16 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 28 Jan 2024 07:36:18 -0500 Subject: [PATCH] python3-cryptography: update to 42.0.1. --- srcpkgs/python3-cryptography/template | 8 ++++---- srcpkgs/python3-cryptography/update | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/python3-cryptography/update diff --git a/srcpkgs/python3-cryptography/template b/srcpkgs/python3-cryptography/template index 4a04aa5c232..f5aa504fb09 100644 --- a/srcpkgs/python3-cryptography/template +++ b/srcpkgs/python3-cryptography/template @@ -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 diff --git a/srcpkgs/python3-cryptography/update b/srcpkgs/python3-cryptography/update new file mode 100644 index 00000000000..ee07b72ffd4 --- /dev/null +++ b/srcpkgs/python3-cryptography/update @@ -0,0 +1 @@ +ignore="*dev*"