Merge changes from 1.12.241 release.
This commit is contained in:
parent
87fd087eb9
commit
e46fb1bde6
1
.gitignore
vendored
1
.gitignore
vendored
@ -108,3 +108,4 @@
|
|||||||
/awscli-1.16.248.tar.gz
|
/awscli-1.16.248.tar.gz
|
||||||
/awscli-1.16.249.tar.gz
|
/awscli-1.16.249.tar.gz
|
||||||
/awscli-1.16.250.tar.gz
|
/awscli-1.16.250.tar.gz
|
||||||
|
/awscli-1.16.251.tar.gz
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global botocore_version 1.12.240
|
%global botocore_version 1.12.241
|
||||||
|
|
||||||
Name: awscli
|
Name: awscli
|
||||||
Version: 1.16.250
|
Version: 1.16.251
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Universal Command Line Environment for AWS
|
Summary: Universal Command Line Environment for AWS
|
||||||
|
|
||||||
@ -105,6 +105,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
|||||||
%endif # with python3
|
%endif # with python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 03 2019 David Duncan davdunc@amazon.com - 1.16.251-1
|
||||||
|
- Merge changes from 1.16.251 release.
|
||||||
|
|
||||||
* Tue Oct 01 2019 David Duncan davdunc@amazon.com - 1.16.250-1
|
* Tue Oct 01 2019 David Duncan davdunc@amazon.com - 1.16.250-1
|
||||||
- Merge changes from 1.16.250 release.
|
- Merge changes from 1.16.250 release.
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
diff -Nur awscli-1.16.250-orig/setup.py awscli-1.16.250/setup.py
|
diff -Nur awscli-1.16.251-orig/setup.py awscli-1.16.251/setup.py
|
||||||
--- awscli-1.16.250-orig/setup.py 2019-10-01 19:34:31.491752676 +0000
|
--- awscli-1.16.251-orig/setup.py 2019-10-03 15:40:45.414787637 +0000
|
||||||
+++ awscli-1.16.250/setup.py 2019-10-01 19:34:31.869758685 +0000
|
+++ awscli-1.16.251/setup.py 2019-10-03 15:40:45.791793718 +0000
|
||||||
@@ -24,7 +24,7 @@
|
@@ -24,7 +24,7 @@
|
||||||
|
|
||||||
|
|
||||||
install_requires = ['botocore==1.12.240',
|
install_requires = ['botocore==1.12.241',
|
||||||
- '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.250.tar.gz) = 172aa240f55aacf807be7336b295c9aeef88fe5dcaf282ade70f4e5818d1a2bc27f4bd8dda5d61ec723173e37d007f59b2d33a6566b36f201d375b0e36af91c5
|
SHA512 (awscli-1.16.251.tar.gz) = da221ff500ccb7c4a75b2131e43b2e519a94752dca2547bb81b077019331fa799b87c8aa81a40d057d92ca82260b91ee7b7e6e84220b6363ffb1da2e68454a5b
|
||||||
|
Loading…
Reference in New Issue
Block a user