Upgrade package to 42.0.2

This commit is contained in:
lyn1001 2024-02-01 09:12:28 +08:00
parent d62450cbb0
commit d664dda8da
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
%global pypi_name cryptography-vectors %global pypi_name cryptography-vectors
%global source_name cryptography_vectors %global source_name cryptography_vectors
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 40.0.2 Version: 42.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
@ -14,7 +14,7 @@ This package is a test vectors for the python-cryptography.
%package -n python3-%{pypi_name} %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-%{pypi_name} %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 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-%{pypi_name} %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}/%{source_name}/ %{python3_sitelib}/%{source_name}/
%{python3_sitelib}/%{source_name}*.egg-info/ %{python3_sitelib}/%{source_name}-%{version}.dist-info/*
%changelog %changelog
* 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 * Fri May 19 2023 Dongxing Wang <dxwangk@isoftstone.com> - 40.0.2-1
- Upgrade package to 40.0.2 - Upgrade package to 40.0.2