Hello community,

here is the log from the commit of package aws-cli for openSUSE:Factory checked 
in at 2020-02-04 19:51:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-cli (Old)
 and      /work/SRC/openSUSE:Factory/.aws-cli.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-cli"

Tue Feb  4 19:51:50 2020 rev:33 rq:768990 version:1.17.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-cli/aws-cli.changes  2020-01-09 
22:53:39.622801340 +0100
+++ /work/SRC/openSUSE:Factory/.aws-cli.new.26092/aws-cli.changes       
2020-02-04 19:52:05.797277623 +0100
@@ -1,0 +2,9 @@
+Thu Jan 30 12:47:41 UTC 2020 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to version 1.17.9
+  + For detailed changes see
+    https://github.com/aws/aws-cli/blob/1.17.9/CHANGELOG.rst
+  + Forward port hide_py_pckgmgmt.patch
+  + Update Requires in spec file from setup.py
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ aws-cli.spec ++++++
--- /var/tmp/diff_new_pack.W4Xpap/_old  2020-02-04 19:52:06.633278111 +0100
+++ /var/tmp/diff_new_pack.W4Xpap/_new  2020-02-04 19:52:06.637278113 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aws-cli
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # 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.16.297
+Version:        1.17.9
 Release:        0
 Summary:        Amazon Web Services Command Line Interface
 License:        Apache-2.0
@@ -25,9 +25,12 @@
 URL:            https://github.com/aws/aws-cli
 Source0:        %{name}-%{version}.tar.gz
 Patch0:         hide_py_pckgmgmt.patch
-Requires:       groff
 BuildRequires:  fdupes
+Requires:       groff
+BuildArch:      noarch
 %if 0%{?suse_version} && 0%{?suse_version} > 1315
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
 Requires:       python3
 Requires:       python3-PyYAML     <= 6.0.0
 Requires:       python3-PyYAML     >= 3.10
@@ -37,12 +40,12 @@
 Requires:       python3-docutils  >= 0.10
 Requires:       python3-rsa       <  5.0.0
 Requires:       python3-rsa       >= 3.1.2
-Requires:       python3-s3transfer < 0.3.0
-Requires:       python3-s3transfer >= 0.2.0
+Requires:       python3-s3transfer < 0.4.0
+Requires:       python3-s3transfer >= 0.3.0
 Requires:       python3-six
-BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
 %else
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 Requires:       python
 Requires:       python-PyYAML     <= 3.13
 Requires:       python-PyYAML     >= 3.10
@@ -52,13 +55,10 @@
 Requires:       python-docutils  >= 0.10
 Requires:       python-rsa       <= 3.5.0
 Requires:       python-rsa       >= 3.1.2
-Requires:       python-s3transfer < 0.3.0
-Requires:       python-s3transfer >= 0.2.0
+Requires:       python-s3transfer < 0.4.0
+Requires:       python-s3transfer >= 0.3.0
 Requires:       python-six
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
 %endif
-BuildArch:      noarch
 
 %description
 The AWS Command Line Interface (CLI) is a unified tool to manage AWS
@@ -92,7 +92,6 @@
 rm %{buildroot}/%{_bindir}/aws.cmd
 
 %files
-%defattr(-,root,root,-)
 %doc CHANGELOG.rst README.rst
 %license LICENSE.txt 
 %if 0%{?suse_version} && 0%{?suse_version} > 1315

++++++ aws-cli-1.16.297.tar.gz -> aws-cli-1.17.9.tar.gz ++++++
++++ 21741 lines of diff (skipped)

++++++ hide_py_pckgmgmt.patch ++++++
--- /var/tmp/diff_new_pack.W4Xpap/_old  2020-02-04 19:52:07.561278652 +0100
+++ /var/tmp/diff_new_pack.W4Xpap/_new  2020-02-04 19:52:07.565278654 +0100
@@ -1,76 +1,32 @@
---- setup.py.orig      2019-12-05 02:29:27.000000000 +0100
-+++ setup.py   2019-12-05 15:00:13.566501035 +0100
-@@ -23,30 +23,30 @@
+--- setup.py.orig      2020-01-24 20:08:21.000000000 +0100
++++ setup.py   2020-01-30 13:34:42.183694744 +0100
+@@ -23,12 +23,12 @@
      raise RuntimeError("Unable to find version string.")
  
  
--install_requires = ['botocore==1.13.33',
+-install_requires = ['botocore==1.14.9',
 -                    'docutils>=0.10,<0.16',
 -                    'rsa>=3.1.2,<=3.5.0',
--                    's3transfer>=0.2.0,<0.3.0']
--
--
--if sys.version_info[:2] == (2, 6):
--    # For python2.6 we have to require argparse since it
--    # was not in stdlib until 2.7.
--    install_requires.append('argparse>=1.1')
--
--    # For Python 2.6, we have to require a different verion of PyYAML since 
the latest
--    # versions dropped support for Python 2.6.
--    install_requires.append('PyYAML>=3.10,<=3.13')
--
--    # Colorama removed support for EOL pythons.
--    install_requires.append('colorama>=0.2.5,<=0.3.9')
--elif sys.version_info[:2] == (3, 3):
--    install_requires.append('PyYAML>=3.10,<=3.13')
--    # Colorama removed support for EOL pythons.
--    install_requires.append('colorama>=0.2.5,<=0.3.9')
--else:
--    install_requires.append('PyYAML>=3.10,<5.2')
--    install_requires.append('colorama>=0.2.5,<0.4.2')
-+# install_requires = ['botocore==1.13.33',
+-                    's3transfer>=0.3.0,<0.4.0',
+-                    'PyYAML>=3.10,<5.3',
+-                    'colorama>=0.2.5,<0.4.2']
++# install_requires = ['botocore==1.14.9',
 +#                     'docutils>=0.10,<0.16',
 +#                     'rsa>=3.1.2,<=3.5.0',
-+#                     's3transfer>=0.2.0,<0.3.0']
-+
-+
-+# if sys.version_info[:2] == (2, 6):
-+#     # For python2.6 we have to require argparse since it
-+#     # was not in stdlib until 2.7.
-+#     install_requires.append('argparse>=1.1')
-+
-+#     # For Python 2.6, we have to require a different verion of PyYAML since 
the latest
-+#     # versions dropped support for Python 2.6.
-+#     install_requires.append('PyYAML>=3.10,<=3.13')
-+
-+#     # Colorama removed support for EOL pythons.
-+#     install_requires.append('colorama>=0.2.5,<=0.3.9')
-+# elif sys.version_info[:2] == (3, 3):
-+#     install_requires.append('PyYAML>=3.10,<=3.13')
-+#     # Colorama removed support for EOL pythons.
-+#     install_requires.append('colorama>=0.2.5,<=0.3.9')
-+# else:
-+#     install_requires.append('PyYAML>=3.10,<5.2')
-+#     install_requires.append('colorama>=0.2.5,<0.4.2')
++#                     's3transfer>=0.3.0,<0.4.0',
++#                     'PyYAML>=3.10,<5.3',
++#                     'colorama>=0.2.5,<0.4.2']
  
  
  setup_options = dict(
-@@ -64,12 +64,12 @@
+@@ -46,8 +46,8 @@
                               'examples/*/*.txt', 'examples/*/*/*.txt',
                               'examples/*/*/*.rst', 'topics/*.rst',
                               'topics/*.json']},
 -    install_requires=install_requires,
--    extras_require={
--        ':python_version=="2.6"': [
--            'argparse>=1.1',
--        ]
--    },
+-    extras_require={},
 +    # install_requires=install_requires,
-+    # extras_require={
-+    #     ':python_version=="2.6"': [
-+    #         'argparse>=1.1',
-+    #     ]
-+    # },
++    # extras_require={},
      license="Apache License 2.0",
      classifiers=[
          'Development Status :: 5 - Production/Stable',


Reply via email to