From bb09d4cb4ab797d3660f3296c4f7e1bb5ca6cf4e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 18 May 2025 13:10:34 -0400 Subject: [PATCH] python3-cryptography: update to 45.0.2. --- srcpkgs/python3-cryptography/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-cryptography/template b/srcpkgs/python3-cryptography/template index 8f59adefb59..47def43545e 100644 --- a/srcpkgs/python3-cryptography/template +++ b/srcpkgs/python3-cryptography/template @@ -2,7 +2,7 @@ # On update, check python3-openssl, # it has very tie requirements for cryptography pkgname=python3-cryptography -version=44.0.3 +version=45.0.2 revision=1 build_style=python3-pep517 build_helper="rust" @@ -19,7 +19,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=fe19d8bc5536a91a24a8133328880a41831b6c5df54599a8417b62fe015d3053 +checksum=d784d57b958ffd07e9e226d17272f9af0c41572557604ca7554214def32c26bf pre_check() { vsed -i '/addopts/d' pyproject.toml