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