From ddfffc07679039fcdf911bcac07cfd5db51d86aa Mon Sep 17 00:00:00 2001 From: shixuantong Date: Sat, 23 Dec 2023 16:46:59 +0800 Subject: [PATCH] update author info for Patch6002 (cherry picked from commit 1f25b36b3fa5a37f4690948e6276c3ab4de49101) --- ...provide-openssl-apis-related-to-SM-for-python.patch | 10 ++++++++++ python-cryptography.spec | 5 ++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/backport-provide-openssl-apis-related-to-SM-for-python.patch b/backport-provide-openssl-apis-related-to-SM-for-python.patch index db3c9d7..e9b25be 100644 --- a/backport-provide-openssl-apis-related-to-SM-for-python.patch +++ b/backport-provide-openssl-apis-related-to-SM-for-python.patch @@ -1,3 +1,13 @@ +From 52325495900f1bd9e1f228f24c81c0746520dc85 Mon Sep 17 00:00:00 2001 +From: hanxinke +Date: Tue, 3 Aug 2021 10:45:22 +0800 +Subject: [PATCH] provide openssl apis related to SM for python + +Signed-off-by: hanxinke +--- + src/_cffi_src/openssl/evp.py | 7 +++++++ + 1 file changed, 7 insertions(+) + diff --git a/src/_cffi_src/openssl/evp.py b/src/_cffi_src/openssl/evp.py index ad7a0e7..13069dc 100644 --- a/src/_cffi_src/openssl/evp.py diff --git a/python-cryptography.spec b/python-cryptography.spec index 35bbd7f..bd67ca9 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -1,7 +1,7 @@ %global srcname cryptography Name: python-%{srcname} Version: 36.0.1 -Release: 5 +Release: 6 Summary: PyCA's cryptography library License: ASL 2.0 or BSD URL: https://cryptography.io/en/latest/ @@ -85,6 +85,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not (test_ %doc README.rst docs %changelog +* Sat Dec 23 shixuantong - 36.0.1-6 +- update author info for Patch6002 + * Sat Dec 2 2023 liningjie - 36.0.1-5 - raise an exception instead of returning an empty list for pkcs7 cert loading -- Gitee