Hello community,

here is the log from the commit of package aws-cli for openSUSE:Factory checked 
in at 2018-06-22 13:33:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-cli (Old)
 and      /work/SRC/openSUSE:Factory/.aws-cli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-cli"

Fri Jun 22 13:33:56 2018 rev:15 rq:617767 version:1.15.40

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-cli/aws-cli.changes  2017-11-13 
14:09:08.999208860 +0100
+++ /work/SRC/openSUSE:Factory/.aws-cli.new/aws-cli.changes     2018-06-22 
13:34:06.693471067 +0200
@@ -1,0 +2,9 @@
+Tue Jun 19 12:04:32 UTC 2018 - adrian.glaub...@suse.com
+
+- Update to version 1.15.40 (boo#1088310)
+  + For detailed changes see
+    https://github.com/aws/aws-cli/blob/1.15.40/CHANGELOG.rst
+  + Forward port hide_py_pckgmgmt.patch
+  + Update Requires in spec file from setup.py
+
+-------------------------------------------------------------------

Old:
----
  aws-cli-1.11.185.tar.gz

New:
----
  aws-cli-1.15.40.tar.gz

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

Other differences:
------------------
++++++ aws-cli.spec ++++++
--- /var/tmp/diff_new_pack.36mQ50/_old  2018-06-22 13:34:08.077419909 +0200
+++ /var/tmp/diff_new_pack.36mQ50/_new  2018-06-22 13:34:08.077419909 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aws-cli
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           aws-cli
-Version:        1.11.185
+Version:        1.15.40
 Release:        0
 Summary:        Amazon Web Services Command Line Interface
 License:        Apache-2.0
@@ -29,28 +29,28 @@
 Requires:       python3
 Requires:       python3-PyYAML     <= 3.12
 Requires:       python3-PyYAML     >= 3.10
-Requires:       python3-botocore  >= 1.7.9
+Requires:       python3-botocore  >= 1.10.40
 Requires:       python3-colorama  <= 0.3.9
 Requires:       python3-colorama  >= 0.2.5
 Requires:       python3-docutils  >= 0.10
 Requires:       python3-rsa       <= 3.5.0
 Requires:       python3-rsa       >= 3.1.2
 Requires:       python3-s3transfer <= 0.2.0
-Requires:       python3-s3transfer >= 0.1.9
+Requires:       python3-s3transfer >= 0.1.12
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 %else
 Requires:       python
 Requires:       python-PyYAML     <= 3.12
 Requires:       python-PyYAML     >= 3.10
-Requires:       python-botocore  >= 1.7.9
+Requires:       python-botocore  >= 1.10.40
 Requires:       python-colorama  <= 0.3.9
 Requires:       python-colorama  >= 0.2.5
 Requires:       python-docutils  >= 0.10
 Requires:       python-rsa       <= 3.5.0
 Requires:       python-rsa       >= 3.1.2
 Requires:       python-s3transfer <= 0.2.0
-Requires:       python-s3transfer >= 0.1.9
+Requires:       python-s3transfer >= 0.1.12
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 %endif

++++++ aws-cli-1.11.185.tar.gz -> aws-cli-1.15.40.tar.gz ++++++
++++ 18329 lines of diff (skipped)

++++++ hide_py_pckgmgmt.patch ++++++
--- /var/tmp/diff_new_pack.36mQ50/_old  2018-06-22 13:34:08.821392408 +0200
+++ /var/tmp/diff_new_pack.36mQ50/_new  2018-06-22 13:34:08.821392408 +0200
@@ -1,33 +1,35 @@
---- setup.py.orig
-+++ setup.py
-@@ -23,18 +23,18 @@ def find_version(*file_paths):
+--- setup.py.orig      2018-06-15 23:45:51.000000000 +0200
++++ setup.py   2018-06-19 14:00:58.013536379 +0200
+@@ -23,18 +23,18 @@
      raise RuntimeError("Unable to find version string.")
  
  
--requires = ['botocore==1.7.43',
--            'colorama>=0.2.5,<=0.3.7',
+-requires = ['botocore==1.10.40',
+-            'colorama>=0.2.5,<=0.3.9',
 -            'docutils>=0.10',
 -            'rsa>=3.1.2,<=3.5.0',
--            's3transfer>=0.1.9,<0.2.0',
+-            's3transfer>=0.1.12,<0.2.0',
 -            'PyYAML>=3.10,<=3.12']
-+#requires = ['botocore==1.7.43',
-+#            'colorama>=0.2.5,<=0.3.7',
-+#            'docutils>=0.10',
-+#            'rsa>=3.1.2,<=3.5.0',
-+#            's3transfer>=0.1.9,<0.2.0',
-+#            'PyYAML>=3.10,<=3.12']
++# requires = ['botocore==1.10.40',
++#             'colorama>=0.2.5,<=0.3.9',
++#             'docutils>=0.10',
++#             'rsa>=3.1.2,<=3.5.0',
++#             's3transfer>=0.1.12,<0.2.0',
++#             'PyYAML>=3.10,<=3.12']
  
  
 -if sys.version_info[:2] == (2, 6):
-+#if sys.version_info[:2] == (2, 6):
-     # For python2.6 we have to require argparse since it
-     # was not in stdlib until 2.7.
+-    # For python2.6 we have to require argparse since it
+-    # was not in stdlib until 2.7.
 -    requires.append('argparse>=1.1')
-+#    requires.append('argparse>=1.1')
++# if sys.version_info[:2] == (2, 6):
++#     # For python2.6 we have to require argparse since it
++#     # was not in stdlib until 2.7.
++#     requires.append('argparse>=1.1')
  
  
  setup_options = dict(
-@@ -51,12 +51,12 @@ setup_options = dict(
+@@ -51,12 +51,12 @@
      package_data={'awscli': ['data/*.json', 'examples/*/*.rst',
                               'examples/*/*/*.rst', 'topics/*.rst',
                               'topics/*.json']},
@@ -37,12 +39,12 @@
 -            'argparse>=1.1',
 -        ]
 -    },
-+#    install_requires=requires,
-+#    extras_require={
-+#        ':python_version=="2.6"': [
-+#            'argparse>=1.1',
-+#        ]
-+#    },
++    # install_requires=requires,
++    # extras_require={
++    #     ':python_version=="2.6"': [
++    #         'argparse>=1.1',
++    #     ]
++    # },
      license="Apache License 2.0",
      classifiers=(
          'Development Status :: 5 - Production/Stable',


Reply via email to