From e472ce42274bdfb217fbffe6a991ba2e04f52021 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 25 Feb 2025 18:57:18 -0500 Subject: [PATCH] python3-cryptography: update to 44.0.1. --- 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 f59e04a3574..be5dcc1a367 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.0 +version=44.0.1 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=cd4e834f340b4293430701e772ec543b0fbe6c2dea510a5286fe0acabe153a02 +checksum=f51f5705ab27898afda1aaa430f34ad90dc117421057782022edf0600bec5f14 pre_check() { vsed -i '/addopts/d' pyproject.toml