!6 upgrade software to v2.9

Merge pull request !6 from chengquan/master
This commit is contained in:
openeuler-ci-bot 2020-06-20 18:22:14 +08:00 committed by Gitee
commit 809b3b4771
3 changed files with 10 additions and 1 deletions

Binary file not shown.

BIN
cryptography-2.9.tar.gz Normal file

Binary file not shown.

View File

@ -1,8 +1,9 @@
%bcond_with python2
%bcond_without python3
%bcond_with python3.8
Name: python-cryptography
Version: 2.6.1
Version: 2.9
Release: 1
Summary: PyCA's cryptography library
License: ASL 2.0 or BSD
@ -104,9 +105,11 @@ popd
PYTHONPATH=%{buildroot}%{python2_sitearch} %{__python2} -m pytest -k "not (test_buffer_protocol_alternate_modes or test_dh_parameters_supported or test_load_ecdsa_no_named_curve)"
%endif
%if %{with python3.8}
pushd %{py3dir}
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)"
popd
%endif
%if %{with python2}
%files -n python2-cryptography
@ -129,6 +132,12 @@ popd
%doc README.rst docs
%changelog
* Thu Apr 16 2020 chengquan<chengquan3@huawei.com> -2.9-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:upgrade software to v2.9
* Thu Feb 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.6.1-1
- Update to 2.6.1