From efcf72fc98fc2e84de16a7c5cf1c0f8930c509fc Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 10:22:30 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-s3transfer.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-s3transfer.spec b/python-s3transfer.spec index 6d5a5e4..a45c38c 100644 --- a/python-s3transfer.spec +++ b/python-s3transfer.spec @@ -4,7 +4,7 @@ S3transfer is a Python library for managing Amazon S3 transfers. Name: python-%{srcname} Version: 0.4.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Amazon S3 Transfer Manager License: ASL 2.0 @@ -51,6 +51,9 @@ pytest-%{python3_version} unit functional %{python3_sitelib}/%{srcname}-*.egg-info/ %changelog +* 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