diff --git a/cryptography_vectors-39.0.0.tar.gz b/cryptography_vectors-40.0.2.tar.gz similarity index 75% rename from cryptography_vectors-39.0.0.tar.gz rename to cryptography_vectors-40.0.2.tar.gz index c6ccdd96d7e67648b38c15c0617d75c3f8cefa3a..f36b998c50af4eb28ac3113e1960a2a96bdae86a 100644 Binary files a/cryptography_vectors-39.0.0.tar.gz and b/cryptography_vectors-40.0.2.tar.gz differ diff --git a/python-cryptography-vectors.spec b/python-cryptography-vectors.spec index 03b1aabea24618b1180a65fc57f870674e94ef36..0dde10966f504c310dacaabd9e3c3e2a8d1874ee 100644 --- a/python-cryptography-vectors.spec +++ b/python-cryptography-vectors.spec @@ -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 - 40.0.2-1 +- Upgrade package to 40.0.2 + * Tue Jan 31 2023 huangduirong - 39.0.0-1 - Upgrade package to 39.0.0