From 0233826ec5c74911208b8fe36c04576ec45c5e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:18:31 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-s3transfer.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-s3transfer.spec b/python-s3transfer.spec index d947c45..4f14105 100644 --- a/python-s3transfer.spec +++ b/python-s3transfer.spec @@ -11,7 +11,7 @@ Name: python-%{pypi_name} Version: 0.1.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An Amazon S3 Transfer Manager License: ASL 2.0 @@ -103,6 +103,9 @@ nosetests-%{python3_version} --with-coverage --cover-erase --cover-package s3tra %endif # python3 %changelog +* Tue Jun 19 2018 Miro HronĨok - 0.1.13-2 +- Rebuilt for Python 3.7 + * Tue Apr 17 2018 Kevin Fenzi - 0.1.13-1 - Upgrade to 0.1.13. Fixes bugs: #1487458 #1556265 #1560471