Hello community,

here is the log from the commit of package aws-cli for openSUSE:Factory checked 
in at 2019-08-28 16:03:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-cli (Old)
 and      /work/SRC/openSUSE:Factory/.aws-cli.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-cli"

Wed Aug 28 16:03:22 2019 rev:27 rq:725326 version:1.16.223

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-cli/aws-cli.changes  2019-07-02 
10:38:24.994583707 +0200
+++ /work/SRC/openSUSE:Factory/.aws-cli.new.7948/aws-cli.changes        
2019-08-28 16:03:27.982782604 +0200
@@ -1,0 +2,9 @@
+Thu Aug 22 13:09:42 UTC 2019 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to version 1.16.223
+  + For detailed changes see
+    https://github.com/aws/aws-cli/blob/1.16.223/CHANGELOG.rst
+  + Forward port hide_py_pckgmgmt.patch
+  + Update Requires in spec file from setup.py
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ aws-cli.spec ++++++
--- /var/tmp/diff_new_pack.Zs4Vvu/_old  2019-08-28 16:03:29.322782402 +0200
+++ /var/tmp/diff_new_pack.Zs4Vvu/_new  2019-08-28 16:03:29.322782402 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           aws-cli
-Version:        1.16.189
+Version:        1.16.223
 Release:        0
 Summary:        Amazon Web Services Command Line Interface
 License:        Apache-2.0
@@ -30,7 +30,7 @@
 Requires:       python3
 Requires:       python3-PyYAML     <= 6.0.0
 Requires:       python3-PyYAML     >= 3.10
-Requires:       python3-botocore  >= 1.12.179
+Requires:       python3-botocore  >= 1.12.213
 Requires:       python3-colorama  <= 0.4.1
 Requires:       python3-colorama  >= 0.2.5
 Requires:       python3-docutils  >= 0.10

++++++ aws-cli-1.16.189.tar.gz -> aws-cli-1.16.223.tar.gz ++++++
++++ 20540 lines of diff (skipped)

++++++ hide_py_pckgmgmt.patch ++++++
--- /var/tmp/diff_new_pack.Zs4Vvu/_old  2019-08-28 16:03:29.882782318 +0200
+++ /var/tmp/diff_new_pack.Zs4Vvu/_new  2019-08-28 16:03:29.886782318 +0200
@@ -1,12 +1,12 @@
---- setup.py.orig      2019-06-27 20:24:53.000000000 +0200
-+++ setup.py   2019-06-28 14:32:23.056466861 +0200
+--- setup.py.orig      2019-08-21 20:20:11.000000000 +0200
++++ setup.py   2019-08-22 15:09:23.121269602 +0200
 @@ -23,23 +23,23 @@
      raise RuntimeError("Unable to find version string.")
  
  
--requires = ['botocore==1.12.179',
+-requires = ['botocore==1.12.213',
 -            'colorama>=0.2.5,<=0.3.9',
--            'docutils>=0.10',
+-            'docutils>=0.10,<0.16',
 -            'rsa>=3.1.2,<=3.5.0',
 -            's3transfer>=0.2.0,<0.3.0']
 -
@@ -20,10 +20,10 @@
 -    # versions dropped support for Python 2.6.
 -    requires.append('PyYAML>=3.10,<=3.13')
 -else:
--    requires.append('PyYAML>=3.10,<=5.1')
-+# requires = ['botocore==1.12.179',
+-    requires.append('PyYAML>=3.10,<=5.2')
++# requires = ['botocore==1.12.213',
 +#             'colorama>=0.2.5,<=0.3.9',
-+#             'docutils>=0.10',
++#             'docutils>=0.10,<0.16',
 +#             'rsa>=3.1.2,<=3.5.0',
 +#             's3transfer>=0.2.0,<0.3.0']
 +
@@ -37,12 +37,12 @@
 +#     # versions dropped support for Python 2.6.
 +#     requires.append('PyYAML>=3.10,<=3.13')
 +# else:
-+#     requires.append('PyYAML>=3.10,<=5.1')
++#     requires.append('PyYAML>=3.10,<=5.2')
  
  
  setup_options = dict(
-@@ -56,12 +56,12 @@
-     package_data={'awscli': ['data/*.json', 'examples/*/*.rst',
+@@ -57,12 +57,12 @@
+                              'examples/*/*.txt', 'examples/*/*/*.txt',
                               'examples/*/*/*.rst', 'topics/*.rst',
                               'topics/*.json']},
 -    install_requires=requires,


Reply via email to