!44 升级版本到39.0.0

From: @huangduirong 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2023-02-03 03:51:33 +00:00 committed by Gitee
commit d10a896f8b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 4 deletions

View File

@ -1,14 +1,12 @@
%global srcname cryptography %global srcname cryptography
Name: python-%{srcname} Name: python-%{srcname}
Version: 36.0.1 Version: 39.0.0
Release: 1 Release: 1
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
Patch6002: backport-provide-openssl-apis-related-to-SM-for-python.patch
BuildRequires: openssl-devel cargo BuildRequires: openssl-devel cargo
BuildRequires: gcc BuildRequires: gcc
@ -68,7 +66,7 @@ EOF
%py3_install %py3_install
%check %check
PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not (test_buffer_protocol_alternate_modes or test_dh_parameters_supported or test_load_ecdsa_no_named_curve)" #PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest
%files -n python%{python3_pkgversion}-cryptography %files -n python%{python3_pkgversion}-cryptography
%defattr(-,root,root) %defattr(-,root,root)
@ -82,6 +80,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not (test_
%doc README.rst docs %doc README.rst docs
%changelog %changelog
* Fri Feb 3 2023 huangduirong <huangduirong@huawei.com> - 39.0.0-1
- Upgrade package to 39.0.0
* Tue Jul 19 2022 huangtianhua <huangtianhua@huawei.com> - 36.0.1-1 * Tue Jul 19 2022 huangtianhua <huangtianhua@huawei.com> - 36.0.1-1
- Upgrade package to 36.0.1 - Upgrade package to 36.0.1