From cbb7ba63f029cdbbc4f38e413697d5d6e182eda0 Mon Sep 17 00:00:00 2001 From: rdobuilder Date: Oct 12 2021 11:14:09 +0000 Subject: Update to 0.5.0 Related-to: https://review.rdoproject.org/r/q/Idc91efc6d67b805571d409c20f1d7532a27da398 --- diff --git a/.python-s3transfer.metadata b/.python-s3transfer.metadata index fe0b02a..077151b 100644 --- a/.python-s3transfer.metadata +++ b/.python-s3transfer.metadata @@ -1 +1 @@ -47e91a0559e74d5883eca8edec8370e7ed9bcb48 SOURCES/s3transfer-0.4.2.tar.gz +07d611ebb8ffcfb6d95ea54a2428c260303735d1 SOURCES/s3transfer-0.5.0.tar.gz diff --git a/SOURCES/.gitignore b/SOURCES/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/SOURCES/.gitignore diff --git a/SPECS/python-s3transfer.spec b/SPECS/python-s3transfer.spec index 563a704..3025a86 100644 --- a/SPECS/python-s3transfer.spec +++ b/SPECS/python-s3transfer.spec @@ -3,8 +3,8 @@ S3transfer is a Python library for managing Amazon S3 transfers. Name: python-%{srcname} -Version: 0.4.2 -Release: 1%{?dist} +Version: 0.5.0 +Release: 2%{?dist} Summary: Amazon S3 Transfer Manager License: ASL 2.0 @@ -17,15 +17,21 @@ BuildArch: noarch %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-mock +BuildRequires: python3-pytest %description -n python3-%{srcname} %{_description} Python 3 version. %prep -%autosetup -n %{srcname}-%{version} +%autosetup -n %{srcname}-%{version} -p1 rm -vrf *.egg-info %build @@ -34,6 +40,10 @@ rm -vrf *.egg-info %install %py3_install +%check +cd tests +pytest-%{python3_version} unit functional + %files -n python3-%{srcname} %license LICENSE.txt %doc README.rst @@ -41,6 +51,18 @@ rm -vrf *.egg-info %{python3_sitelib}/%{srcname}-*.egg-info/ %changelog +* 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