Merge changes from 1.12.238 release.
This commit is contained in:
parent
1fa0c0010f
commit
ae93c726cb
1
.gitignore
vendored
1
.gitignore
vendored
@ -105,3 +105,4 @@
|
||||
/awscli-1.16.243.tar.gz
|
||||
/awscli-1.16.246.tar.gz
|
||||
/awscli-1.16.247.tar.gz
|
||||
/awscli-1.16.248.tar.gz
|
||||
|
@ -5,10 +5,10 @@
|
||||
%bcond_without python3
|
||||
%endif
|
||||
|
||||
%global botocore_version 1.12.237
|
||||
%global botocore_version 1.12.238
|
||||
|
||||
Name: awscli
|
||||
Version: 1.16.247
|
||||
Version: 1.16.248
|
||||
Release: 1%{?dist}
|
||||
Summary: Universal Command Line Environment for AWS
|
||||
|
||||
@ -105,6 +105,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
||||
%endif # with python3
|
||||
|
||||
%changelog
|
||||
* Sat Sep 28 2019 David Duncan davdunc@amazon.com - 1.16.248-1
|
||||
- Merge changes from 1.16.248 release.
|
||||
|
||||
* Thu Sep 26 2019 David Duncan <davdunc@amazon.com> - 1.16.247-1
|
||||
- Merge changes from 1.16.247 release.
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
diff -Nur awscli-1.16.247-orig/setup.py awscli-1.16.247/setup.py
|
||||
--- awscli-1.16.247-orig/setup.py 2019-09-26 23:09:04.126748988 +0000
|
||||
+++ awscli-1.16.247/setup.py 2019-09-26 23:09:04.515754761 +0000
|
||||
diff -Nur awscli-1.16.248-orig/setup.py awscli-1.16.248/setup.py
|
||||
--- awscli-1.16.248-orig/setup.py 2019-09-28 00:41:20.241038849 +0000
|
||||
+++ awscli-1.16.248/setup.py 2019-09-28 00:41:22.194069456 +0000
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
|
||||
requires = ['botocore==1.12.237',
|
||||
requires = ['botocore==1.12.238',
|
||||
- 'colorama>=0.2.5,<=0.3.9',
|
||||
+ 'colorama>=0.2.5',
|
||||
'docutils>=0.10,<0.16',
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (awscli-1.16.247.tar.gz) = 65e26df996025e48d70f64808fddf34dfcaa98f14bb954e0243b638ebfa7e61314a7e61fef3b1a0dea5c7812a85e611fe4a98d0c8007ac6392613227deab10c8
|
||||
SHA512 (awscli-1.16.248.tar.gz) = 9cf29f50e70ff5bcd40475dfb2fd83c8a42477b5f042a8a30dcb9959d6dc06deffeab17655af5245b0bc7a4b4b8cfa9b0fdaa0bd6c75e955635f4e05194ffd28
|
||||
|
Loading…
Reference in New Issue
Block a user