Update to 1.10.34

This commit is contained in:
Fabio Alessandro Locati 2016-05-28 11:37:04 +01:00
parent 0820a0e3da
commit e78f5e22a1
3 changed files with 17 additions and 13 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/awscli-1.10.5.tar.gz /awscli-1.10.5.tar.gz
/awscli-1.10.6.tar.gz /awscli-1.10.6.tar.gz
/awscli-1.10.7.tar.gz /awscli-1.10.7.tar.gz
/awscli-1.10.34.tar.gz

View File

@ -8,30 +8,30 @@
%endif %endif
Name: awscli Name: awscli
Version: 1.10.7 Version: 1.10.34
Release: 1%{?dist} Release: 1%{?dist}
Summary: Universal Command Line Environment for AWS Summary: Universal Command Line Environment for AWS
License: ASL 2.0 and MIT License: ASL 2.0 and MIT
URL: http://aws.amazon.com/cli URL: http://aws.amazon.com/cli
Source0: https://pypi.python.org/packages/source/a/%{name}/%{name}-%{version}.tar.gz Source0: https://pypi.io/packages/source/a/%{name}/%{name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
%if 0%{?with_python3} %if 0%{?with_python3}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
Requires: python3-botocore = 1.3.29 Requires: python3-botocore = 1.4.24
Requires: python3-colorama Requires: python3-colorama >= 0.2.5
Requires: python3-docutils Requires: python3-docutils >= 0.10
Requires: python3-rsa Requires: python3-rsa >= 3.1.2
Requires: python3-s3transfer Requires: python3-s3transfer = 0.0.1
%else %else
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: python-setuptools BuildRequires: python-setuptools
Requires: python2-botocore = 1.3.29 Requires: python2-botocore = 1.4.24
Requires: python-colorama Requires: python-colorama >= 0.2.5
Requires: python-docutils Requires: python-docutils >= 0.10
Requires: python2-rsa Requires: python2-rsa >= 3.1.2
Requires: python2-s3transfer Requires: python2-s3transfer = 0.0.1
%endif # with_python3 %endif # with_python3
%if 0%{?fedora} %if 0%{?fedora}
Recommends: bash-completion Recommends: bash-completion
@ -98,6 +98,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Sat May 28 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.34-1
- Update to current upstream version
* Wed Feb 24 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.7-1 * Wed Feb 24 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.10.7-1
- Update to current upstream version - Update to current upstream version

View File

@ -1 +1 @@
a656168d2d38dd7555c4cb7b7b7e005c awscli-1.10.7.tar.gz 31fda3c5dadf51717de3b938d1e7a3e4 awscli-1.10.34.tar.gz