From 334f25c22656571370e3b4f835867dec336532bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:55:44 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-botocore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-botocore.spec b/python-botocore.spec index de725a5..ec4851e 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -15,7 +15,7 @@ Name: python-%{pypi_name} Version: 1.9.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Low-level, data-driven core of boto 3 License: ASL 2.0 @@ -165,6 +165,9 @@ nosetests-3.5 --with-coverage --cover-erase --cover-package botocore --with-xuni %endif # with docs %changelog +* Tue Jun 19 2018 Miro HronĨok - 1.9.1-3 +- Rebuilt for Python 3.7 + * Wed Feb 28 2018 Iryna Shcherbina - 1.9.1-2 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)