From ccfff4199020cb69ef6ffd0bda8a2a12f3ce77d2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 17 May 2023 10:29:21 -0400 Subject: [PATCH 1/2] python3-cryptography_vectors: update to 40.0.2. --- srcpkgs/python3-cryptography_vectors/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-cryptography_vectors/template b/srcpkgs/python3-cryptography_vectors/template index 03820c77e330..65e923b872f9 100644 --- a/srcpkgs/python3-cryptography_vectors/template +++ b/srcpkgs/python3-cryptography_vectors/template @@ -1,6 +1,6 @@ # Template file for 'python3-cryptography_vectors' pkgname=python3-cryptography_vectors -version=39.0.2 +version=40.0.2 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -10,7 +10,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause, Apache-2.0" homepage="https://github.com/pyca/cryptography" distfiles="${PYPI_SITE}/c/cryptography_vectors/cryptography_vectors-${version}.tar.gz" -checksum=a68f106f7a4322cf1e7ed51e3fc6d5c1e0b11d337ed918ec879e8afe0c2a5220 +checksum=a81b8779072362a8231d5e711bc1095fdb6552125edf2807cdc2a59078be0c9a post_install() { vlicense LICENSE From ce3f8ba7d1ea103fc3daff85bd6ab2cd2f34e7b0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 17 May 2023 10:38:16 -0400 Subject: [PATCH 2/2] python3-cryptography: update to 40.0.2. --- srcpkgs/python3-cryptography/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-cryptography/template b/srcpkgs/python3-cryptography/template index c20ac3848c02..5f14281600a1 100644 --- a/srcpkgs/python3-cryptography/template +++ b/srcpkgs/python3-cryptography/template @@ -1,23 +1,23 @@ # Template file for 'python3-cryptography' pkgname=python3-cryptography -version=39.0.2 +version=40.0.2 revision=1 build_style=python3-module 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" +hostmakedepends="python3-setuptools-rust python3-cffi cargo pkg-config" makedepends="python3-devel openssl-devel" depends="python3-cffi" checkdepends="python3-pytest-subtests python3-pytest-xdist python3-iso8601 python3-pytz python3-cryptography_vectors - python3-pretend python3-hypothesis $depends" + python3-pretend python3-hypothesis python3-pytest-benchmark $depends" short_desc="Python3 library that provides cryptographic recipes and primitives" maintainer="Andrew J. Hesford " 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=bc5b871e977c8ee5a1bbc42fa8d19bcc08baf0c51cbf1586b0e87a2694dde42f +checksum=c33c0d32b8594fa647d2e01dbccc303478e16fdd7cf98652d5b3ed11aa5e5c99 if [ "$CROSS_BUILD" ]; then makedepends+=" rust-std"