From adc23eb80ac28f11f3c69f1bab374c1543c1e281dfe10ab94fa16839134deaad Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 17 Nov 2016 08:54:46 +0000 Subject: [PATCH] - update to 1.10.67 * more than 500 changes, have a look at https://github.com/aws/aws-cli/compare/1.10.38...1.10.67 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=25 --- aws-cli-1.10.38.tar.gz | 3 --- aws-cli-1.10.67.tar.gz | 3 +++ aws-cli.changes | 7 +++++++ aws-cli.spec | 5 ++--- hide_py_pckgmgmt.patch | 26 ++++++++++---------------- 5 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 aws-cli-1.10.38.tar.gz create mode 100644 aws-cli-1.10.67.tar.gz diff --git a/aws-cli-1.10.38.tar.gz b/aws-cli-1.10.38.tar.gz deleted file mode 100644 index cfcd1f6..0000000 --- a/aws-cli-1.10.38.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7085c3c0be921803266e6262e5757b7e3980e232679e4bac0ec76af8a78383ca -size 867529 diff --git a/aws-cli-1.10.67.tar.gz b/aws-cli-1.10.67.tar.gz new file mode 100644 index 0000000..ca9aca9 --- /dev/null +++ b/aws-cli-1.10.67.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c524f169ab977c51d4e0335c56e4790ac48729698da826760d6a7cff62a7755 +size 898749 diff --git a/aws-cli.changes b/aws-cli.changes index d1c4d12..f6b6cef 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 17 08:50:29 UTC 2016 - dmueller@suse.com + +- update to 1.10.67 + * more than 500 changes, have a look at + https://github.com/aws/aws-cli/compare/1.10.38...1.10.67 + ------------------------------------------------------------------- Tue Jun 21 11:57:59 UTC 2016 - rjschwei@suse.com diff --git a/aws-cli.spec b/aws-cli.spec index 540604b..483943b 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.10.38 +Version: 1.10.67 Release: 0 Summary: Amazon Web Services Command Line Interface License: Apache-2.0 @@ -30,10 +30,9 @@ Requires: python Requires: python-argparse >= 1.1 %endif Requires: python-botocore >= 1.4.28 -Requires: python-colorama <= 0.3.3 Requires: python-colorama >= 0.2.5 Requires: python-docutils >= 0.10 -Requires: python-rsa <= 3.3.0 +Requires: python-rsa <= 3.5.0 Requires: python-rsa >= 3.1.2 Requires: python-s3transfer >= 0.0.1 BuildRequires: python diff --git a/hide_py_pckgmgmt.patch b/hide_py_pckgmgmt.patch index a9095b0..94a3a3b 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -1,30 +1,24 @@ +Index: setup.py +=================================================================== --- setup.py.orig +++ setup.py -@@ -6,17 +6,17 @@ from setuptools import setup, find_packa +@@ -6,11 +6,11 @@ from setuptools import setup, find_packa import awscli --requires = ['botocore==1.4.28', -- 'colorama>=0.2.5,<=0.3.3', +-requires = ['botocore==1.4.57', +- 'colorama>=0.2.5,<=0.3.7', - 'docutils>=0.10', - 'rsa>=3.1.2,<=3.5.0', -- 's3transfer==0.0.1'] -+#requires = ['botocore==1.4.28', -+# 'colorama>=0.2.5,<=0.3.3', +- 's3transfer>=0.1.0,<0.2.0'] ++#requires = ['botocore==1.4.57', ++# 'colorama>=0.2.5,<=0.3.7', +# 'docutils>=0.10', +# 'rsa>=3.1.2,<=3.5.0', -+# 's3transfer==0.0.1'] ++# 's3transfer>=0.1.0,<0.2.0'] --if sys.version_info[:2] == (2, 6): -+#if sys.version_info[:2] == (2, 6): - # For python2.6 we have to require argparse since it - # was not in stdlib until 2.7. -- requires.append('argparse>=1.1') -+# requires.append('argparse>=1.1') - - - setup_options = dict( + if sys.version_info[:2] == (2, 6): @@ -33,12 +33,12 @@ setup_options = dict( package_data={'awscli': ['data/*.json', 'examples/*/*.rst', 'examples/*/*/*.rst', 'topics/*.rst',