diff --git a/cryptography_vectors-40.0.2.tar.gz b/cryptography_vectors-42.0.2.tar.gz similarity index 75% rename from cryptography_vectors-40.0.2.tar.gz rename to cryptography_vectors-42.0.2.tar.gz index f36b998c50af4eb28ac3113e1960a2a96bdae86a..07a39c556a6d67af014a4850d6e60555c9c1713b 100644 Binary files a/cryptography_vectors-40.0.2.tar.gz and b/cryptography_vectors-42.0.2.tar.gz differ diff --git a/python-cryptography-vectors.spec b/python-cryptography-vectors.spec index 0dde10966f504c310dacaabd9e3c3e2a8d1874ee..1116c85be743223895a35161efa12154cd6948be 100644 --- a/python-cryptography-vectors.spec +++ b/python-cryptography-vectors.spec @@ -1,7 +1,7 @@ %global pypi_name cryptography-vectors %global source_name cryptography_vectors Name: python-%{pypi_name} -Version: 40.0.2 +Version: 42.0.2 Release: 1 License: ASL 2.0 or BSD Summary: This module is a test vectors for the cryptography package @@ -14,7 +14,7 @@ This package is a test vectors for the python-cryptography. %package -n python3-%{pypi_name} 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} %description -n python3-%{pypi_name} @@ -25,21 +25,21 @@ This package is a test vectors for the python-cryptography. rm -vrf cryptography_vectors.egg-info %build -%py3_build - -%check -%{__python3} setup.py test +%pyproject_build %install -%py3_install +%pyproject_install %files -n python3-%{pypi_name} %defattr(-,root,root) %license LICENSE LICENSE.APACHE LICENSE.BSD %{python3_sitelib}/%{source_name}/ -%{python3_sitelib}/%{source_name}*.egg-info/ +%{python3_sitelib}/%{source_name}-%{version}.dist-info/* %changelog +* Wed Jan 31 2024 liyanan - 42.0.2-1 +- Upgrade package to 42.0.2 + * Fri May 19 2023 Dongxing Wang - 40.0.2-1 - Upgrade package to 40.0.2