From 02490a88104d7ab022ad5f5e9d2999d48ff7df23 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Sat, 23 Dec 2023 16:56:36 +0800 Subject: [PATCH] update author info for Patch6002 --- ...ort-provide-openssl-apis-related-to-SM-for-python.patch | 7 ++++--- python-cryptography.spec | 5 ++++- 2 files changed, 8 insertions(+), 4 deletions(-) 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 6a31547..175e087 100644 --- a/backport-provide-openssl-apis-related-to-SM-for-python.patch +++ b/backport-provide-openssl-apis-related-to-SM-for-python.patch @@ -1,8 +1,9 @@ -From 71b6df9392d424efcdc422b175e3737f33c36c6e Mon Sep 17 00:00:00 2001 -From: desert-sailor -Date: Mon, 22 May 2023 03:47:32 +0800 +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/python-cryptography.spec b/python-cryptography.spec index 79aca49..5308738 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -1,7 +1,7 @@ %global pypi_name cryptography Name: python-%{pypi_name} Version: 40.0.2 -Release: 4 +Release: 5 Summary: PyCA's cryptography library License: ASL 2.0 or BSD URL: https://cryptography.io/en/latest/ @@ -89,6 +89,9 @@ EOF %doc README.rst docs %changelog +* Sat Dec 23 2023 shixuanttong - 40.0.2-5 +- update author info for Patch6002 + * Sat Dec 2 2023 liningjie - 40.0.2-4 - raise an exception instead of returning an empty list for pkcs7 cert loading -- Gitee