Hello community, here is the log from the commit of package python-botocore for openSUSE:Factory checked in at 2017-11-10 14:58:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-botocore (Old) and /work/SRC/openSUSE:Factory/.python-botocore.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-botocore" Fri Nov 10 14:58:27 2017 rev:20 rq:540354 version:1.7.43 Changes: -------- --- /work/SRC/openSUSE:Factory/python-botocore/python-botocore.changes 2017-09-13 22:37:01.823052627 +0200 +++ /work/SRC/openSUSE:Factory/.python-botocore.new/python-botocore.changes 2017-11-10 14:58:51.272915763 +0100 @@ -1,0 +2,8 @@ +Thu Nov 9 22:31:20 UTC 2017 - [email protected] + +- Update to version 1.7.43 + + For details see https://github.com/boto/botocore/blob/1.7.43/CHANGELOG.rst + + Forward port hide_py_pckgmgmt.patch + + Needed for aws-cli 1.11.185 (boo#1066528) + +------------------------------------------------------------------- Old: ---- botocore-1.7.9.tar.gz New: ---- botocore-1.7.43.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-botocore.spec ++++++ --- /var/tmp/diff_new_pack.l7ISK7/_old 2017-11-10 14:58:52.908856587 +0100 +++ /var/tmp/diff_new_pack.l7ISK7/_new 2017-11-10 14:58:52.912856443 +0100 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-botocore -Version: 1.7.9 +Version: 1.7.43 Release: 0 Summary: Python interface for AWS License: Apache-2.0 @@ -55,7 +55,7 @@ %prep %setup -q -n botocore-%{version} -%patch0 -p1 +%patch0 -p0 %build %python_build ++++++ botocore-1.7.9.tar.gz -> botocore-1.7.43.tar.gz ++++++ ++++ 26695 lines of diff (skipped) ++++++ hide_py_pckgmgmt.patch ++++++ --- /var/tmp/diff_new_pack.l7ISK7/_old 2017-11-10 14:58:53.796824468 +0100 +++ /var/tmp/diff_new_pack.l7ISK7/_new 2017-11-10 14:58:53.796824468 +0100 @@ -1,9 +1,7 @@ -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 +--- setup.py.orig ++++ setup.py +@@ -23,22 +23,22 @@ def find_version(*file_paths): + raise RuntimeError("Unable to find version string.") -requires = ['jmespath>=0.7.1,<1.0.0', @@ -31,7 +29,7 @@ setup( -@@ -35,13 +35,13 @@ setup( +@@ -53,13 +53,13 @@ setup( package_data={'botocore': ['data/*.json', 'data/*/*.json'], 'botocore.vendored.requests': ['*.pem']}, include_package_data=True, @@ -44,11 +42,11 @@ - }, +# install_requires=requires, +# extras_require={ -+# ':python_version=="2.6"': [ -+# 'ordereddict==1.1', -+# 'simplejson==3.3.0', -+# ] -+# }, ++# ':python_version=="2.6"': [ ++# 'ordereddict==1.1', ++# 'simplejson==3.3.0', ++# ] ++# }, license="Apache License 2.0", classifiers=( 'Development Status :: 5 - Production/Stable',
