Hello community,

here is the log from the commit of package aws-cli for openSUSE:Factory checked 
in at 2020-08-03 14:13:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-cli (Old)
 and      /work/SRC/openSUSE:Factory/.aws-cli.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-cli"

Mon Aug  3 14:13:24 2020 rev:39 rq:821876 version:1.18.98

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-cli/aws-cli.changes  2020-06-22 
17:44:34.337590450 +0200
+++ /work/SRC/openSUSE:Factory/.aws-cli.new.3592/aws-cli.changes        
2020-08-03 14:14:05.724421436 +0200
@@ -1,0 +2,9 @@
+Thu Jul 16 20:32:03 UTC 2020 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to version 1.18.98
+  + For detailed changes see
+    https://github.com/aws/aws-cli/blob/1.18.79/CHANGELOG.rst
+  + Forward port hide_py_pckgmgmt.patch
+  + Update Requires in spec file from setup.py
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ aws-cli.spec ++++++
--- /var/tmp/diff_new_pack.sB8U45/_old  2020-08-03 14:14:08.312424032 +0200
+++ /var/tmp/diff_new_pack.sB8U45/_new  2020-08-03 14:14:08.316424035 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           aws-cli
-Version:        1.18.79
+Version:        1.18.98
 Release:        0
 Summary:        Amazon Web Services Command Line Interface
 License:        Apache-2.0
@@ -35,7 +35,7 @@
 Requires:       python3
 Requires:       python3-PyYAML <= 6.0.0
 Requires:       python3-PyYAML >= 3.10
-Requires:       python3-botocore >= 1.17.2
+Requires:       python3-botocore >= 1.17.21
 Requires:       python3-colorama <= 0.4.4
 Requires:       python3-colorama >= 0.2.5
 Requires:       python3-docutils >= 0.10

++++++ aws-cli-1.18.79.tar.gz -> aws-cli-1.18.98.tar.gz ++++++
++++ 7295 lines of diff (skipped)

++++++ hide_py_pckgmgmt.patch ++++++
--- /var/tmp/diff_new_pack.sB8U45/_old  2020-08-03 14:14:09.288425011 +0200
+++ /var/tmp/diff_new_pack.sB8U45/_new  2020-08-03 14:14:09.292425014 +0200
@@ -1,19 +1,17 @@
---- setup.py.orig      2020-06-12 20:10:00.000000000 +0200
-+++ setup.py   2020-06-15 15:09:31.139551134 +0200
-@@ -23,20 +23,20 @@
+--- setup.py.orig      2020-07-15 20:15:58.000000000 +0200
++++ setup.py   2020-07-16 22:31:38.745172282 +0200
+@@ -23,21 +23,21 @@
      raise RuntimeError("Unable to find version string.")
  
  
 -install_requires = [
--    'botocore==1.17.2',
+-    'botocore==1.17.21',
 -    'docutils>=0.10,<0.16',
--    'rsa>=3.1.2,<=3.5.0',
 -    's3transfer>=0.3.0,<0.4.0',
 -]
 +# install_requires = [
-+#     'botocore==1.17.2',
++#     'botocore==1.17.21',
 +#     'docutils>=0.10,<0.16',
-+#     'rsa>=3.1.2,<=3.5.0',
 +#     's3transfer>=0.3.0,<0.4.0',
 +# ]
  
@@ -21,19 +19,23 @@
 -if sys.version_info[:2] == (3, 4):
 -    install_requires.append('PyYAML>=3.10,<5.3')
 -    install_requires.append('colorama>=0.2.5,<0.4.2')
+-    install_requires.append('rsa>=3.1.2,<=4.0.0')
 -else:
 -    install_requires.append('PyYAML>=3.10,<5.4')
 -    install_requires.append('colorama>=0.2.5,<0.4.4')
+-    install_requires.append('rsa>=3.1.2,<=4.5.0')
 +# if sys.version_info[:2] == (3, 4):
 +#     install_requires.append('PyYAML>=3.10,<5.3')
 +#     install_requires.append('colorama>=0.2.5,<0.4.2')
++#     install_requires.append('rsa>=3.1.2,<=4.0.0')
 +# else:
 +#     install_requires.append('PyYAML>=3.10,<5.4')
 +#     install_requires.append('colorama>=0.2.5,<0.4.4')
++#     install_requires.append('rsa>=3.1.2,<=4.5.0')
  
  
  setup_options = dict(
-@@ -54,8 +54,8 @@
+@@ -55,8 +55,8 @@
                               'examples/*/*.txt', 'examples/*/*/*.txt',
                               'examples/*/*/*.rst', 'topics/*.rst',
                               'topics/*.json']},


Reply via email to