2019-11-30 10:39:35 +08:00
|
|
|
Name: python-cryptography-vectors
|
2021-02-05 11:19:52 +08:00
|
|
|
Version: 3.3.1
|
|
|
|
|
Release: 1
|
2019-11-30 10:39:35 +08:00
|
|
|
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
|
|
|
|
|
Source0: https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This package is a test vectors for the python-cryptography.
|
|
|
|
|
|
2020-02-14 10:24:09 +08:00
|
|
|
%package -n python3-cryptography-vectors
|
2019-11-30 10:39:35 +08:00
|
|
|
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
|
|
|
|
|
This package is a test vectors for the python-cryptography.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n cryptography_vectors-%{version}
|
|
|
|
|
rm -vrf cryptography_vectors.egg-info
|
2020-02-14 10:24:09 +08:00
|
|
|
|
2019-11-30 10:39:35 +08:00
|
|
|
%build
|
|
|
|
|
%py3_build
|
2020-02-14 10:24:09 +08:00
|
|
|
|
2019-11-30 10:39:35 +08:00
|
|
|
%check
|
|
|
|
|
%{__python3} setup.py test
|
2020-02-14 10:24:09 +08:00
|
|
|
|
2019-11-30 10:39:35 +08:00
|
|
|
%install
|
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
%files -n python3-cryptography-vectors
|
2020-02-14 10:24:09 +08:00
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%license LICENSE LICENSE.APACHE LICENSE.BSD
|
2019-11-30 10:39:35 +08:00
|
|
|
%{python3_sitelib}/cryptography_vectors/
|
|
|
|
|
%{python3_sitelib}/cryptography_vectors-%{version}-py*.egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
2021-02-05 11:19:52 +08:00
|
|
|
* 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
|
2020-10-30 10:05:52 +08:00
|
|
|
- delete python2
|
|
|
|
|
|
2020-07-28 09:46:58 +08:00
|
|
|
* Mon Jul 27 2020 dingyue<dingyue5@huawei.com> -3.0-1
|
|
|
|
|
- Type:enhancement
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:upgrade software to v3.0
|
|
|
|
|
|
2020-05-11 16:22:17 +08:00
|
|
|
* Thu Apr 16 2020 chengquan<chengquan3@huawei.com> -2.9-1
|
|
|
|
|
- Type:enhancement
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:upgrade software to v2.9
|
|
|
|
|
|
2020-02-14 10:24:09 +08:00
|
|
|
* Fri Feb 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.6.1-1
|
|
|
|
|
- Update to 2.6.1
|
|
|
|
|
|
2019-11-30 10:39:35 +08:00
|
|
|
* Mon Nov 25 2019 Ling Yang <lingyang2@huawei.com> - 2.3-2
|
|
|
|
|
- Package init
|