Blame SOURCES/botocore-1.8.35-fix_dateutil_version.patch
|
|
bf48b2 |
diff -ur botocore-1.5.3.orig/requirements.txt botocore-1.5.3/requirements.txt
|
|
|
bf48b2 |
--- botocore-1.5.3.orig/requirements.txt 2017-01-20 11:06:07.081344531 +0000
|
|
|
bf48b2 |
+++ botocore-1.5.3/requirements.txt 2017-01-20 11:06:56.409021742 +0000
|
|
|
bf48b2 |
@@ -1,5 +1,5 @@
|
|
|
bf48b2 |
tox>=2.5.0,<3.0.0
|
|
|
bf48b2 |
-python-dateutil>=2.1,<3.0.0
|
|
|
bf48b2 |
+python-dateutil>=1.4,<3.0.0
|
|
|
bf48b2 |
nose==1.3.0
|
|
|
bf48b2 |
mock==1.3.0
|
|
|
bf48b2 |
wheel==0.24.0
|
|
|
bf48b2 |
diff -ur botocore-1.5.3.orig/setup.cfg botocore-1.5.3/setup.cfg
|
|
|
bf48b2 |
--- botocore-1.5.3.orig/setup.cfg 2017-01-20 11:06:07.082344504 +0000
|
|
|
bf48b2 |
+++ botocore-1.5.3/setup.cfg 2017-01-20 11:07:15.994496531 +0000
|
|
|
bf48b2 |
@@ -3,7 +3,7 @@
|
|
|
bf48b2 |
|
|
|
bf48b2 |
[metadata]
|
|
|
bf48b2 |
requires-dist =
|
|
|
bf48b2 |
- python-dateutil>=2.1,<3.0.0
|
|
|
bf48b2 |
+ python-dateutil>=1.4,<3.0.0
|
|
|
bf48b2 |
jmespath>=0.7.1,<1.0.0
|
|
|
bf48b2 |
docutils>=0.10
|
|
|
bf48b2 |
ordereddict==1.1; python_version=="2.6"
|
|
|
bf48b2 |
diff -ur botocore-1.5.3.orig/setup.py botocore-1.5.3/setup.py
|
|
|
bf48b2 |
--- botocore-1.5.3.orig/setup.py 2017-01-20 11:06:07.078344611 +0000
|
|
|
bf48b2 |
+++ botocore-1.5.3/setup.py 2017-01-20 11:07:27.367191557 +0000
|
|
|
bf48b2 |
@@ -6,7 +6,7 @@
|
|
|
bf48b2 |
|
|
|
bf48b2 |
|
|
|
bf48b2 |
requires = ['jmespath>=0.7.1,<1.0.0',
|
|
|
bf48b2 |
- 'python-dateutil>=2.1,<3.0.0',
|
|
|
bf48b2 |
+ 'python-dateutil>=1.4,<3.0.0',
|
|
|
bf48b2 |
'docutils>=0.10']
|
|
|
bf48b2 |
|
|
|
bf48b2 |
|