Hello community, here is the log from the commit of package python-botocore for openSUSE:Factory checked in at 2015-01-20 19:01:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-botocore (Old) and /work/SRC/openSUSE:Factory/.python-botocore.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-botocore" Changes: -------- --- /work/SRC/openSUSE:Factory/python-botocore/python-botocore.changes 2014-11-02 16:46:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-botocore.new/python-botocore.changes 2015-01-20 19:01:13.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Jan 18 13:08:48 UTC 2015 - [email protected] + +- Update to version 0.82.0 + + there is no upstream changelog + + update in support for fix of bnc#905354 + +------------------------------------------------------------------- Old: ---- botocore-0.67.0.tar.gz New: ---- botocore-0.82.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-botocore.spec ++++++ --- /var/tmp/diff_new_pack.UbOUrk/_old 2015-01-20 19:01:14.000000000 +0100 +++ /var/tmp/diff_new_pack.UbOUrk/_new 2015-01-20 19:01:14.000000000 +0100 @@ -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 @@ 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 ++++++ botocore-0.67.0.tar.gz -> botocore-0.82.0.tar.gz ++++++ ++++ 243569 lines of diff (skipped) ++++++ hide_py_pckgmgmt.patch ++++++ --- /var/tmp/diff_new_pack.UbOUrk/_old 2015-01-20 19:01:15.000000000 +0100 +++ /var/tmp/diff_new_pack.UbOUrk/_new 2015-01-20 19:01:15.000000000 +0100 @@ -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'] + + -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
