Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
5326ad30e8
!24 Upgrade package to 42.0.2
From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2024-02-01 01:45:47 +00:00
lyn1001
d664dda8da Upgrade package to 42.0.2 2024-02-01 09:31:33 +08:00
openeuler-ci-bot
d62450cbb0
!23 update to upstream version 40.0.2
From: @desert-sailor 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2023-05-25 09:50:49 +00:00
desert-sailor
659a24af3c upgrade to version 40.0.2 2023-05-25 17:18:41 +08:00
openeuler-ci-bot
17b1ea934d
!19 升级python-cryptography-vectors到39.0.0版本
From: @huangduirong 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-01-31 07:36:37 +00:00
huangduirong
6f94f8467c update cryptography_ventors to 39.0.0 2023-01-31 01:22:08 -05:00
openeuler-ci-bot
0057cb3f75
!14 Upgrade to support OpenStack Yoga
From: @huangtianhua 
Reviewed-by: @ruebb 
Signed-off-by: @ruebb
2022-07-19 07:12:25 +00:00
huangtianhua
9d16dea2ec Upgrade to 36.0.1 to support OpenStack Yoga 2022-07-19 10:55: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
2 changed files with 30 additions and 16 deletions

View File

@ -1,6 +1,8 @@
Name: python-cryptography-vectors %global pypi_name cryptography-vectors
Version: 3.0 %global source_name cryptography_vectors
Release: 2 Name: python-%{pypi_name}
Version: 42.0.2
Release: 1
License: ASL 2.0 or BSD License: ASL 2.0 or BSD
Summary: This module is a test vectors for the cryptography package Summary: This module is a test vectors for the cryptography package
URL: https://pypi.python.org/pypi/cryptography-vectors URL: https://pypi.python.org/pypi/cryptography-vectors
@ -10,35 +12,47 @@ BuildArch: noarch
%description %description
This package is a test vectors for the python-cryptography. This package is a test vectors for the python-cryptography.
%package -n python3-cryptography-vectors %package -n python3-%{pypi_name}
Summary: This module is a test vectors for the cryptography package Summary: This module is a test vectors for the cryptography package
BuildRequires: python3-devel python3-setuptools BuildRequires: python3-devel python3-setuptools python3-pip python3-flit-core
%{?python_provide:%python_provide python3-cryptography-vectors} %{?python_provide:%python_provide python3-cryptography-vectors}
%description -n python3-cryptography-vectors %description -n python3-%{pypi_name}
This package is a test vectors for the python-cryptography. This package is a test vectors for the python-cryptography.
%prep %prep
%autosetup -n cryptography_vectors-%{version} %autosetup -n %{source_name}-%{version}
rm -vrf cryptography_vectors.egg-info rm -vrf cryptography_vectors.egg-info
%build %build
%py3_build %pyproject_build
%check
%{__python3} setup.py test
%install %install
%py3_install %pyproject_install
%files -n python3-cryptography-vectors %files -n python3-%{pypi_name}
%defattr(-,root,root) %defattr(-,root,root)
%license LICENSE LICENSE.APACHE LICENSE.BSD %license LICENSE LICENSE.APACHE LICENSE.BSD
%{python3_sitelib}/cryptography_vectors/ %{python3_sitelib}/%{source_name}/
%{python3_sitelib}/cryptography_vectors-%{version}-py*.egg-info %{python3_sitelib}/%{source_name}-%{version}.dist-info/*
%changelog %changelog
* Thu Oct 22 2020 zhangtao <zhangtao221@huawei.com> - 2.3-2 * Wed Jan 31 2024 liyanan <liyanan61@h-partners.com> - 42.0.2-1
- Upgrade package to 42.0.2
* Fri May 19 2023 Dongxing Wang <dxwangk@isoftstone.com> - 40.0.2-1
- Upgrade package to 40.0.2
* Tue Jan 31 2023 huangduirong <huangduirong@huawei.com> - 39.0.0-1
- Upgrade package to 39.0.0
* Tue Jul 19 2022 OpenStack_SIG <openstack@openeuler.org> - 36.0.1-1
- Upgrade package 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 - delete python2
* Mon Jul 27 2020 dingyue<dingyue5@huawei.com> -3.0-1 * Mon Jul 27 2020 dingyue<dingyue5@huawei.com> -3.0-1