diff --git a/aws-cli-1.7.31.tar.gz b/aws-cli-1.7.31.tar.gz deleted file mode 100644 index ab287db..0000000 --- a/aws-cli-1.7.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d85af37b7a3f5018d77ded7e71d469a6ac25e951fe7bfe1947c50d85af11e2a6 -size 650427 diff --git a/aws-cli-1.7.42.tar.gz b/aws-cli-1.7.42.tar.gz new file mode 100644 index 0000000..18de65b --- /dev/null +++ b/aws-cli-1.7.42.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762e41d2e2aa15923824344fcd483cd1682d1066caa9d1bfb3d8f1b037ffa650 +size 735326 diff --git a/aws-cli.changes b/aws-cli.changes index ea08cda..01b1bfb 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jul 31 10:03:34 UTC 2015 - ms@suse.com + +- 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 + ------------------------------------------------------------------- Mon Jun 1 20:47:37 UTC 2015 - rjschwei@suse.com diff --git a/aws-cli.spec b/aws-cli.spec index 18060d4..d6a5d38 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -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 diff --git a/hide_py_pckgmgmt.patch b/hide_py_pckgmgmt.patch index 38f9c87..3c684cf 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -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',