Hello community,

here is the log from the commit of package aws-cli for openSUSE:Factory checked 
in at 2017-06-23 09:18:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-cli (Old)
 and      /work/SRC/openSUSE:Factory/.aws-cli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-cli"

Fri Jun 23 09:18:41 2017 rev:12 rq:505741 version:1.11.104

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-cli/aws-cli.changes  2017-01-09 
10:58:17.446018390 +0100
+++ /work/SRC/openSUSE:Factory/.aws-cli.new/aws-cli.changes     2017-06-23 
09:19:01.716807314 +0200
@@ -1,0 +2,7 @@
+Wed Jun 14 21:22:11 UTC 2017 - rjsch...@suse.com
+
+- Update to version 1.11.104 (bsc#1044370)
+  + For detailed changes see
+    https://github.com/aws/aws-cli/blob/1.11.104/CHANGELOG.rst
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ aws-cli.spec ++++++
--- /var/tmp/diff_new_pack.bfUIjn/_old  2017-06-23 09:19:02.320721979 +0200
+++ /var/tmp/diff_new_pack.bfUIjn/_new  2017-06-23 09:19:02.324721413 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aws-cli
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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.29
+Version:        1.11.104
 Release:        0
 Summary:        Amazon Web Services Command Line Interface
 License:        Apache-2.0
@@ -31,14 +31,14 @@
 %endif
 Requires:       python-PyYAML     <= 3.12
 Requires:       python-PyYAML     >= 3.10
-Requires:       python-botocore  >= 1.4.68
-Requires:       python-colorama  <= 0.3.7
+Requires:       python-botocore  >= 1.5.67
+Requires:       python-colorama  <= 0.3.8
 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.0.1
+Requires:       python-s3transfer >= 0.1.9
 BuildRequires:  python
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools

++++++ aws-cli-1.11.29.tar.gz -> aws-cli-1.11.104.tar.gz ++++++
++++ 16157 lines of diff (skipped)

++++++ hide_py_pckgmgmt.patch ++++++
--- /var/tmp/diff_new_pack.bfUIjn/_old  2017-06-23 09:19:02.864645120 +0200
+++ /var/tmp/diff_new_pack.bfUIjn/_new  2017-06-23 09:19:02.864645120 +0200
@@ -1,16 +1,16 @@
 --- setup.py.orig
 +++ setup.py
-@@ -6,18 +6,18 @@ from setuptools import setup, find_packa
- import awscli
+@@ -23,18 +23,18 @@ def find_version(*file_paths):
+     raise RuntimeError("Unable to find version string.")
  
  
--requires = ['botocore==1.4.86',
+-requires = ['botocore==1.5.67',
 -            '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.4.86',
++#requires = ['botocore==1.5.67',
 +#            'colorama>=0.2.5,<=0.3.7',
 +#            'docutils>=0.10',
 +#            'rsa>=3.1.2,<=3.5.0',
@@ -27,7 +27,7 @@
  
  
  setup_options = dict(
-@@ -34,12 +34,12 @@ setup_options = dict(
+@@ -51,12 +51,12 @@ setup_options = dict(
      package_data={'awscli': ['data/*.json', 'examples/*/*.rst',
                               'examples/*/*/*.rst', 'topics/*.rst',
                               'topics/*.json']},


Reply via email to