Accepting request 505741 from Cloud:Tools

- Update to version 1.11.104 (bsc#1044370)
  + For detailed changes see
    https://github.com/aws/aws-cli/blob/1.11.104/CHANGELOG.rst

OBS-URL: https://build.opensuse.org/request/show/505741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-cli?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2017-06-23 07:18:41 +00:00 committed by Git OBS Bridge
commit 9dd09439df
5 changed files with 20 additions and 13 deletions

3
aws-cli-1.11.104.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9807e4034f06a149a02f07800c945439c39b6cd52bf6c869660d993ae7c1132c
size 983989

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:274b6bc6ff539710da395c1075544a765ebc1b83b600123410daa187d0e88f56
size 929865

View File

@ -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 Thu Dec 15 13:25:14 UTC 2016 - rjschwei@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package aws-cli # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: aws-cli Name: aws-cli
Version: 1.11.29 Version: 1.11.104
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
@ -31,14 +31,14 @@ Requires: python-argparse >= 1.1
%endif %endif
Requires: python-PyYAML <= 3.12 Requires: python-PyYAML <= 3.12
Requires: python-PyYAML >= 3.10 Requires: python-PyYAML >= 3.10
Requires: python-botocore >= 1.4.68 Requires: python-botocore >= 1.5.67
Requires: python-colorama <= 0.3.7 Requires: python-colorama <= 0.3.8
Requires: python-colorama >= 0.2.5 Requires: python-colorama >= 0.2.5
Requires: python-docutils >= 0.10 Requires: python-docutils >= 0.10
Requires: python-rsa <= 3.5.0 Requires: python-rsa <= 3.5.0
Requires: python-rsa >= 3.1.2 Requires: python-rsa >= 3.1.2
Requires: python-s3transfer <= 0.2.0 Requires: python-s3transfer <= 0.2.0
Requires: python-s3transfer >= 0.0.1 Requires: python-s3transfer >= 0.1.9
BuildRequires: python BuildRequires: python
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-setuptools BuildRequires: python-setuptools

View File

@ -1,16 +1,16 @@
--- setup.py.orig --- setup.py.orig
+++ setup.py +++ setup.py
@@ -6,18 +6,18 @@ from setuptools import setup, find_packa @@ -23,18 +23,18 @@ def find_version(*file_paths):
import awscli raise RuntimeError("Unable to find version string.")
-requires = ['botocore==1.4.86', -requires = ['botocore==1.5.67',
- 'colorama>=0.2.5,<=0.3.7', - 'colorama>=0.2.5,<=0.3.7',
- 'docutils>=0.10', - 'docutils>=0.10',
- 'rsa>=3.1.2,<=3.5.0', - 'rsa>=3.1.2,<=3.5.0',
- 's3transfer>=0.1.9,<0.2.0', - 's3transfer>=0.1.9,<0.2.0',
- 'PyYAML>=3.10,<=3.12'] - 'PyYAML>=3.10,<=3.12']
+#requires = ['botocore==1.4.86', +#requires = ['botocore==1.5.67',
+# 'colorama>=0.2.5,<=0.3.7', +# 'colorama>=0.2.5,<=0.3.7',
+# 'docutils>=0.10', +# 'docutils>=0.10',
+# 'rsa>=3.1.2,<=3.5.0', +# 'rsa>=3.1.2,<=3.5.0',
@ -27,7 +27,7 @@
setup_options = dict( setup_options = dict(
@@ -34,12 +34,12 @@ setup_options = dict( @@ -51,12 +51,12 @@ setup_options = dict(
package_data={'awscli': ['data/*.json', 'examples/*/*.rst', package_data={'awscli': ['data/*.json', 'examples/*/*.rst',
'examples/*/*/*.rst', 'topics/*.rst', 'examples/*/*/*.rst', 'topics/*.rst',
'topics/*.json']}, 'topics/*.json']},