diff --git a/botocore-0.67.0.tar.gz b/botocore-0.67.0.tar.gz deleted file mode 100644 index 6b96324..0000000 --- a/botocore-0.67.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e7dc963e2cde001043b504d1e445f77ce016ade8237f35581847cb850a4df1f -size 1255980 diff --git a/botocore-0.82.0.tar.gz b/botocore-0.82.0.tar.gz new file mode 100644 index 0000000..6c8748c --- /dev/null +++ b/botocore-0.82.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f31f4ac202a249386b34dd1f7edebbe1e3db3753574d2c6be9f4b39cb11807 +size 1503723 diff --git a/hide_py_pckgmgmt.patch b/hide_py_pckgmgmt.patch index 0e3f105..e4a7926 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -1,12 +1,11 @@ --- setup.py.orig +++ setup.py -@@ -10,22 +10,22 @@ import botocore +@@ -10,21 +10,21 @@ import botocore from setuptools import setup, find_packages --requires = ['six>=1.1.0', -- 'jmespath==0.4.1', -- 'python-dateutil>=2.1'] +-requires = ['jmespath==0.5.0', +- 'python-dateutil>=2.1,<3.0.0'] - - -if sys.version_info[:2] == (2, 6): @@ -20,8 +19,7 @@ - # JSON objects. The 2.7 json module has this. For 2.6 - # we need simplejson. - requires.append('simplejson==3.3.0') -+#requires = ['six>=1.1.0', -+# 'jmespath==0.4.1', ++#requires = ['jmespath==0.5.0', +# 'python-dateutil>=2.1'] + + diff --git a/python-botocore.changes b/python-botocore.changes index 7e6f7d4..01385ae 100644 --- a/python-botocore.changes +++ b/python-botocore.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jan 18 13:08:48 UTC 2015 - rschweikert@suse.com + +- Update to version 0.82.0 + + there is no upstream changelog + + update in support for fix of bnc#905354 + ------------------------------------------------------------------- Thu Oct 23 23:45:06 UTC 2014 - rschweikert@suse.com diff --git a/python-botocore.spec b/python-botocore.spec index f1612d6..cba9297 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -1,7 +1,7 @@ # # spec file for package python-botocore # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define baseName botocore Name: python-botocore -Version: 0.67.0 +Version: 0.82.0 Release: 0 Summary: Python interface for AWS License: Apache-2.0 @@ -29,8 +29,7 @@ Source0: %{baseName}-%{version}.tar.gz Patch0: hide_py_pckgmgmt.patch Requires: python Requires: python-dateutil >= 2.1 -Requires: python-jmespath >= 0.4.1 -Requires: python-six >= 1.1.0 +Requires: python-jmespath >= 0.5.0 %if 0%{?suse_version} && 0%{?suse_version} <= 1110 Requires: python-ordereddict >= 1.1 Requires: python-simplejson >= 3.3.0