python-cryptography-vectors/python-cryptography-vectors.spec

75 lines
2.1 KiB
RPMSpec
Raw Permalink Normal View History

2023-05-19 17:26:41 +08:00
%global pypi_name cryptography-vectors
%global source_name cryptography_vectors
Name: python-%{pypi_name}
2024-02-01 09:12:28 +08:00
Version: 42.0.2
2021-02-05 11:19:52 +08:00
Release: 1
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.
2023-05-19 17:26:41 +08:00
%package -n python3-%{pypi_name}
Summary: This module is a test vectors for the cryptography package
2024-02-01 09:12:28 +08:00
BuildRequires: python3-devel python3-setuptools python3-pip python3-flit-core
%{?python_provide:%python_provide python3-cryptography-vectors}
2023-05-19 17:26:41 +08:00
%description -n python3-%{pypi_name}
This package is a test vectors for the python-cryptography.
%prep
2023-05-19 17:26:41 +08:00
%autosetup -n %{source_name}-%{version}
rm -vrf cryptography_vectors.egg-info
2020-02-14 10:24:09 +08:00
%build
2024-02-01 09:12:28 +08:00
%pyproject_build
2020-02-14 10:24:09 +08:00
%install
2024-02-01 09:12:28 +08:00
%pyproject_install
2023-05-19 17:26:41 +08:00
%files -n python3-%{pypi_name}
2020-02-14 10:24:09 +08:00
%defattr(-,root,root)
%license LICENSE LICENSE.APACHE LICENSE.BSD
2023-05-19 17:26:41 +08:00
%{python3_sitelib}/%{source_name}/
2024-02-01 09:12:28 +08:00
%{python3_sitelib}/%{source_name}-%{version}.dist-info/*
%changelog
2024-02-01 09:12:28 +08:00
* Wed Jan 31 2024 liyanan <liyanan61@h-partners.com> - 42.0.2-1
- Upgrade package to 42.0.2
2023-05-19 17:26:41 +08:00
* Fri May 19 2023 Dongxing Wang <dxwangk@isoftstone.com> - 40.0.2-1
- Upgrade package to 40.0.2
2023-01-31 01:22:08 -05:00
* 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
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
* Mon Nov 25 2019 Ling Yang <lingyang2@huawei.com> - 2.3-2
- Package init