2019-01-09 15:19:39 +00:00
|
|
|
%global srcname s3transfer
|
|
|
|
%global _description \
|
|
|
|
S3transfer is a Python library for managing Amazon S3 transfers.
|
2019-01-09 10:07:25 +00:00
|
|
|
|
2019-01-09 15:19:39 +00:00
|
|
|
Name: python-%{srcname}
|
2021-07-15 21:29:34 +00:00
|
|
|
Version: 0.5.0
|
|
|
|
Release: 1%{?dist}
|
2019-01-09 15:19:39 +00:00
|
|
|
Summary: Amazon S3 Transfer Manager
|
2019-01-09 10:07:25 +00:00
|
|
|
|
|
|
|
License: ASL 2.0
|
2019-01-09 15:19:39 +00:00
|
|
|
URL: https://pypi.org/project/s3transfer/
|
|
|
|
Source0: %{pypi_source}
|
|
|
|
|
2019-01-09 10:07:25 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
2019-01-09 15:19:39 +00:00
|
|
|
%description %{_description}
|
2019-01-09 10:07:25 +00:00
|
|
|
|
2019-01-09 15:19:39 +00:00
|
|
|
%package -n python3-%{srcname}
|
|
|
|
Summary: %{summary}
|
2021-05-14 21:23:20 +00:00
|
|
|
|
2019-01-09 10:07:25 +00:00
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-setuptools
|
2021-05-14 21:23:20 +00:00
|
|
|
# required to run the test suite
|
|
|
|
BuildRequires: python3-botocore >= 1.12.36
|
|
|
|
BuildRequires: python3-botocore < 2.0
|
|
|
|
BuildRequires: python3-mock
|
|
|
|
BuildRequires: python3-pytest
|
2019-01-09 10:07:25 +00:00
|
|
|
|
2019-01-09 15:19:39 +00:00
|
|
|
%description -n python3-%{srcname} %{_description}
|
|
|
|
|
|
|
|
Python 3 version.
|
2019-01-09 10:07:25 +00:00
|
|
|
|
|
|
|
%prep
|
2021-05-14 21:23:20 +00:00
|
|
|
%autosetup -n %{srcname}-%{version} -p1
|
2019-01-09 15:19:39 +00:00
|
|
|
rm -vrf *.egg-info
|
2019-01-09 10:07:25 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%py3_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%py3_install
|
|
|
|
|
2021-05-14 21:23:20 +00:00
|
|
|
%check
|
|
|
|
cd tests
|
|
|
|
pytest-%{python3_version} unit functional
|
|
|
|
|
2019-01-14 11:18:05 +00:00
|
|
|
%files -n python3-%{srcname}
|
2019-01-09 10:07:25 +00:00
|
|
|
%license LICENSE.txt
|
2019-01-09 15:19:39 +00:00
|
|
|
%doc README.rst
|
|
|
|
%{python3_sitelib}/%{srcname}/
|
|
|
|
%{python3_sitelib}/%{srcname}-*.egg-info/
|
2019-01-09 10:07:25 +00:00
|
|
|
|
|
|
|
%changelog
|
2021-07-15 21:29:34 +00:00
|
|
|
* Thu Jul 15 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.5.0-1
|
|
|
|
- 0.5.0
|
|
|
|
|
2021-06-04 08:22:30 +00:00
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.4.2-3
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
2021-05-14 21:42:44 +00:00
|
|
|
* Fri May 14 2021 Felix Schwarz <fschwarz@fedoraproject.org> - 0.4.2-2
|
2021-05-14 21:23:20 +00:00
|
|
|
- run test suite as part of the build process
|
|
|
|
|
2021-04-23 13:36:07 +00:00
|
|
|
* Fri Apr 23 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.4.2-1
|
|
|
|
- 0.4.2
|
|
|
|
|
2021-04-22 13:22:19 +00:00
|
|
|
* Thu Apr 22 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.4.1-1
|
|
|
|
- 0.4.1
|
|
|
|
|
2021-04-19 19:59:55 +00:00
|
|
|
* Mon Apr 19 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.4.0-1
|
|
|
|
- 0.4.0
|
|
|
|
|
2021-04-14 13:14:48 +00:00
|
|
|
* Wed Apr 14 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.3.7-1
|
|
|
|
- 0.3.7
|
|
|
|
|
2021-03-22 13:36:37 +00:00
|
|
|
* Mon Mar 22 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.3.6-1
|
|
|
|
- 0.3.6
|
|
|
|
|
2021-03-18 21:46:59 +00:00
|
|
|
* Thu Mar 18 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.3.5-1
|
|
|
|
- 0.3.5
|
|
|
|
|
2021-01-27 13:16:07 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-12 14:20:45 +00:00
|
|
|
* Tue Jan 12 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.3.4-1
|
|
|
|
- 0.3.4
|
|
|
|
|
2020-07-29 03:45:35 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-05-24 11:08:59 +00:00
|
|
|
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 0.3.3-2
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
2020-03-12 19:46:07 +00:00
|
|
|
* Thu Mar 12 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.3.3-1
|
|
|
|
- 0.3.3
|
|
|
|
|
2020-01-30 15:09:14 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-13 15:47:29 +00:00
|
|
|
* Mon Jan 13 2020 Charalampos Stratakis <cstratak@redhat.com> - 0.3.0-1
|
|
|
|
- Update to 0.3.0 (rhbz#1717156)
|
|
|
|
|
2019-11-19 21:02:34 +00:00
|
|
|
* Tue Nov 19 2019 Orion Poplawski <orion@nwra.com> - 0.2.1-1
|
|
|
|
- Update to 0.2.1
|
|
|
|
|
2019-10-03 12:29:32 +00:00
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.2.0-4
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
|
2019-08-19 08:56:04 +00:00
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.2.0-3
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
2019-07-26 16:08:51 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-15 20:28:35 +00:00
|
|
|
* Fri Feb 15 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-1
|
|
|
|
- Update to 0.2.0
|
|
|
|
|
2019-02-02 09:11:57 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.13-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-14 12:24:22 +00:00
|
|
|
* Mon Jan 14 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.1.13-5
|
|
|
|
- Bump spec to ensure rawhide version > stable releases
|
|
|
|
|
2019-01-14 11:18:05 +00:00
|
|
|
* Mon Jan 14 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.1.13-2
|
|
|
|
- specify python3 subpackage in files section
|
|
|
|
|
2019-01-09 15:19:39 +00:00
|
|
|
* Thu Dec 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.13-1
|
|
|
|
- Initial package
|