diff --git a/botocore-1.4.52-fix_dateutil_version.patch b/botocore-1.4.52-fix_dateutil_version.patch index af01a2d..087c6d3 100644 --- a/botocore-1.4.52-fix_dateutil_version.patch +++ b/botocore-1.4.52-fix_dateutil_version.patch @@ -1,6 +1,6 @@ diff -ur botocore-1.4.52.orig/requirements.txt botocore-1.4.52/requirements.txt ---- botocore-1.4.52.orig/requirements.txt 2016-09-12 23:35:35.452304693 +0100 -+++ botocore-1.4.52/requirements.txt 2016-09-12 23:36:02.418770777 +0100 +--- botocore-1.4.52.orig/requirements.txt 2016-09-13 12:28:28.244485703 +0100 ++++ botocore-1.4.52/requirements.txt 2016-09-13 12:28:41.683173945 +0100 @@ -1,5 +1,5 @@ tox>=2.3.1,<3.0.0 -python-dateutil>=2.1,<3.0.0 @@ -8,3 +8,27 @@ diff -ur botocore-1.4.52.orig/requirements.txt botocore-1.4.52/requirements.txt nose==1.3.0 mock==1.3.0 wheel==0.24.0 +diff -ur botocore-1.4.52.orig/setup.cfg botocore-1.4.52/setup.cfg +--- botocore-1.4.52.orig/setup.cfg 2016-09-13 12:28:28.297484474 +0100 ++++ botocore-1.4.52/setup.cfg 2016-09-13 12:29:07.259580531 +0100 +@@ -3,7 +3,7 @@ + + [metadata] + requires-dist = +- python-dateutil>=2.1,<3.0.0 ++ python-dateutil>=1.4,<3.0.0 + jmespath>=0.7.1,<1.0.0 + docutils>=0.10 + ordereddict==1.1; python_version=="2.6" +diff -ur botocore-1.4.52.orig/setup.py botocore-1.4.52/setup.py +--- botocore-1.4.52.orig/setup.py 2016-09-13 12:28:28.244485703 +0100 ++++ botocore-1.4.52/setup.py 2016-09-13 12:28:56.073840058 +0100 +@@ -6,7 +6,7 @@ + + + requires = ['jmespath>=0.7.1,<1.0.0', +- 'python-dateutil>=2.1,<3.0.0', ++ 'python-dateutil>=1.4,<3.0.0', + 'docutils>=0.10'] + + diff --git a/python-botocore.spec b/python-botocore.spec index 73c0990..52c0ec1 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -14,7 +14,7 @@ Name: python-%{pypi_name} Version: 1.4.52 -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 Sep 13 2016 Fabio Alessandro Locati - 1.4.52-3 +- Fix patch + * Tue Sep 13 2016 Fabio Alessandro Locati - 1.4.52-2 - Add testing support for EL7 using a lower version of dateuil library