Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-19 10:55:44 +02:00
parent 62d05ac8a9
commit 334f25c226

View File

@ -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 <mhroncok@redhat.com> - 1.9.1-3
- Rebuilt for Python 3.7
* Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.9.1-2
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)