Hello community,

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

Package is "aws-cli"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-cli/aws-cli.changes  2015-06-23 
11:55:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.aws-cli.new/aws-cli.changes     2015-08-27 
08:55:17.000000000 +0200
@@ -1,0 +2,13 @@
+Fri Jul 31 10:03:34 UTC 2015 - [email protected]
+
+- update to version 1.7.42 (fate#318337)
+  - feature:``aws opsworks``: Add support for managing Amazon ECS
+  - feature:``aws rds``: Add support for Amazon Aurora
+  - feature:``aws s3api``: Add support for more types of event notifications.
+  - feature:``aws s3api``: Add support for GET/HEAD storage class response
+  - feature:``aws logs``: Add destination API support.
+  - feature:``aws glacier``: Add support for Vault Lock.
+  - feature:``aws emr``: Add support for release-based clusters.
+  - feature:``aws ecs``: Update API
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ aws-cli.spec ++++++
--- /var/tmp/diff_new_pack.i5OFYE/_old  2015-08-27 08:55:18.000000000 +0200
+++ /var/tmp/diff_new_pack.i5OFYE/_new  2015-08-27 08:55:18.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           aws-cli
-Version:        1.7.31
+Version:        1.7.42
 Release:        0
 Summary:        Amazon Web Services Command Line Interface
 License:        Apache-2.0
@@ -31,7 +31,7 @@
 %endif
 Requires:       python-bcdoc    >= 0.14.0
 Requires:       python-bcdoc < 0.15.0
-Requires:       python-botocore >= 1.0.0
+Requires:       python-botocore >= 1.1.6
 Requires:       python-colorama <= 0.3.3
 Requires:       python-colorama >= 0.2.5
 Requires:       python-docutils >= 0.10

++++++ aws-cli-1.7.31.tar.gz -> aws-cli-1.7.42.tar.gz ++++++
++++ 24041 lines of diff (skipped)

++++++ hide_py_pckgmgmt.patch ++++++
--- /var/tmp/diff_new_pack.i5OFYE/_old  2015-08-27 08:55:18.000000000 +0200
+++ /var/tmp/diff_new_pack.i5OFYE/_new  2015-08-27 08:55:18.000000000 +0200
@@ -1,20 +1,19 @@
---- setup.py.orig
-+++ setup.py
-@@ -6,16 +6,16 @@ from setuptools import setup, find_packa
+--- setup.py.orig      2015-07-31 13:36:41.178495452 +0200
++++ setup.py   2015-07-31 13:36:59.438576404 +0200
+@@ -6,16 +6,16 @@
  import awscli
  
  
--requires = ['botocore==1.0.0a3',
--            'bcdoc>=0.14.0,<0.15.0',
+-requires = ['botocore==1.1.5',
 -            'colorama>=0.2.5,<=0.3.3',
 -            'docutils>=0.10',
 -            'rsa>=3.1.2,<=3.1.4']
-+#requires = ['botocore==1.0.0a3',
-+#            'bcdoc>=0.14.0,<0.15.0',
++#requires = ['botocore==1.1.5',
 +#            'colorama>=0.2.5,<=0.3.3',
 +#            'docutils>=0.10',
 +#            'rsa>=3.1.2,<=3.1.4']
  
+ 
 -if sys.version_info[:2] == (2, 6):
 -    # For python2.6 we have to require argparse since it
 -    # was not in stdlib until 2.7.
@@ -26,12 +25,12 @@
  
  
  setup_options = dict(
-@@ -33,7 +33,7 @@ setup_options = dict(
+@@ -31,7 +31,7 @@
      package_data={'awscli': ['data/*.json', 'examples/*/*.rst',
                               'examples/*/*/*.rst', 'topics/*.rst',
                               'topics/*.json']},
 -    install_requires=requires,
 +#    install_requires=requires,
-     license="Apache License 2.0",
-     classifiers=(
-         'Development Status :: 5 - Production/Stable',
+     extras_require={
+         ':python_version=="2.6"': [
+             'argparse>=1.1',


Reply via email to