Compare commits

..

No commits in common. "5326ad30e83d19b6cf7c18b5fb306a1abe3a8f4a" and "e92d52ad09c0888d2b4e77a62dc460157c5f8f3b" have entirely different histories.

2 changed files with 16 additions and 30 deletions

View File

@ -1,8 +1,6 @@
%global pypi_name cryptography-vectors
%global source_name cryptography_vectors
Name: python-%{pypi_name}
Version: 42.0.2
Release: 1
Name: python-cryptography-vectors
Version: 3.0
Release: 2
License: ASL 2.0 or BSD
Summary: This module is a test vectors for the cryptography package
URL: https://pypi.python.org/pypi/cryptography-vectors
@ -12,47 +10,35 @@ BuildArch: noarch
%description
This package is a test vectors for the python-cryptography.
%package -n python3-%{pypi_name}
%package -n python3-cryptography-vectors
Summary: This module is a test vectors for the cryptography package
BuildRequires: python3-devel python3-setuptools python3-pip python3-flit-core
BuildRequires: python3-devel python3-setuptools
%{?python_provide:%python_provide python3-cryptography-vectors}
%description -n python3-%{pypi_name}
%description -n python3-cryptography-vectors
This package is a test vectors for the python-cryptography.
%prep
%autosetup -n %{source_name}-%{version}
%autosetup -n cryptography_vectors-%{version}
rm -vrf cryptography_vectors.egg-info
%build
%pyproject_build
%py3_build
%check
%{__python3} setup.py test
%install
%pyproject_install
%py3_install
%files -n python3-%{pypi_name}
%files -n python3-cryptography-vectors
%defattr(-,root,root)
%license LICENSE LICENSE.APACHE LICENSE.BSD
%{python3_sitelib}/%{source_name}/
%{python3_sitelib}/%{source_name}-%{version}.dist-info/*
%{python3_sitelib}/cryptography_vectors/
%{python3_sitelib}/cryptography_vectors-%{version}-py*.egg-info
%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
- Upgrade package to 40.0.2
* Tue Jan 31 2023 huangduirong <huangduirong@huawei.com> - 39.0.0-1
- Upgrade package to 39.0.0
* Tue Jul 19 2022 OpenStack_SIG <openstack@openeuler.org> - 36.0.1-1
- Upgrade package to version 36.0.1
* Fri Feb 5 2021 lingsheng <lingsheng@huawei.com> - 3.3.1-1
- Update to 3.3.1
* Thu Oct 22 2020 zhangtao <zhangtao221@huawei.com> - 3.0-2
* Thu Oct 22 2020 zhangtao <zhangtao221@huawei.com> - 2.3-2
- delete python2
* Mon Jul 27 2020 dingyue<dingyue5@huawei.com> -3.0-1