diff --git a/cryptography-45.0.5.tar.gz b/cryptography-45.0.5.tar.gz deleted file mode 100644 index 57554c75628f3488f26ecb9477c1be310e001ae2..0000000000000000000000000000000000000000 Binary files a/cryptography-45.0.5.tar.gz and /dev/null differ diff --git a/cryptography-46.0.2.tar.gz b/cryptography-46.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1f4b19ad52805855d60722bf755ad6c0256954d5 Binary files /dev/null and b/cryptography-46.0.2.tar.gz differ diff --git a/python-cryptography.spec b/python-cryptography.spec index 0605d9a9ec7c8e6593870e96a5e66c55a6e4750d..f51a1be0ea78ed03bdf81e6b5d78b7461f6a8417 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -1,7 +1,7 @@ %global pypi_name cryptography Name: python-%{pypi_name} -Version: 45.0.5 -Release: 2 +Version: 46.0.2 +Release: 1 Summary: PyCA's cryptography library License: (Apache-2.0 OR BSD-3-Clause) AND PSF-2.0 URL: https://cryptography.io/en/latest/ @@ -94,6 +94,10 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest --ignore vendo %doc README.rst docs %changelog +* Mon Oct 13 2025 Yu Peng - 46.0.2-1 +- Upgrade to 46.0.2 + * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.4. + * Thu Jul 24 2025 shixuantong - 45.0.5-2 - disable RSA PKCS#1v1.5 padding to fix CVE-2023-50782