diff --git a/aws-cli-1.11.151.tar.gz b/aws-cli-1.11.151.tar.gz deleted file mode 100644 index dcbf4ca..0000000 --- a/aws-cli-1.11.151.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:608610138d823374c5ccc747463f7d3425cc306ef7d2ab5dec436befb6d2126c -size 992839 diff --git a/aws-cli-1.11.185.tar.gz b/aws-cli-1.11.185.tar.gz new file mode 100644 index 0000000..752c7f4 --- /dev/null +++ b/aws-cli-1.11.185.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af4b0105e00098e1f4ba4467c539e9b8f2e9e1d7bc6fb53834790033b40ca7ab +size 1009042 diff --git a/aws-cli.changes b/aws-cli.changes index 24020ba..536176f 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -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 diff --git a/aws-cli.spec b/aws-cli.spec index e31b6a5..7923398 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -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 diff --git a/hide_py_pckgmgmt.patch b/hide_py_pckgmgmt.patch index 1a140ff..92b8802 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -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',