Merge changes from 1.16.246 release
This commit is contained in:
parent
5673a813bb
commit
81e9ceb743
1
.gitignore
vendored
1
.gitignore
vendored
@ -103,3 +103,4 @@
|
||||
/awscli-1.16.235.tar.gz
|
||||
/awscli-1.16.241.tar.gz
|
||||
/awscli-1.16.243.tar.gz
|
||||
/awscli-1.16.246.tar.gz
|
||||
|
@ -5,10 +5,10 @@
|
||||
%bcond_without python3
|
||||
%endif
|
||||
|
||||
%global botocore_version 1.12.233
|
||||
%global botocore_version 1.12.236
|
||||
|
||||
Name: awscli
|
||||
Version: 1.16.243
|
||||
Version: 1.16.246
|
||||
Release: 1%{?dist}
|
||||
Summary: Universal Command Line Environment for AWS
|
||||
|
||||
@ -105,6 +105,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
||||
%endif # with python3
|
||||
|
||||
%changelog
|
||||
* Wed Sep 25 2019 David Duncan <davdunc@amazon.com> - 1.16.246-1
|
||||
- Merge changes from 1.16.246 release.
|
||||
|
||||
* Sun Sep 22 2019 David Duncan <davdunc@amazon.com> - 1.16.243-1
|
||||
- Merge changes from 1.16.243 release.
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
diff -Nur awscli-1.16.243-orig/setup.py awscli-1.16.243/setup.py
|
||||
--- awscli-1.16.243-orig/setup.py 2019-09-21 02:54:41.952323417 +0000
|
||||
+++ awscli-1.16.243/setup.py 2019-09-22 16:50:48.890142668 +0000
|
||||
diff -Nur awscli-1.16.246-orig/setup.py awscli-1.16.246/setup.py
|
||||
--- awscli-1.16.246-orig/setup.py 2019-09-25 21:18:13.966437286 +0000
|
||||
+++ awscli-1.16.246/setup.py 2019-09-25 21:18:14.337443005 +0000
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
|
||||
requires = ['botocore==1.12.233',
|
||||
requires = ['botocore==1.12.236',
|
||||
- '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.243.tar.gz) = 963161d2cad6c225eb73631807b4855a4286ac8f2b0cc7be688fff85270752852af1dd34c71efd0b636846efa8ff21ccb10974000f149c26e9e65fa47c5e1a7d
|
||||
SHA512 (awscli-1.16.246.tar.gz) = c6e9b3a6216e0abfa2840fe67e914752a238058dae0f9111576a7d0b012056e2a1c5cd2b98acbe7de6e393fb07fa98c82079ef56a446abc230defa2b1877eb21
|
||||
|
Loading…
Reference in New Issue
Block a user