!23 update to upstream version 40.0.2

From: @desert-sailor 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-05-25 09:50:49 +00:00 committed by Gitee
commit d62450cbb0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 13 additions and 8 deletions

View File

@ -1,5 +1,7 @@
Name: python-cryptography-vectors %global pypi_name cryptography-vectors
Version: 39.0.0 %global source_name cryptography_vectors
Name: python-%{pypi_name}
Version: 40.0.2
Release: 1 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
@ -10,16 +12,16 @@ 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
%{?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
@ -31,13 +33,16 @@ rm -vrf cryptography_vectors.egg-info
%install %install
%py3_install %py3_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}*.egg-info/
%changelog %changelog
* 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 * Tue Jan 31 2023 huangduirong <huangduirong@huawei.com> - 39.0.0-1
- Upgrade package to 39.0.0 - Upgrade package to 39.0.0