Update to 1.10.36

This commit is contained in:
Fabio Alessandro Locati 2016-06-08 21:43:29 +01:00
parent e78f5e22a1
commit 7615efc7d5
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
/awscli-1.10.6.tar.gz
/awscli-1.10.7.tar.gz
/awscli-1.10.34.tar.gz
/awscli-1.10.36.tar.gz

View File

@ -8,7 +8,7 @@
%endif
Name: awscli
Version: 1.10.34
Version: 1.10.36
Release: 1%{?dist}
Summary: Universal Command Line Environment for AWS
@ -19,7 +19,7 @@ BuildArch: noarch
%if 0%{?with_python3}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3-botocore = 1.4.24
Requires: python3-botocore = 1.4.26
Requires: python3-colorama >= 0.2.5
Requires: python3-docutils >= 0.10
Requires: python3-rsa >= 3.1.2
@ -27,7 +27,7 @@ Requires: python3-s3transfer = 0.0.1
%else
BuildRequires: python2-devel
BuildRequires: python-setuptools
Requires: python2-botocore = 1.4.24
Requires: python2-botocore = 1.4.26
Requires: python-colorama >= 0.2.5
Requires: python-docutils >= 0.10
Requires: python2-rsa >= 3.1.2
@ -98,6 +98,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
%endif # with_python3
%changelog
* Wed Jun 08 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.36-1
- Update to current upstream version
* Sat May 28 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.34-1
- Update to current upstream version

View File

@ -1 +1 @@
31fda3c5dadf51717de3b938d1e7a3e4 awscli-1.10.34.tar.gz
c64b262a49ef35bc86d3c5bbe064b4d8 awscli-1.10.36.tar.gz