Update to 1.16.167
Add updates and fixes
This commit is contained in:
parent
114ce13fd3
commit
04aee85a7b
1
.gitignore
vendored
1
.gitignore
vendored
@ -97,3 +97,4 @@
|
|||||||
/awscli-1.16.111.tar.gz
|
/awscli-1.16.111.tar.gz
|
||||||
/awscli-1.16.129.tar.gz
|
/awscli-1.16.129.tar.gz
|
||||||
/awscli-1.16.145.tar.gz
|
/awscli-1.16.145.tar.gz
|
||||||
|
/awscli-1.16.167.tar.gz
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global botocore_version 1.12.135
|
%global botocore_version 1.12.157
|
||||||
|
|
||||||
Name: awscli
|
Name: awscli
|
||||||
Version: 1.16.145
|
Version: 1.16.167
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Universal Command Line Environment for AWS
|
Summary: Universal Command Line Environment for AWS
|
||||||
|
|
||||||
@ -105,6 +105,10 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
|||||||
%endif # with python3
|
%endif # with python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 28 2019 David Duncan <davdunc@amazon.com> - 1.16.167-1
|
||||||
|
- Update to 1.16.167
|
||||||
|
- Add updates and fixes
|
||||||
|
|
||||||
* Wed Apr 24 2019 David Duncan <davdunc@amazon.com> - 1.16.145-1
|
* Wed Apr 24 2019 David Duncan <davdunc@amazon.com> - 1.16.145-1
|
||||||
- Adding support for ap-east-1
|
- Adding support for ap-east-1
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
--- awscli-1.16.145-orig/setup.py 2019-04-24 19:41:07.000000000 +0000
|
--- awscli-1.16.167-orig/setup.py 2019-05-29 00:37:16.074441413 +0000
|
||||||
+++ awscli-1.16.145/setup.py 2019-04-25 04:34:00.807033198 +0000
|
+++ awscli-1.16.167/setup.py 2019-05-29 01:00:07.938855836 +0000
|
||||||
@@ -24,11 +24,11 @@ def find_version(*file_paths):
|
@@ -24,11 +24,11 @@ def find_version(*file_paths):
|
||||||
|
|
||||||
|
|
||||||
requires = ['botocore==1.12.135',
|
requires = ['botocore==1.12.157',
|
||||||
- 'colorama>=0.2.5,<=0.3.9',
|
- 'colorama>=0.2.5,<=0.3.9',
|
||||||
+ 'colorama>=0.2.5',
|
+ 'colorama>=0.2.5',
|
||||||
'docutils>=0.10',
|
'docutils>=0.10',
|
||||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
|||||||
SHA512 (awscli-1.16.129.tar.gz) = f0422092a8cfe43824b2083eba4a7d2daa3dbdc7667afa1a0161dc505a22f13714bcae4d4002ea68b6080c85c512f1103b806de4034bad6ced8dd382c27b590f
|
SHA512 (awscli-1.16.167.tar.gz) = ef7d13ce93e0a6bdbb946140b90b15c642aece5afd22c2f1d87eda6db8be6e1b0bf2c26c2cbf0015bd5fad8287a379e6f0689409ab01a00ed6196ee05c86af07
|
||||||
SHA512 (awscli-1.16.145.tar.gz) = 11a074ebbf9949658a3e43c22faaffb6481e2b71f5330060a6a18734a8304d90bd19188fc7a07fc9192d8c7e90f300cadf969dc878274758691a2e4ce67b40c4
|
|
||||||
|
Loading…
Reference in New Issue
Block a user