- 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
This commit is contained in:
parent
d9f7af500a
commit
adc23eb80a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7085c3c0be921803266e6262e5757b7e3980e232679e4bac0ec76af8a78383ca
|
||||
size 867529
|
3
aws-cli-1.10.67.tar.gz
Normal file
3
aws-cli-1.10.67.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c524f169ab977c51d4e0335c56e4790ac48729698da826760d6a7cff62a7755
|
||||
size 898749
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user