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