From 87960910fd7a78f7580fcceb16161936ca87f67a Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Oct 10 2016 16:46:26 +0000 Subject: Update to 1.11.2 --- diff --git a/.gitignore b/.gitignore index b173a90..12aa978 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /awscli-1.10.62.tar.gz /awscli-1.10.67.tar.gz /awscli-1.11.0.tar.gz +/awscli-1.11.2.tar.gz diff --git a/awscli.spec b/awscli.spec index 285615c..30912c1 100644 --- a/awscli.spec +++ b/awscli.spec @@ -5,7 +5,7 @@ %endif Name: awscli -Version: 1.11.0 +Version: 1.11.2 Release: 1%{?dist} Summary: Universal Command Line Environment for AWS @@ -16,19 +16,19 @@ BuildArch: noarch %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools -Requires: python3-botocore = 1.4.58 +Requires: python3-botocore = 1.4.60 Requires: python3-colorama >= 0.2.5 Requires: python3-docutils >= 0.10 Requires: python3-rsa >= 3.1.2 -Requires: python3-s3transfer >= 0.1.0 +Requires: python3-s3transfer >= 0.1.5 %else BuildRequires: python2-devel BuildRequires: python-setuptools -Requires: python2-botocore = 1.4.58 +Requires: python2-botocore = 1.4.60 Requires: python-colorama >= 0.2.5 Requires: python-docutils >= 0.10 Requires: python2-rsa >= 3.1.2 -Requires: python2-s3transfer >= 0.1.0 +Requires: python2-s3transfer >= 0.1.5 %endif # with_python3 %if 0%{?fedora} Recommends: bash-completion @@ -95,6 +95,9 @@ rm %{buildroot}%{_bindir}/aws.cmd %endif # with_python3 %changelog +* Mon Oct 10 2016 Fabio Alessandro Locati - 1.11.2-1 +- Update to 1.12.0 + * Sun Oct 02 2016 Fabio Alessandro Locati - 1.11.0-1 - Update to 1.11.0 diff --git a/sources b/sources index c002dc1..4d64260 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1467a08b946515e91170b85461046bfb awscli-1.11.0.tar.gz +69e2c0077fefdaf19222bf39add03e46 awscli-1.11.2.tar.gz