diff --git a/.gitignore b/.gitignore index f6704a9..933b83c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /awscli-1.10.5.tar.gz /awscli-1.10.6.tar.gz /awscli-1.10.7.tar.gz +/awscli-1.10.34.tar.gz diff --git a/awscli.spec b/awscli.spec index 77a38f2..0ec38b5 100644 --- a/awscli.spec +++ b/awscli.spec @@ -8,30 +8,30 @@ %endif Name: awscli -Version: 1.10.7 +Version: 1.10.34 Release: 1%{?dist} Summary: Universal Command Line Environment for AWS License: ASL 2.0 and MIT 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 %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools -Requires: python3-botocore = 1.3.29 -Requires: python3-colorama -Requires: python3-docutils -Requires: python3-rsa -Requires: python3-s3transfer +Requires: python3-botocore = 1.4.24 +Requires: python3-colorama >= 0.2.5 +Requires: python3-docutils >= 0.10 +Requires: python3-rsa >= 3.1.2 +Requires: python3-s3transfer = 0.0.1 %else BuildRequires: python2-devel BuildRequires: python-setuptools -Requires: python2-botocore = 1.3.29 -Requires: python-colorama -Requires: python-docutils -Requires: python2-rsa -Requires: python2-s3transfer +Requires: python2-botocore = 1.4.24 +Requires: python-colorama >= 0.2.5 +Requires: python-docutils >= 0.10 +Requires: python2-rsa >= 3.1.2 +Requires: python2-s3transfer = 0.0.1 %endif # with_python3 %if 0%{?fedora} Recommends: bash-completion @@ -98,6 +98,9 @@ rm %{buildroot}%{_bindir}/aws.cmd %endif # with_python3 %changelog +* Sat May 28 2016 Fabio Alessandro Locati - 1.10.34-1 +- Update to current upstream version + * Wed Feb 24 2016 Fabio Alessandro Locati - 1.10.7-1 - Update to current upstream version diff --git a/sources b/sources index 3bbdb26..7120d7b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a656168d2d38dd7555c4cb7b7b7e005c awscli-1.10.7.tar.gz +31fda3c5dadf51717de3b938d1e7a3e4 awscli-1.10.34.tar.gz