Hello community,

here is the log from the commit of package python-botocore for openSUSE:Factory 
checked in at 2015-08-14 14:46:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-09 08:50:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-botocore.new/python-botocore.changes     
2015-08-14 14:46:49.000000000 +0200
@@ -1,0 +2,9 @@
+Thu Aug  6 13:06:44 UTC 2015 - rjsch...@suse.com
+
+- Update to version 1.1.6 (fate#318337, bsc#905354)
+  + Updating devicefarm
+  + Promote 2 functions from JSONParser to BaseJSONParser
+  + No upstream changelog for changes between 1.0.0.a3 and 1.1.5
+- Forward port hide_py_pckgmgmt.patch
+
+-------------------------------------------------------------------

Old:
----
  botocore-1.0.0a3.tar.gz

New:
----
  botocore-1.1.6.tar.gz

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

Other differences:
------------------
++++++ python-botocore.spec ++++++
--- /var/tmp/diff_new_pack.IJc0i0/_old  2015-08-14 14:46:50.000000000 +0200
+++ /var/tmp/diff_new_pack.IJc0i0/_new  2015-08-14 14:46:50.000000000 +0200
@@ -19,7 +19,7 @@
 %define baseName botocore
 
 Name:           python-botocore
-Version:        1.0.0a3
+Version:        1.1.6
 Release:        0
 Summary:        Python interface for AWS
 License:        Apache-2.0
@@ -28,8 +28,9 @@
 Source0:        
https://pypi.python.org/packages/source/b/%{baseName}/%{baseName}-%{version}.tar.gz
 Patch0:         hide_py_pckgmgmt.patch
 Requires:       python
-Requires:       python-dateutil   >= 2.1
 Requires:       python-dateutil <= 3.0.0
+Requires:       python-dateutil   >= 2.1
+Requires:       python-docutils   >= 0.1
 Requires:       python-jmespath   >= 0.7.1
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 Requires:       python-ordereddict >= 1.1

++++++ botocore-1.0.0a3.tar.gz -> botocore-1.1.6.tar.gz ++++++
++++ 34032 lines of diff (skipped)

++++++ hide_py_pckgmgmt.patch ++++++
--- /var/tmp/diff_new_pack.IJc0i0/_old  2015-08-14 14:46:50.000000000 +0200
+++ /var/tmp/diff_new_pack.IJc0i0/_new  2015-08-14 14:46:50.000000000 +0200
@@ -1,15 +1,14 @@
 --- setup.py.orig
 +++ setup.py
-@@ -10,21 +10,21 @@ import botocore
+@@ -5,22 +5,22 @@ import sys
  from setuptools import setup, find_packages
  
  
 -requires = ['jmespath==0.7.1',
--            'python-dateutil>=2.1,<3.0.0']
-+#requires = ['jmespath==0.7.1',
-+#            'python-dateutil>=2.1,<3.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
@@ -21,6 +20,11 @@
 -    # 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',
++#            '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
@@ -35,12 +39,24 @@
  
  
  setup(
-@@ -41,7 +41,7 @@ setup(
+@@ -35,13 +35,13 @@ setup(
+     package_data={'botocore': ['data/*.json', 'data/*/*.json'],
                    'botocore.vendored.requests': ['*.pem']},
-     package_dir={'botocore': 'botocore'},
      include_package_data=True,
 -    install_requires=requires,
+-    extras_require={
+-        ':python_version=="2.6"': [
+-            'ordereddict==1.1',
+-            'simplejson==3.3.0',
+-        ]
+-    },
 +#    install_requires=requires,
-     license=open("LICENSE.txt").read(),
++#    extras_require={
++#        ':python_version=="2.6"': [
++#            'ordereddict==1.1',
++#            'simplejson==3.3.0',
++#        ]
++#    },
+     license="Apache License 2.0",
      classifiers=(
-         'Development Status :: 3 - Alpha',
+         'Development Status :: 5 - Production/Stable',


Reply via email to