From d4bd98427bed96b89ba7a8529750ec1e49190be73d8db126a485dbf931bd444f Mon Sep 17 00:00:00 2001 From: Marcus Schaefer Date: Fri, 31 Jul 2015 11:39:24 +0000 Subject: [PATCH 1/2] - 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 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=14 --- aws-cli-1.7.31.tar.gz | 3 --- aws-cli-1.7.42.tar.gz | 3 +++ aws-cli.changes | 13 +++++++++++++ aws-cli.spec | 2 +- hide_py_pckgmgmt.patch | 21 ++++++++++----------- 5 files changed, 27 insertions(+), 15 deletions(-) delete mode 100644 aws-cli-1.7.31.tar.gz create mode 100644 aws-cli-1.7.42.tar.gz 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', From 5c5f5b29cc84afc9121d6d60c92fd16a284757eb6d33cc2ad1acd0210dc0aeda Mon Sep 17 00:00:00 2001 From: Marcus Schaefer Date: Thu, 6 Aug 2015 13:40:57 +0000 Subject: [PATCH 2/2] Fixed botocore requirement in spec file OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=15 --- aws-cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli.spec b/aws-cli.spec index d6a5d38..89d08b1 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -31,7 +31,7 @@ Requires: python-argparse >= 1.1 %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