From 071c6441b82882bcbcf0ff8fc6724783840609af Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 20 Jun 2025 16:08:02 -0400 Subject: [PATCH] python3-cryptography: update to 45.0.4. --- 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 4c02235a9f5..21508427004 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=45.0.3 +version=45.0.4 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=ec21313dd335c51d7877baf2972569f40a4291b76a0ce51391523ae358d05899 +checksum=7405ade85c83c37682c8fe65554759800a4a8c54b2d96e0f8ad114d31b808d57 pre_check() { vsed -i '/addopts/d' pyproject.toml