upgrade software to v2.9

This commit is contained in:
chengquan 2020-06-20 14:49:32 +08:00 committed by Gitee
parent 009d09dde3
commit ab40828a78

View File

@ -1,5 +1,6 @@
%bcond_with python2 %bcond_with python2
%bcond_without python3 %bcond_without python3
%bcond_with python3.8
Name: python-cryptography Name: python-cryptography
Version: 2.9 Version: 2.9
@ -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)" 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 %endif
%if %{with python3.8}
pushd %{py3dir} 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)" 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 popd
%endif
%if %{with python2} %if %{with python2}
%files -n python2-cryptography %files -n python2-cryptography