From c6a2fe31aed829b4184a150a74bdefc80a572e32 Mon Sep 17 00:00:00 2001 From: Haikel Guemar Date: Wed, 18 Jul 2018 10:32:11 +0200 Subject: [PATCH] Upstream 1.7.41 (Fix compat with botocore 1.10.41) --- python-boto3.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-boto3.spec b/python-boto3.spec index 915d93b..820d205 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -7,8 +7,8 @@ %global pypi_name boto3 Name: python-%{pypi_name} -Version: 1.6.1 -Release: 4%{?dist} +Version: 1.7.41 +Release: 1%{?dist} Summary: The AWS SDK for Python License: ASL 2.0 @@ -34,7 +34,7 @@ BuildRequires: python2-botocore BuildRequires: python2-jmespath BuildRequires: python2-futures BuildRequires: python2-s3transfer -Requires: python2-botocore >= 1.5.0 +Requires: python2-botocore >= 1.10.41 Requires: python2-jmespath >= 0.7.1 Requires: python2-s3transfer >= 0.1.10 RequireS: python2-futures >= 2.2.0 @@ -59,7 +59,7 @@ BuildRequires: python3-wheel BuildRequires: python3-botocore BuildRequires: python3-jmespath BuildRequires: python3-s3transfer -Requires: python3-botocore >= 1.5.0 +Requires: python3-botocore >= 1.10.41 Requires: python3-jmespath >= 0.7.1 Requires: python3-s3transfer >= 0.1.10 %{?python_provide:%python_provide python3-%{pypi_name}} @@ -111,6 +111,9 @@ rm -rf tests/integration %endif # with python3 %changelog +* Wed Jul 18 2018 Haïkel Guémar - 1.7.41-1 +- Upstream 1.7.41 (Fix compat with botocore 1.10.41) + * Fri Jul 13 2018 Fedora Release Engineering - 1.6.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild