From 2e6fdbf4b2ad246bc7ae62ab94d54352a86bc2d927742dd770c425dddaaa0cfe Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 1 Jun 2015 20:52:02 +0000 Subject: [PATCH] - update to version 1.7.31 (bnc#905354) - Follow up to previous update to address API compatibility issues with botocore - Improved lambda support - Add support for uploading code using Amazon S3 - Preview services are now documented and will also show up in the list of available services + From 1.7.30 - Add support for ``aws efs`` - Add paginators and waiters for ``aws ecs`` OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=12 --- aws-cli-1.7.29.tar.gz | 3 --- aws-cli-1.7.31.tar.gz | 3 +++ aws-cli.changes | 14 ++++++++++++++ aws-cli.spec | 2 +- hide_py_pckgmgmt.patch | 4 ++-- 5 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 aws-cli-1.7.29.tar.gz create mode 100644 aws-cli-1.7.31.tar.gz diff --git a/aws-cli-1.7.29.tar.gz b/aws-cli-1.7.29.tar.gz deleted file mode 100644 index 874749e..0000000 --- a/aws-cli-1.7.29.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53da0b4970b4e718f47f3783b084c021368c361200f8f9a6092026d9319ff03e -size 642709 diff --git a/aws-cli-1.7.31.tar.gz b/aws-cli-1.7.31.tar.gz new file mode 100644 index 0000000..ab287db --- /dev/null +++ b/aws-cli-1.7.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85af37b7a3f5018d77ded7e71d469a6ac25e951fe7bfe1947c50d85af11e2a6 +size 650427 diff --git a/aws-cli.changes b/aws-cli.changes index 5d10a05..ea08cda 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jun 1 20:47:37 UTC 2015 - rjschwei@suse.com + +- update to version 1.7.31 (bnc#905354) + - Follow up to previous update to address API compatibility issues + with botocore + - Improved lambda support + - Add support for uploading code using Amazon S3 + - Preview services are now documented + and will also show up in the list of available services + + From 1.7.30 + - Add support for ``aws efs`` + - Add paginators and waiters for ``aws ecs`` + ------------------------------------------------------------------- Tue May 26 20:56:02 UTC 2015 - rjschwei@suse.com diff --git a/aws-cli.spec b/aws-cli.spec index e8bb418..18060d4 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.7.29 +Version: 1.7.31 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 289afe0..38f9c87 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -4,12 +4,12 @@ import awscli --requires = ['botocore==1.0.0a1', +-requires = ['botocore==1.0.0a3', - 'bcdoc>=0.14.0,<0.15.0', - 'colorama>=0.2.5,<=0.3.3', - 'docutils>=0.10', - 'rsa>=3.1.2,<=3.1.4'] -+#requires = ['botocore==1.0.0a1', ++#requires = ['botocore==1.0.0a3', +# 'bcdoc>=0.14.0,<0.15.0', +# 'colorama>=0.2.5,<=0.3.3', +# 'docutils>=0.10',