From 4c72577846a81360c11b9cc89c9e6aef7a0fc738ff61df6c6edccb20a8f5f876 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Wed, 6 Mar 2019 13:26:11 +0000 Subject: [PATCH] Accepting request 681958 from home:seanmarlow:branches:devel:languages:python:aws Fix botocore version requirement. OBS-URL: https://build.opensuse.org/request/show/681958 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-boto3?expand=0&rev=29 --- python-boto3.changes | 5 +++++ python-boto3.spec | 24 ++++++++++++------------ 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/python-boto3.changes b/python-boto3.changes index 42d91a9..a6ecef5 100644 --- a/python-boto3.changes +++ b/python-boto3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 5 21:34:00 UTC 2019 - Sean Marlow + +- Fix botocore version requirement. + ------------------------------------------------------------------- Sat Feb 16 11:29:13 UTC 2019 - John Vandenberg diff --git a/python-boto3.spec b/python-boto3.spec index d9605bd..707a715 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -25,31 +25,31 @@ License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/boto/boto3 Source: https://github.com/boto/boto3/archive/%{version}.tar.gz -BuildRequires: %{python_module mock} -BuildRequires: %{python_module nose} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} # Related test dependencies BuildRequires: %{python_module botocore < 1.13.0} -BuildRequires: %{python_module botocore >= 1.12.93} -Requires: %{python_module jmespath < 1.0.0} -Requires: %{python_module jmespath >= 0.7.1} +BuildRequires: %{python_module botocore >= 1.12.96} +BuildRequires: %{python_module mock} +BuildRequires: %{python_module nose} BuildRequires: %{python_module s3transfer < 0.3.0} BuildRequires: %{python_module s3transfer >= 0.1.10} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if 0%{?suse_version} <= 1315 -# We need the ssl module, which is delivers by python and not python-base -BuildRequires: python -%endif +Requires: %{python_module jmespath < 1.0.0} +Requires: %{python_module jmespath >= 0.7.1} Requires: python-botocore < 1.13.0 -Requires: python-botocore >= 1.12.93 +Requires: python-botocore >= 1.12.96 Requires: python-jmespath < 1.0.0 Requires: python-jmespath >= 0.7.1 Requires: python-s3transfer < 0.3.0 Requires: python-s3transfer >= 0.1.10 Requires: python-six BuildArch: noarch +%if 0%{?suse_version} <= 1315 +# We need the ssl module, which is delivers by python and not python-base +BuildRequires: python +%endif %ifpython2 BuildRequires: python2-futures Requires: python2-futures