- Update to version 1.11.185 (boo#1066528)
+ For detailed changes see https://github.com/aws/aws-cli/blob/1.11.185/CHANGELOG.rst + Forward port hide_py_pckgmgmt.patch OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=34
This commit is contained in:
parent
705f593f21
commit
d9835b0636
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:608610138d823374c5ccc747463f7d3425cc306ef7d2ab5dec436befb6d2126c
|
||||
size 992839
|
3
aws-cli-1.11.185.tar.gz
Normal file
3
aws-cli-1.11.185.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af4b0105e00098e1f4ba4467c539e9b8f2e9e1d7bc6fb53834790033b40ca7ab
|
||||
size 1009042
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 9 22:35:07 UTC 2017 - rjschwei@suse.com
|
||||
|
||||
- Update to version 1.11.185 (boo#1066528)
|
||||
+ For detailed changes see
|
||||
https://github.com/aws/aws-cli/blob/1.11.185/CHANGELOG.rst
|
||||
+ Forward port hide_py_pckgmgmt.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 12 22:02:55 UTC 2017 - rjschwei@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: aws-cli
|
||||
Version: 1.11.151
|
||||
Version: 1.11.185
|
||||
Release: 0
|
||||
Summary: Amazon Web Services Command Line Interface
|
||||
License: Apache-2.0
|
||||
@ -30,7 +30,7 @@ Requires: python3
|
||||
Requires: python3-PyYAML <= 3.12
|
||||
Requires: python3-PyYAML >= 3.10
|
||||
Requires: python3-botocore >= 1.7.9
|
||||
Requires: python3-colorama <= 0.3.8
|
||||
Requires: python3-colorama <= 0.3.9
|
||||
Requires: python3-colorama >= 0.2.5
|
||||
Requires: python3-docutils >= 0.10
|
||||
Requires: python3-rsa <= 3.5.0
|
||||
@ -44,7 +44,7 @@ Requires: python
|
||||
Requires: python-PyYAML <= 3.12
|
||||
Requires: python-PyYAML >= 3.10
|
||||
Requires: python-botocore >= 1.7.9
|
||||
Requires: python-colorama <= 0.3.8
|
||||
Requires: python-colorama <= 0.3.9
|
||||
Requires: python-colorama >= 0.2.5
|
||||
Requires: python-docutils >= 0.10
|
||||
Requires: python-rsa <= 3.5.0
|
||||
|
@ -4,13 +4,13 @@
|
||||
raise RuntimeError("Unable to find version string.")
|
||||
|
||||
|
||||
-requires = ['botocore==1.7.9',
|
||||
-requires = ['botocore==1.7.43',
|
||||
- 'colorama>=0.2.5,<=0.3.7',
|
||||
- 'docutils>=0.10',
|
||||
- 'rsa>=3.1.2,<=3.5.0',
|
||||
- 's3transfer>=0.1.9,<0.2.0',
|
||||
- 'PyYAML>=3.10,<=3.12']
|
||||
+#requires = ['botocore==1.7.9',
|
||||
+#requires = ['botocore==1.7.43',
|
||||
+# 'colorama>=0.2.5,<=0.3.7',
|
||||
+# 'docutils>=0.10',
|
||||
+# 'rsa>=3.1.2,<=3.5.0',
|
||||
|
Loading…
Reference in New Issue
Block a user