diff --git a/cryptography-44.0.1.tar.gz b/cryptography-44.0.1.tar.gz deleted file mode 100644 index 0acc259..0000000 --- a/cryptography-44.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f51f5705ab27898afda1aaa430f34ad90dc117421057782022edf0600bec5f14 -size 710819 diff --git a/cryptography-44.0.2.tar.gz b/cryptography-44.0.2.tar.gz new file mode 100644 index 0000000..2aa7d9c --- /dev/null +++ b/cryptography-44.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63454aa261a0cf0c5b4718349629793e9e634993538db841165b3df74f37ec0 +size 710807 diff --git a/no-pytest_benchmark.patch b/no-pytest_benchmark.patch index 6a1c4e1..6f94bc2 100644 --- a/no-pytest_benchmark.patch +++ b/no-pytest_benchmark.patch @@ -1,10 +1,10 @@ -Index: cryptography-44.0.1/pyproject.toml +Index: cryptography-44.0.2/pyproject.toml =================================================================== ---- cryptography-44.0.1.orig/pyproject.toml -+++ cryptography-44.0.1/pyproject.toml +--- cryptography-44.0.2.orig/pyproject.toml ++++ cryptography-44.0.2/pyproject.toml @@ -67,8 +67,6 @@ nox = ["nox >=2024.04.15", "nox[uv] >=20 test = [ - "cryptography_vectors==44.0.1", + "cryptography_vectors==44.0.2", "pytest >=7.4.0", - "pytest-benchmark >=4.0", - "pytest-cov >=2.10.1", @@ -54,10 +54,10 @@ Index: cryptography-44.0.1/pyproject.toml [tool.ruff] line-length = 79 -Index: cryptography-44.0.1/tests/bench/test_aead.py +Index: cryptography-44.0.2/tests/bench/test_aead.py =================================================================== ---- cryptography-44.0.1.orig/tests/bench/test_aead.py -+++ cryptography-44.0.1/tests/bench/test_aead.py +--- cryptography-44.0.2.orig/tests/bench/test_aead.py ++++ cryptography-44.0.2/tests/bench/test_aead.py @@ -26,84 +26,84 @@ def _aead_supported(cls): not _aead_supported(ChaCha20Poly1305), reason="Requires OpenSSL with ChaCha20Poly1305 support", @@ -163,10 +163,10 @@ Index: cryptography-44.0.1/tests/bench/test_aead.py ct = aes.encrypt(b"\x00" * 12, b"hello world plaintext", None) - benchmark(aes.decrypt, b"\x00" * 12, ct, None) + aes.decrypt(b"\x00" * 12, ct, None) -Index: cryptography-44.0.1/tests/bench/test_ec_load.py +Index: cryptography-44.0.2/tests/bench/test_ec_load.py =================================================================== ---- cryptography-44.0.1.orig/tests/bench/test_ec_load.py -+++ cryptography-44.0.1/tests/bench/test_ec_load.py +--- cryptography-44.0.2.orig/tests/bench/test_ec_load.py ++++ cryptography-44.0.2/tests/bench/test_ec_load.py @@ -5,9 +5,9 @@ from ..hazmat.primitives.fixtures_ec import EC_KEY_SECP256R1 @@ -181,10 +181,10 @@ Index: cryptography-44.0.1/tests/bench/test_ec_load.py - benchmark(EC_KEY_SECP256R1.private_key) +def test_load_ec_private_numbers(): + EC_KEY_SECP256R1.private_key() -Index: cryptography-44.0.1/tests/bench/test_hashes.py +Index: cryptography-44.0.2/tests/bench/test_hashes.py =================================================================== ---- cryptography-44.0.1.orig/tests/bench/test_hashes.py -+++ cryptography-44.0.1/tests/bench/test_hashes.py +--- cryptography-44.0.2.orig/tests/bench/test_hashes.py ++++ cryptography-44.0.2/tests/bench/test_hashes.py @@ -5,10 +5,10 @@ from cryptography.hazmat.primitives import hashes @@ -198,10 +198,10 @@ Index: cryptography-44.0.1/tests/bench/test_hashes.py - benchmark(bench) + bench() -Index: cryptography-44.0.1/tests/bench/test_hmac.py +Index: cryptography-44.0.2/tests/bench/test_hmac.py =================================================================== ---- cryptography-44.0.1.orig/tests/bench/test_hmac.py -+++ cryptography-44.0.1/tests/bench/test_hmac.py +--- cryptography-44.0.2.orig/tests/bench/test_hmac.py ++++ cryptography-44.0.2/tests/bench/test_hmac.py @@ -5,10 +5,10 @@ from cryptography.hazmat.primitives import hashes, hmac @@ -215,10 +215,10 @@ Index: cryptography-44.0.1/tests/bench/test_hmac.py - benchmark(bench) + bench() -Index: cryptography-44.0.1/tests/bench/test_x509.py +Index: cryptography-44.0.2/tests/bench/test_x509.py =================================================================== ---- cryptography-44.0.1.orig/tests/bench/test_x509.py -+++ cryptography-44.0.1/tests/bench/test_x509.py +--- cryptography-44.0.2.orig/tests/bench/test_x509.py ++++ cryptography-44.0.2/tests/bench/test_x509.py @@ -13,40 +13,40 @@ from cryptography import x509 from ..utils import load_vectors_from_file diff --git a/python-cryptography.changes b/python-cryptography.changes index 6a048a0..945dbd5 100644 --- a/python-cryptography.changes +++ b/python-cryptography.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Mar 23 21:40:26 UTC 2025 - Dirk Müller + +- update to 44.0.2: + * We now build wheels for PyPy 3.11. + ------------------------------------------------------------------- Wed Feb 26 09:41:24 UTC 2025 - Dirk Müller diff --git a/python-cryptography.spec b/python-cryptography.spec index ecf0a36..66d2783 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -28,7 +28,7 @@ %{?sle15_python_module_pythons} Name: python-cryptography%{psuffix} # ALWAYS KEEP IN SYNC WITH python-cryptography-vectors! -Version: 44.0.1 +Version: 44.0.2 Release: 0 Summary: Python library which exposes cryptographic recipes and primitives License: Apache-2.0 OR BSD-3-Clause diff --git a/vendor.tar.zst b/vendor.tar.zst index 73ebdc2..3b0afb1 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae1991397db29db693a03f71e0bb415049274d838167769b14b8c3d0e6a79966 -size 2584479 +oid sha256:ad589a9d923b8a51ad6ea0f0cfb5de808a7db067ae0d33b8fbb5751859d50237 +size 2597139