!23 update to upstream version 40.0.2
From: @desert-sailor Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
d62450cbb0
Binary file not shown.
@ -1,5 +1,7 @@
|
||||
Name: python-cryptography-vectors
|
||||
Version: 39.0.0
|
||||
%global pypi_name cryptography-vectors
|
||||
%global source_name cryptography_vectors
|
||||
Name: python-%{pypi_name}
|
||||
Version: 40.0.2
|
||||
Release: 1
|
||||
License: ASL 2.0 or BSD
|
||||
Summary: This module is a test vectors for the cryptography package
|
||||
@ -10,16 +12,16 @@ BuildArch: noarch
|
||||
%description
|
||||
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
|
||||
BuildRequires: python3-devel python3-setuptools
|
||||
%{?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.
|
||||
|
||||
%prep
|
||||
%autosetup -n cryptography_vectors-%{version}
|
||||
%autosetup -n %{source_name}-%{version}
|
||||
rm -vrf cryptography_vectors.egg-info
|
||||
|
||||
%build
|
||||
@ -31,13 +33,16 @@ rm -vrf cryptography_vectors.egg-info
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
%files -n python3-cryptography-vectors
|
||||
%files -n python3-%{pypi_name}
|
||||
%defattr(-,root,root)
|
||||
%license LICENSE LICENSE.APACHE LICENSE.BSD
|
||||
%{python3_sitelib}/cryptography_vectors/
|
||||
%{python3_sitelib}/cryptography_vectors-%{version}-py*.egg-info
|
||||
%{python3_sitelib}/%{source_name}/
|
||||
%{python3_sitelib}/%{source_name}*.egg-info/
|
||||
|
||||
%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
|
||||
- Upgrade package to 39.0.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user