Update to 1.16.241
Updated examples and models.
This commit is contained in:
parent
2054a95c2c
commit
f57bc8b2c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -101,3 +101,4 @@
|
|||||||
/awscli-1.16.198.tar.gz
|
/awscli-1.16.198.tar.gz
|
||||||
/awscli-1.16.222.tar.gz
|
/awscli-1.16.222.tar.gz
|
||||||
/awscli-1.16.235.tar.gz
|
/awscli-1.16.235.tar.gz
|
||||||
|
/awscli-1.16.241.tar.gz
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global botocore_version 1.12.225
|
%global botocore_version 1.12.231
|
||||||
|
|
||||||
Name: awscli
|
Name: awscli
|
||||||
Version: 1.16.235
|
Version: 1.16.241
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Universal Command Line Environment for AWS
|
Summary: Universal Command Line Environment for AWS
|
||||||
|
|
||||||
License: ASL 2.0 and MIT
|
License: ASL 2.0 and MIT
|
||||||
@ -105,6 +105,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
|||||||
%endif # with python3
|
%endif # with python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 19 2019 David Duncan <davdunc@amazon.com - 1.16.241-1
|
||||||
|
- Update to 1.16.241
|
||||||
|
|
||||||
* Mon Sep 09 2019 Kevin Fenzi <kevin@scrye.com> - 1.16.235-2
|
* Mon Sep 09 2019 Kevin Fenzi <kevin@scrye.com> - 1.16.235-2
|
||||||
- Rebuild with correct patch.
|
- Rebuild with correct patch.
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
diff -Nur awscli-1.16.235.orig/setup.py awscli-1.16.235/setup.py
|
diff -Nur awscli-1.16.241-orig/setup.py awscli-1.16.241/setup.py
|
||||||
--- awscli-1.16.235.orig/setup.py 2019-09-09 11:09:21.000000000 -0700
|
--- awscli-1.16.241-orig/setup.py 2019-09-18 22:34:01.112571317 +0000
|
||||||
+++ awscli-1.16.235/setup.py 2019-09-09 15:47:54.326212512 -0700
|
+++ awscli-1.16.241/setup.py 2019-09-19 01:31:11.330639460 +0000
|
||||||
@@ -24,7 +24,7 @@
|
@@ -24,7 +24,7 @@
|
||||||
|
|
||||||
|
|
||||||
requires = ['botocore==1.12.225',
|
requires = ['botocore==1.12.231',
|
||||||
- '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,<0.16',
|
'docutils>=0.10,<0.16',
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (awscli-1.16.235.tar.gz) = 722627e5464b3cf50e68096bc2baabee408604c4a7b444f0f2d795e48b339b33a0875b792c9ddd9b62c6f7f657c9de4a4fa27bd864be961fb5d9c9cb887035cf
|
SHA512 (awscli-1.16.241.tar.gz) = a33f1cd726eff760c9dc653521ce49475e08ad5ba8be8baa147561426ad96525833e9882ae6c9234f5019ea106f42d0d261349bde305a05b80a5bdd5d53711e6
|
||||||
|
Loading…
Reference in New Issue
Block a user