diff --git a/cryptography-43.0.0.tar.gz b/cryptography-43.0.0.tar.gz deleted file mode 100644 index 57e7661..0000000 --- a/cryptography-43.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b88075ada2d51aa9f18283532c9f60e72170041bba88d7f37e49cbb10275299e -size 686873 diff --git a/cryptography-43.0.1.tar.gz b/cryptography-43.0.1.tar.gz new file mode 100644 index 0000000..7144d6e --- /dev/null +++ b/cryptography-43.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203e92a75716d8cfb491dc47c79e17d0d9207ccffcbcb35f598fbe463ae3444d +size 686927 diff --git a/no-pytest_benchmark.patch b/no-pytest_benchmark.patch index b183ae2..a4a740e 100644 --- a/no-pytest_benchmark.patch +++ b/no-pytest_benchmark.patch @@ -7,13 +7,13 @@ tests/bench/test_x509.py | 16 ++++++------- 7 files changed, 37 insertions(+), 68 deletions(-) -Index: cryptography-43.0.0/pyproject.toml +Index: cryptography-43.0.1/pyproject.toml =================================================================== ---- cryptography-43.0.0.orig/pyproject.toml -+++ cryptography-43.0.0/pyproject.toml +--- cryptography-43.0.1.orig/pyproject.toml ++++ cryptography-43.0.1/pyproject.toml @@ -66,8 +66,6 @@ nox = ["nox"] test = [ - "cryptography_vectors==43.0.0", + "cryptography_vectors==43.0.1", "pytest >=6.2.0", - "pytest-benchmark", - "pytest-cov", @@ -63,10 +63,10 @@ Index: cryptography-43.0.0/pyproject.toml [tool.ruff] line-length = 79 -Index: cryptography-43.0.0/tests/bench/test_aead.py +Index: cryptography-43.0.1/tests/bench/test_aead.py =================================================================== ---- cryptography-43.0.0.orig/tests/bench/test_aead.py -+++ cryptography-43.0.0/tests/bench/test_aead.py +--- cryptography-43.0.1.orig/tests/bench/test_aead.py ++++ cryptography-43.0.1/tests/bench/test_aead.py @@ -26,84 +26,84 @@ def _aead_supported(cls): not _aead_supported(ChaCha20Poly1305), reason="Requires OpenSSL with ChaCha20Poly1305 support", @@ -172,10 +172,10 @@ Index: cryptography-43.0.0/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-43.0.0/tests/bench/test_ec_load.py +Index: cryptography-43.0.1/tests/bench/test_ec_load.py =================================================================== ---- cryptography-43.0.0.orig/tests/bench/test_ec_load.py -+++ cryptography-43.0.0/tests/bench/test_ec_load.py +--- cryptography-43.0.1.orig/tests/bench/test_ec_load.py ++++ cryptography-43.0.1/tests/bench/test_ec_load.py @@ -5,9 +5,9 @@ from ..hazmat.primitives.fixtures_ec import EC_KEY_SECP256R1 @@ -190,10 +190,10 @@ Index: cryptography-43.0.0/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-43.0.0/tests/bench/test_hashes.py +Index: cryptography-43.0.1/tests/bench/test_hashes.py =================================================================== ---- cryptography-43.0.0.orig/tests/bench/test_hashes.py -+++ cryptography-43.0.0/tests/bench/test_hashes.py +--- cryptography-43.0.1.orig/tests/bench/test_hashes.py ++++ cryptography-43.0.1/tests/bench/test_hashes.py @@ -5,10 +5,10 @@ from cryptography.hazmat.primitives import hashes @@ -207,10 +207,10 @@ Index: cryptography-43.0.0/tests/bench/test_hashes.py - benchmark(bench) + bench() -Index: cryptography-43.0.0/tests/bench/test_hmac.py +Index: cryptography-43.0.1/tests/bench/test_hmac.py =================================================================== ---- cryptography-43.0.0.orig/tests/bench/test_hmac.py -+++ cryptography-43.0.0/tests/bench/test_hmac.py +--- cryptography-43.0.1.orig/tests/bench/test_hmac.py ++++ cryptography-43.0.1/tests/bench/test_hmac.py @@ -5,10 +5,10 @@ from cryptography.hazmat.primitives import hashes, hmac @@ -224,10 +224,10 @@ Index: cryptography-43.0.0/tests/bench/test_hmac.py - benchmark(bench) + bench() -Index: cryptography-43.0.0/tests/bench/test_x509.py +Index: cryptography-43.0.1/tests/bench/test_x509.py =================================================================== ---- cryptography-43.0.0.orig/tests/bench/test_x509.py -+++ cryptography-43.0.0/tests/bench/test_x509.py +--- cryptography-43.0.1.orig/tests/bench/test_x509.py ++++ cryptography-43.0.1/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 616aef7..e74164d 100644 --- a/python-cryptography.changes +++ b/python-cryptography.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Sep 28 19:45:04 UTC 2024 - Dirk Müller + +- update to 43.0.1: + * Updated Windows, macOS, and Linux wheels to be compiled with + OpenSSL 3.3.2. + ------------------------------------------------------------------- Sun Sep 15 08:51:52 UTC 2024 - Andreas Schneider diff --git a/python-cryptography.spec b/python-cryptography.spec index e6a0122..5aadc72 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python-cryptography # # Copyright (c) 2024 SUSE LLC # @@ -27,7 +27,7 @@ %endif %{?sle15_python_module_pythons} Name: python-cryptography%{psuffix} -Version: 43.0.0 +Version: 43.0.1 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 dc929a0..e5b7fa1 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0189963d634540b54819a21f8a5ebac6b2a60f54e21369ba98259e743e8b08a7 -size 1950998 +oid sha256:390ded5117f5bc0c1f422e60efdc70f13f089d05f41c7b5578f1b0f081636032 +size 1990453