Compare commits
10 Commits
e92d52ad09
...
5326ad30e8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5326ad30e8 | ||
|
|
d664dda8da | ||
|
|
d62450cbb0 | ||
|
|
659a24af3c | ||
|
|
17b1ea934d | ||
|
|
6f94f8467c | ||
|
|
0057cb3f75 | ||
|
|
9d16dea2ec | ||
|
|
ee66f13697 | ||
|
|
fb699c60e2 |
Binary file not shown.
@ -1,6 +1,8 @@
|
|||||||
Name: python-cryptography-vectors
|
%global pypi_name cryptography-vectors
|
||||||
Version: 3.0
|
%global source_name cryptography_vectors
|
||||||
Release: 2
|
Name: python-%{pypi_name}
|
||||||
|
Version: 42.0.2
|
||||||
|
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
|
||||||
URL: https://pypi.python.org/pypi/cryptography-vectors
|
URL: https://pypi.python.org/pypi/cryptography-vectors
|
||||||
@ -10,35 +12,47 @@ BuildArch: noarch
|
|||||||
%description
|
%description
|
||||||
This package is a test vectors for the python-cryptography.
|
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
|
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-cryptography-vectors
|
%description -n python3-%{pypi_name}
|
||||||
This package is a test vectors for the python-cryptography.
|
This package is a test vectors for the python-cryptography.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n cryptography_vectors-%{version}
|
%autosetup -n %{source_name}-%{version}
|
||||||
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-cryptography-vectors
|
%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}/cryptography_vectors/
|
%{python3_sitelib}/%{source_name}/
|
||||||
%{python3_sitelib}/cryptography_vectors-%{version}-py*.egg-info
|
%{python3_sitelib}/%{source_name}-%{version}.dist-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Oct 22 2020 zhangtao <zhangtao221@huawei.com> - 2.3-2
|
* 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
|
||||||
- delete python2
|
- delete python2
|
||||||
|
|
||||||
* Mon Jul 27 2020 dingyue<dingyue5@huawei.com> -3.0-1
|
* Mon Jul 27 2020 dingyue<dingyue5@huawei.com> -3.0-1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user