python3-cryptography: update to 43.0.1.

This commit is contained in:
Andrew J. Hesford 2024-09-06 09:16:37 -04:00
parent 6c1b586e1b
commit 0510ef8b14

View File

@ -2,7 +2,7 @@
# On update, check python3-openssl, # On update, check python3-openssl,
# it has very tie requirements for cryptography # it has very tie requirements for cryptography
pkgname=python3-cryptography pkgname=python3-cryptography
version=43.0.0 version=43.0.1
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
build_helper="rust" build_helper="rust"
@ -19,7 +19,7 @@ license="BSD-3-Clause, Apache-2.0"
homepage="https://github.com/pyca/cryptography" homepage="https://github.com/pyca/cryptography"
changelog="https://raw.githubusercontent.com/pyca/cryptography/master/CHANGELOG.rst" changelog="https://raw.githubusercontent.com/pyca/cryptography/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz" distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
checksum=b88075ada2d51aa9f18283532c9f60e72170041bba88d7f37e49cbb10275299e checksum=203e92a75716d8cfb491dc47c79e17d0d9207ccffcbcb35f598fbe463ae3444d
pre_check() { pre_check() {
vsed -i '/addopts/d' pyproject.toml vsed -i '/addopts/d' pyproject.toml