Update to latest version. Add support for ap-east-1
This commit is contained in:
parent
c376b7306d
commit
114ce13fd3
1
.gitignore
vendored
1
.gitignore
vendored
@ -96,3 +96,4 @@
|
||||
/awscli-1.16.101.tar.gz
|
||||
/awscli-1.16.111.tar.gz
|
||||
/awscli-1.16.129.tar.gz
|
||||
/awscli-1.16.145.tar.gz
|
||||
|
||||
@ -5,10 +5,10 @@
|
||||
%bcond_without python3
|
||||
%endif
|
||||
|
||||
%global botocore_version 1.12.119
|
||||
%global botocore_version 1.12.135
|
||||
|
||||
Name: awscli
|
||||
Version: 1.16.129
|
||||
Version: 1.16.145
|
||||
Release: 1%{?dist}
|
||||
Summary: Universal Command Line Environment for AWS
|
||||
|
||||
@ -105,6 +105,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
||||
%endif # with python3
|
||||
|
||||
%changelog
|
||||
* Wed Apr 24 2019 David Duncan <davdunc@amazon.com> - 1.16.145-1
|
||||
- Adding support for ap-east-1
|
||||
|
||||
* Thu Mar 21 2019 David Duncan <davdunc@amazon.com> - 1.16.129-1
|
||||
- Bumping version to 1.16.129
|
||||
|
||||
|
||||
@ -1,10 +1,9 @@
|
||||
diff -uNr awscli-1.16.129-orig/setup.py awscli-1.16.129/setup.py
|
||||
--- awscli-1.16.129-orig/setup.py 2019-03-22 03:57:56.189221521 +0000
|
||||
+++ awscli-1.16.129/setup.py 2019-03-22 04:02:02.079752545 +0000
|
||||
@@ -24,11 +24,11 @@
|
||||
--- awscli-1.16.145-orig/setup.py 2019-04-24 19:41:07.000000000 +0000
|
||||
+++ awscli-1.16.145/setup.py 2019-04-25 04:34:00.807033198 +0000
|
||||
@@ -24,11 +24,11 @@ def find_version(*file_paths):
|
||||
|
||||
|
||||
requires = ['botocore==1.12.119',
|
||||
requires = ['botocore==1.12.135',
|
||||
- 'colorama>=0.2.5,<=0.3.9',
|
||||
+ 'colorama>=0.2.5',
|
||||
'docutils>=0.10',
|
||||
|
||||
1
sources
1
sources
@ -1 +1,2 @@
|
||||
SHA512 (awscli-1.16.129.tar.gz) = f0422092a8cfe43824b2083eba4a7d2daa3dbdc7667afa1a0161dc505a22f13714bcae4d4002ea68b6080c85c512f1103b806de4034bad6ced8dd382c27b590f
|
||||
SHA512 (awscli-1.16.145.tar.gz) = 11a074ebbf9949658a3e43c22faaffb6481e2b71f5330060a6a18734a8304d90bd19188fc7a07fc9192d8c7e90f300cadf969dc878274758691a2e4ce67b40c4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user