Merge changes from 1.12.237 release.
This commit is contained in:
parent
ed09b2cfa3
commit
5cbbfd2ddc
1
.gitignore
vendored
1
.gitignore
vendored
@ -104,3 +104,4 @@
|
|||||||
/awscli-1.16.241.tar.gz
|
/awscli-1.16.241.tar.gz
|
||||||
/awscli-1.16.243.tar.gz
|
/awscli-1.16.243.tar.gz
|
||||||
/awscli-1.16.246.tar.gz
|
/awscli-1.16.246.tar.gz
|
||||||
|
/awscli-1.16.247.tar.gz
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global botocore_version 1.12.236
|
%global botocore_version 1.12.237
|
||||||
|
|
||||||
Name: awscli
|
Name: awscli
|
||||||
Version: 1.16.246
|
Version: 1.16.247
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Universal Command Line Environment for AWS
|
Summary: Universal Command Line Environment for AWS
|
||||||
|
|
||||||
@ -105,8 +105,11 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
|||||||
%endif # with python3
|
%endif # with python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 26 2019 David Duncan <davdunc@amazon.com> - 1.16.247-1
|
||||||
|
- Merge changes from 1.16.247 release.
|
||||||
|
|
||||||
* Thu Sep 26 2019 David Duncan <davdunc@amazon.com> - 1.16.246-1
|
* Thu Sep 26 2019 David Duncan <davdunc@amazon.com> - 1.16.246-1
|
||||||
- Merge changes from VERSION release.
|
- Merge changes from 1.16.247 release.
|
||||||
|
|
||||||
* Wed Sep 25 2019 David Duncan <davdunc@amazon.com> - 1.16.246-1
|
* Wed Sep 25 2019 David Duncan <davdunc@amazon.com> - 1.16.246-1
|
||||||
- Merge changes from 1.16.246 release.
|
- Merge changes from 1.16.246 release.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
diff -Nur awscli-1.16.246-orig/setup.py awscli-1.16.246/setup.py
|
diff -Nur awscli-1.16.247-orig/setup.py awscli-1.16.247/setup.py
|
||||||
--- awscli-1.16.246-orig/setup.py 2019-09-25 21:18:13.966437286 +0000
|
--- awscli-1.16.247-orig/setup.py 2019-09-26 23:09:04.126748988 +0000
|
||||||
+++ awscli-1.16.246/setup.py 2019-09-26 02:19:16.372438019 +0000
|
+++ awscli-1.16.247/setup.py 2019-09-26 23:09:04.515754761 +0000
|
||||||
@@ -24,7 +24,7 @@
|
@@ -24,7 +24,7 @@
|
||||||
|
|
||||||
|
|
||||||
requires = ['botocore==1.12.236',
|
requires = ['botocore==1.12.237',
|
||||||
- '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.246.tar.gz) = c6e9b3a6216e0abfa2840fe67e914752a238058dae0f9111576a7d0b012056e2a1c5cd2b98acbe7de6e393fb07fa98c82079ef56a446abc230defa2b1877eb21
|
SHA512 (awscli-1.16.247.tar.gz) = 65e26df996025e48d70f64808fddf34dfcaa98f14bb954e0243b638ebfa7e61314a7e61fef3b1a0dea5c7812a85e611fe4a98d0c8007ac6392613227deab10c8
|
||||||
|
Loading…
Reference in New Issue
Block a user