forked from pool/aws-cli
Accepting request 311201 from Cloud:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/311201 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-cli?expand=0&rev=6
This commit is contained in:
commit
268ca0036f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:53da0b4970b4e718f47f3783b084c021368c361200f8f9a6092026d9319ff03e
|
|
||||||
size 642709
|
|
3
aws-cli-1.7.31.tar.gz
Normal file
3
aws-cli-1.7.31.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d85af37b7a3f5018d77ded7e71d469a6ac25e951fe7bfe1947c50d85af11e2a6
|
||||||
|
size 650427
|
@ -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
|
Tue May 26 20:56:02 UTC 2015 - rjschwei@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: aws-cli
|
Name: aws-cli
|
||||||
Version: 1.7.29
|
Version: 1.7.31
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Amazon Web Services Command Line Interface
|
Summary: Amazon Web Services Command Line Interface
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -4,12 +4,12 @@
|
|||||||
import awscli
|
import awscli
|
||||||
|
|
||||||
|
|
||||||
-requires = ['botocore==1.0.0a1',
|
-requires = ['botocore==1.0.0a3',
|
||||||
- 'bcdoc>=0.14.0,<0.15.0',
|
- 'bcdoc>=0.14.0,<0.15.0',
|
||||||
- 'colorama>=0.2.5,<=0.3.3',
|
- 'colorama>=0.2.5,<=0.3.3',
|
||||||
- 'docutils>=0.10',
|
- 'docutils>=0.10',
|
||||||
- 'rsa>=3.1.2,<=3.1.4']
|
- 'rsa>=3.1.2,<=3.1.4']
|
||||||
+#requires = ['botocore==1.0.0a1',
|
+#requires = ['botocore==1.0.0a3',
|
||||||
+# 'bcdoc>=0.14.0,<0.15.0',
|
+# 'bcdoc>=0.14.0,<0.15.0',
|
||||||
+# 'colorama>=0.2.5,<=0.3.3',
|
+# 'colorama>=0.2.5,<=0.3.3',
|
||||||
+# 'docutils>=0.10',
|
+# 'docutils>=0.10',
|
||||||
|
Loading…
Reference in New Issue
Block a user