Hello community,

here is the log from the commit of package python-botocore for openSUSE:Factory 
checked in at 2015-10-20 16:22:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2015-08-14 14:46:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-botocore.new/python-botocore.changes     
2015-10-20 16:22:31.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Oct 10 02:25:13 UTC 2015 - rjsch...@suse.com
+
+- Update to version 1.2.10 (bsc#949877)
+  + No upstream changelog
+- Forward port hide_py_pckgmgmt.patch
+
+-------------------------------------------------------------------

Old:
----
  botocore-1.1.6.tar.gz

New:
----
  botocore-1.2.10.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-botocore.spec ++++++
--- /var/tmp/diff_new_pack.KAYzEN/_old  2015-10-20 16:22:32.000000000 +0200
+++ /var/tmp/diff_new_pack.KAYzEN/_new  2015-10-20 16:22:32.000000000 +0200
@@ -19,7 +19,7 @@
 %define baseName botocore
 
 Name:           python-botocore
-Version:        1.1.6
+Version:        1.2.10
 Release:        0
 Summary:        Python interface for AWS
 License:        Apache-2.0
@@ -53,7 +53,7 @@
 
 %prep
 %setup -q -n  %{baseName}-%{version}
-%patch0
+%patch0 -p1
 
 %build
 python setup.py build

++++++ botocore-1.1.6.tar.gz -> botocore-1.2.10.tar.gz ++++++
++++ 108525 lines of diff (skipped)

++++++ hide_py_pckgmgmt.patch ++++++
--- /var/tmp/diff_new_pack.KAYzEN/_old  2015-10-20 16:22:33.000000000 +0200
+++ /var/tmp/diff_new_pack.KAYzEN/_new  2015-10-20 16:22:33.000000000 +0200
@@ -1,40 +1,32 @@
---- setup.py.orig
-+++ setup.py
+Index: botocore-1.2.10/setup.py
+===================================================================
+--- botocore-1.2.10.orig/setup.py
++++ botocore-1.2.10/setup.py
 @@ -5,22 +5,22 @@ import sys
  from setuptools import setup, find_packages
  
  
--requires = ['jmespath==0.7.1',
+-requires = ['jmespath>=0.7.1,<1.0.0',
 -            'python-dateutil>=2.1,<3.0.0',
 -            'docutils>=0.10']
--
--
--if sys.version_info[:2] == (2, 6):
--    # For python2.6 we have a few other dependencies.
--    # First we need an ordered dictionary so we use the
--    # 2.6 backport.
--    requires.append('ordereddict==1.1')
--    # Then we need simplejson.  This is because we need
--    # a json version that allows us to specify we want to
--    # use an ordereddict instead of a normal dict for the
--    # JSON objects.  The 2.7 json module has this.  For 2.6
--    # we need simplejson.
--    requires.append('simplejson==3.3.0')
-+#requires = ['jmespath==0.7.1',
++#requires = ['jmespath>=0.7.1,<1.0.0',
 +#            'python-dateutil>=2.1,<3.0.0',
 +#            'docutils>=0.10']
-+
-+
+ 
+ 
+-if sys.version_info[:2] == (2, 6):
 +#if sys.version_info[:2] == (2, 6):
-+#    # For python2.6 we have a few other dependencies.
-+#    # First we need an ordered dictionary so we use the
-+#    # 2.6 backport.
+     # For python2.6 we have a few other dependencies.
+     # First we need an ordered dictionary so we use the
+     # 2.6 backport.
+-    requires.append('ordereddict==1.1')
 +#    requires.append('ordereddict==1.1')
-+#    # Then we need simplejson.  This is because we need
-+#    # a json version that allows us to specify we want to
-+#    # use an ordereddict instead of a normal dict for the
-+#    # JSON objects.  The 2.7 json module has this.  For 2.6
-+#    # we need simplejson.
+     # Then we need simplejson.  This is because we need
+     # a json version that allows us to specify we want to
+     # use an ordereddict instead of a normal dict for the
+     # JSON objects.  The 2.7 json module has this.  For 2.6
+     # we need simplejson.
+-    requires.append('simplejson==3.3.0')
 +#    requires.append('simplejson==3.3.0')
  
  


Reply via email to