1.10.0 New upstream version

This commit is contained in:
Fabio Alessandro Locati 2016-01-22 14:08:22 +01:00
parent 95c26f1b90
commit 8064f3159a
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/awscli-1.9.19.tar.gz
/awscli-1.9.20.tar.gz
/awscli-1.9.21.tar.gz
/awscli-1.10.0.tar.gz

View File

@ -8,7 +8,7 @@
%endif
Name: awscli
Version: 1.9.21
Version: 1.10.0
Release: 1%{?dist}
Summary: Universal Command Line Environment for AWS
@ -19,14 +19,14 @@ BuildArch: noarch
%if 0%{?with_python3}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3-botocore = 1.3.21
Requires: python3-botocore = 1.3.22
Requires: python3-colorama
Requires: python3-docutils
Requires: python3-rsa
%else
BuildRequires: python2-devel
BuildRequires: python-setuptools
Requires: python2-botocore = 1.3.21
Requires: python2-botocore = 1.3.22
Requires: python-colorama
Requires: python-docutils
Requires: python-rsa
@ -96,6 +96,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
%endif # with_python3
%changelog
* Fri Jan 22 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.0-1
- Update to current upstream version
* Wed Jan 20 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.9.21-1
- Update to current upstream version
- Don't fix documentation permissions any more (pull request merged)

View File

@ -1 +1 @@
27b1fdb4ae7abe26dd997797e8dc8ca4 awscli-1.9.21.tar.gz
b44870f0602e59e22f6db105c1e5f89c awscli-1.10.0.tar.gz