Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
223dbf7f7c
!16 update to version 36.0.1
From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-11-02 08:43:51 +00:00
wang--ge
b4fc1ede3a update to version 36.0.1 2022-11-02 14:53:13 +08:00
openeuler-ci-bot
ee66f13697 !8 Update to 3.3.1
From: @ultra_planet
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-02-05 11:40:12 +08:00
lingsheng
fb699c60e2 Update to 3.3.1 2021-02-05 11:19:52 +08:00
openeuler-ci-bot
e92d52ad09 !7 remove python2
From: @zhangtao2020
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-10-31 10:18:08 +08:00
zhangtao2020
8cf837edac remove python2 2020-10-30 10:05:52 +08:00
openeuler-ci-bot
b3d4618408 !5 update to 3.0
Merge pull request !5 from phanddy/master
2020-07-28 19:36:59 +08:00
jinzhimin369
2029e6621e update to 3.0 2020-07-28 09:46:58 +08:00
openeuler-ci-bot
ba4040c9c7 !4 Update software to v2.9
Merge pull request !4 from chengquan/master
2020-06-20 11:09:01 +08:00
chengquan
f30e679b16 upgrade software to v2.9 2020-05-11 16:22:17 +08:00
2 changed files with 22 additions and 33 deletions

View File

@ -1,7 +1,5 @@
%bcond_with python2
Name: python-cryptography-vectors
Version: 2.6.1
Version: 36.0.1
Release: 1
License: ASL 2.0 or BSD
Summary: This module is a test vectors for the cryptography package
@ -12,16 +10,6 @@ BuildArch: noarch
%description
This package is a test vectors for the python-cryptography.
%if %{with python2}
%package -n python2-cryptography-vectors
Summary: This module is a test vectors for the cryptography package
BuildRequires: python2-devel python2-setuptools
%{?python_provide:%python_provide python2-cryptography-vectors}
%description -n python2-cryptography-vectors
This package is a test vectors for the python-cryptography.
%endif
%package -n python3-cryptography-vectors
Summary: This module is a test vectors for the cryptography package
BuildRequires: python3-devel python3-setuptools
@ -35,34 +23,14 @@ This package is a test vectors for the python-cryptography.
rm -vrf cryptography_vectors.egg-info
%build
%if %{with python2}
%py2_build
%endif
%py3_build
%check
%if %{with python2}
%{__python2} setup.py test
%endif
%{__python3} setup.py test
%install
%if %{with python2}
%py2_install
%endif
%py3_install
%if %{with python2}
%files -n python2-cryptography-vectors
%defattr(-,root,root)
%license LICENSE LICENSE.APACHE LICENSE.BSD
%{python2_sitelib}/cryptography_vectors/
%{python2_sitelib}/cryptography_vectors-%{version}-py*.egg-info
%endif
%files -n python3-cryptography-vectors
%defattr(-,root,root)
%license LICENSE LICENSE.APACHE LICENSE.BSD
@ -70,6 +38,27 @@ rm -vrf cryptography_vectors.egg-info
%{python3_sitelib}/cryptography_vectors-%{version}-py*.egg-info
%changelog
* Feb Nov 01 2022 Ge Wang <wangge20@h-partners.com> - 36.0.1-1
- Update to version 36.0.1
* Fri Feb 5 2021 lingsheng <lingsheng@huawei.com> - 3.3.1-1
- Update to 3.3.1
* Thu Oct 22 2020 zhangtao <zhangtao221@huawei.com> - 3.0-2
- delete python2
* Mon Jul 27 2020 dingyue<dingyue5@huawei.com> -3.0-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:upgrade software to v3.0
* Thu Apr 16 2020 chengquan<chengquan3@huawei.com> -2.9-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:upgrade software to v2.9
* Fri Feb 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.6.1-1
- Update to 2.6.1