diff --git a/backport-update-install-docs-10309.patch b/backport-update-install-docs-10309.patch new file mode 100644 index 0000000000000000000000000000000000000000..c6bdf632d0aac32ab894ecc1762b64a84a2c3b0b --- /dev/null +++ b/backport-update-install-docs-10309.patch @@ -0,0 +1,23 @@ +From fd46c01cac798801d6fe3e2fca99d1b6bbbcd74a Mon Sep 17 00:00:00 2001 +From: Paul Kehrer +Date: Wed, 31 Jan 2024 06:09:22 -0600 +Subject: [PATCH] Update install docs (#10309) + +We also test OpenSSL 3.2 +--- + docs/installation.rst | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/docs/installation.rst b/docs/installation.rst +index d24d806..6994aa0 100644 +--- a/docs/installation.rst ++++ b/docs/installation.rst +@@ -34,6 +34,7 @@ above supported platforms: + * ``OpenSSL 1.1.1-latest`` + * ``OpenSSL 3.0-latest`` + * ``OpenSSL 3.1-latest`` ++* ``OpenSSL 3.2-latest`` + + We also test against the latest commit of BoringSSL as well as versions of + LibreSSL that are receiving security support at the time of a given +-- diff --git a/python-cryptography.spec b/python-cryptography.spec index 79c7bb1339c691fc18ac4690c12fc13a6c006462..edbfa96c2ce69994f7e456f0f9405c11ab3fc81a 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -1,7 +1,7 @@ %global pypi_name cryptography Name: python-%{pypi_name} Version: 42.0.2 -Release: 3 +Release: 4 Summary: PyCA's cryptography library License: ASL 2.0 or BSD URL: https://cryptography.io/en/latest/ @@ -15,6 +15,7 @@ Source1: cargo-vendor-cache.tar.gz Patch6002: backport-provide-openssl-apis-related-to-SM-for-python.patch Patch6003: backport-CVE-2024-26130.patch +Patch6004: backport-update-install-docs-10309.patch BuildRequires: openssl-devel cargo BuildRequires: gcc @@ -90,6 +91,9 @@ EOF %doc README.rst docs %changelog +* Thu May 9 2024 wuzhaomin - 42.0.2-4 +- Update install docs + * Thu Apr 18 2024 shixuantong - 42.0.2-3 - set debug is true for build debug package - add rust to BuildRequires