Updating to 1.16.198 with botocore 1.12.188
Amend with changelog
This commit is contained in:
parent
04aee85a7b
commit
e4ff1efe50
1
.gitignore
vendored
1
.gitignore
vendored
@ -98,3 +98,4 @@
|
||||
/awscli-1.16.129.tar.gz
|
||||
/awscli-1.16.145.tar.gz
|
||||
/awscli-1.16.167.tar.gz
|
||||
/awscli-1.16.198.tar.gz
|
||||
|
@ -5,10 +5,10 @@
|
||||
%bcond_without python3
|
||||
%endif
|
||||
|
||||
%global botocore_version 1.12.157
|
||||
%global botocore_version 1.12.188
|
||||
|
||||
Name: awscli
|
||||
Version: 1.16.167
|
||||
Version: 1.16.198
|
||||
Release: 1%{?dist}
|
||||
Summary: Universal Command Line Environment for AWS
|
||||
|
||||
|
@ -1,16 +1,11 @@
|
||||
--- awscli-1.16.167-orig/setup.py 2019-05-29 00:37:16.074441413 +0000
|
||||
+++ awscli-1.16.167/setup.py 2019-05-29 01:00:07.938855836 +0000
|
||||
@@ -24,11 +24,11 @@ def find_version(*file_paths):
|
||||
--- awscli-1.16.198-orig/setup.py 2019-07-14 02:58:35.590102693 +0000
|
||||
+++ awscli-1.16.198/setup.py 2019-07-14 03:11:00.266272480 +0000
|
||||
@@ -24,7 +24,7 @@ def find_version(*file_paths):
|
||||
|
||||
|
||||
requires = ['botocore==1.12.157',
|
||||
requires = ['botocore==1.12.188',
|
||||
- 'colorama>=0.2.5,<=0.3.9',
|
||||
+ 'colorama>=0.2.5',
|
||||
'docutils>=0.10',
|
||||
'rsa>=3.1.2,<=3.5.0',
|
||||
's3transfer>=0.2.0,<0.3.0',
|
||||
- 'PyYAML>=3.10,<=3.13']
|
||||
+ 'PyYAML>=3.10']
|
||||
|
||||
|
||||
if sys.version_info[:2] == (2, 6):
|
||||
's3transfer>=0.2.0,<0.3.0']
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (awscli-1.16.167.tar.gz) = ef7d13ce93e0a6bdbb946140b90b15c642aece5afd22c2f1d87eda6db8be6e1b0bf2c26c2cbf0015bd5fad8287a379e6f0689409ab01a00ed6196ee05c86af07
|
||||
SHA512 (awscli-1.16.198.tar.gz) = f77d792de7c47eebaf099a7dee1cd34c8a910216f96e17081835472b25186d64c26be70a749d879efd09b9c76f961396fd56d3cb6bd77c331f48df2b32ac5f59
|
||||
|
Loading…
Reference in New Issue
Block a user