diff --git a/aws-cli-1.11.104.tar.gz b/aws-cli-1.11.104.tar.gz new file mode 100644 index 0000000..43784d1 --- /dev/null +++ b/aws-cli-1.11.104.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9807e4034f06a149a02f07800c945439c39b6cd52bf6c869660d993ae7c1132c +size 983989 diff --git a/aws-cli-1.11.29.tar.gz b/aws-cli-1.11.29.tar.gz deleted file mode 100644 index 1b1fca0..0000000 --- a/aws-cli-1.11.29.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:274b6bc6ff539710da395c1075544a765ebc1b83b600123410daa187d0e88f56 -size 929865 diff --git a/aws-cli.changes b/aws-cli.changes index a6c4b5c..ff0044a 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jun 14 21:22:11 UTC 2017 - rjschwei@suse.com + +- Update to version 1.11.104 (bsc#1044370) + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.11.104/CHANGELOG.rst + ------------------------------------------------------------------- Thu Dec 15 13:25:14 UTC 2016 - rjschwei@suse.com diff --git a/aws-cli.spec b/aws-cli.spec index b9ce036..0b0e84e 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -1,7 +1,7 @@ # # spec file for package aws-cli # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.11.29 +Version: 1.11.104 Release: 0 Summary: Amazon Web Services Command Line Interface License: Apache-2.0 @@ -31,14 +31,14 @@ Requires: python-argparse >= 1.1 %endif Requires: python-PyYAML <= 3.12 Requires: python-PyYAML >= 3.10 -Requires: python-botocore >= 1.4.68 -Requires: python-colorama <= 0.3.7 +Requires: python-botocore >= 1.5.67 +Requires: python-colorama <= 0.3.8 Requires: python-colorama >= 0.2.5 Requires: python-docutils >= 0.10 Requires: python-rsa <= 3.5.0 Requires: python-rsa >= 3.1.2 Requires: python-s3transfer <= 0.2.0 -Requires: python-s3transfer >= 0.0.1 +Requires: python-s3transfer >= 0.1.9 BuildRequires: python BuildRequires: python-devel BuildRequires: python-setuptools diff --git a/hide_py_pckgmgmt.patch b/hide_py_pckgmgmt.patch index dbde94e..ed81b65 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -1,16 +1,16 @@ --- setup.py.orig +++ setup.py -@@ -6,18 +6,18 @@ from setuptools import setup, find_packa - import awscli +@@ -23,18 +23,18 @@ def find_version(*file_paths): + raise RuntimeError("Unable to find version string.") --requires = ['botocore==1.4.86', +-requires = ['botocore==1.5.67', - '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.4.86', ++#requires = ['botocore==1.5.67', +# 'colorama>=0.2.5,<=0.3.7', +# 'docutils>=0.10', +# 'rsa>=3.1.2,<=3.5.0', @@ -27,7 +27,7 @@ setup_options = dict( -@@ -34,12 +34,12 @@ setup_options = dict( +@@ -51,12 +51,12 @@ setup_options = dict( package_data={'awscli': ['data/*.json', 'examples/*/*.rst', 'examples/*/*/*.rst', 'topics/*.rst', 'topics/*.json']},