Bumping version to 1.16.129
This commit is contained in:
parent
5d4ee993cb
commit
c376b7306d
1
.gitignore
vendored
1
.gitignore
vendored
@ -95,3 +95,4 @@
|
||||
/awscli-1.16.97.tar.gz
|
||||
/awscli-1.16.101.tar.gz
|
||||
/awscli-1.16.111.tar.gz
|
||||
/awscli-1.16.129.tar.gz
|
||||
|
@ -5,10 +5,10 @@
|
||||
%bcond_without python3
|
||||
%endif
|
||||
|
||||
%global botocore_version 1.12.101
|
||||
%global botocore_version 1.12.119
|
||||
|
||||
Name: awscli
|
||||
Version: 1.16.111
|
||||
Version: 1.16.129
|
||||
Release: 1%{?dist}
|
||||
Summary: Universal Command Line Environment for AWS
|
||||
|
||||
@ -105,6 +105,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
||||
%endif # with python3
|
||||
|
||||
%changelog
|
||||
* Thu Mar 21 2019 David Duncan <davdunc@amazon.com> - 1.16.129-1
|
||||
- Bumping version to 1.16.129
|
||||
|
||||
* Sat Feb 23 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.16.111-1
|
||||
- Update to 1.16.111
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
diff -uNr awscli-1.16.111.orig/setup.py awscli-1.16.111/setup.py
|
||||
--- awscli-1.16.111.orig/setup.py 2019-02-22 20:16:31.000000000 +0100
|
||||
+++ awscli-1.16.111/setup.py 2019-02-23 14:55:47.608707140 +0100
|
||||
diff -uNr awscli-1.16.129-orig/setup.py awscli-1.16.129/setup.py
|
||||
--- awscli-1.16.129-orig/setup.py 2019-03-22 03:57:56.189221521 +0000
|
||||
+++ awscli-1.16.129/setup.py 2019-03-22 04:02:02.079752545 +0000
|
||||
@@ -24,11 +24,11 @@
|
||||
|
||||
|
||||
requires = ['botocore==1.12.101',
|
||||
requires = ['botocore==1.12.119',
|
||||
- 'colorama>=0.2.5,<=0.3.9',
|
||||
+ 'colorama>=0.2.5',
|
||||
'docutils>=0.10',
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (awscli-1.16.111.tar.gz) = 773b5c8fe2171b2427adf682f47f80d531ccf2c1ac9be6724785cb3d35b299aa86ba7e2a0c0f3d8e5ee2bc94b37de7b4b58ebf394ee15e8c01cd12c145e62692
|
||||
SHA512 (awscli-1.16.129.tar.gz) = f0422092a8cfe43824b2083eba4a7d2daa3dbdc7667afa1a0161dc505a22f13714bcae4d4002ea68b6080c85c512f1103b806de4034bad6ced8dd382c27b590f
|
||||
|
Loading…
Reference in New Issue
Block a user