add loongarch64 support

(cherry picked from commit 7dab13570684030f8e59e0f5a4e0be8ff5e66bfb)
This commit is contained in:
panchenbo 2023-08-12 14:16:27 +08:00 committed by openeuler-sync-bot
parent a6f38c19c0
commit dd55430c0f
2 changed files with 1238 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,12 +1,13 @@
%global srcname cryptography %global srcname cryptography
Name: python-%{srcname} Name: python-%{srcname}
Version: 36.0.1 Version: 36.0.1
Release: 3 Release: 4
Summary: PyCA's cryptography library Summary: PyCA's cryptography library
License: ASL 2.0 or BSD License: ASL 2.0 or BSD
URL: https://cryptography.io/en/latest/ URL: https://cryptography.io/en/latest/
Source0: %{srcname}-%{version}.tar.gz Source0: %{srcname}-%{version}.tar.gz
Patch1000: 1000-add-loongarch64-support-not-upstream-modified-files.patch
Patch6002: backport-provide-openssl-apis-related-to-SM-for-python.patch Patch6002: backport-provide-openssl-apis-related-to-SM-for-python.patch
Patch6003: backport-CVE-2023-23931.patch Patch6003: backport-CVE-2023-23931.patch
@ -82,6 +83,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not (test_
%doc README.rst docs %doc README.rst docs
%changelog %changelog
* Sat Aug 12 2023 panchenbo <panchenbo@kylinsec.com.cn> - 36.0.1-4
- add loongarch64 support
* Thu Apr 06 2023 jichengke<jichengke2011@gmail.com> - 36.0.1-3 * Thu Apr 06 2023 jichengke<jichengke2011@gmail.com> - 36.0.1-3
- fix bogus date in changelog - fix bogus date in changelog