Hello community, here is the log from the commit of package python-boto3 for openSUSE:Factory checked in at 2018-11-12 09:42:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-boto3 (Old) and /work/SRC/openSUSE:Factory/.python-boto3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-boto3" Mon Nov 12 09:42:00 2018 rev:18 rq:647585 version:1.9.38 Changes: -------- --- /work/SRC/openSUSE:Factory/python-boto3/python-boto3.changes 2018-11-08 09:49:21.653038253 +0100 +++ /work/SRC/openSUSE:Factory/.python-boto3.new/python-boto3.changes 2018-11-12 09:42:02.813135675 +0100 @@ -1,0 +2,7 @@ +Wed Nov 7 13:38:22 UTC 2018 - Robert Schweikert <[email protected]> + +- Fix build for openSUSE Leap 42.3 + + urllib3 needs the ssl module, which in Leap 42.3 is delivered by python + and not python-base. Set explicit build dependency on python + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-boto3.spec ++++++ --- /var/tmp/diff_new_pack.yQA0sF/_old 2018-11-12 09:42:03.301134978 +0100 +++ /var/tmp/diff_new_pack.yQA0sF/_new 2018-11-12 09:42:03.305134972 +0100 @@ -32,6 +32,10 @@ BuildRequires: %{python_module setuptools} 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-botocore < 1.13.0 Requires: python-botocore >= 1.12.38 Requires: python-jmespath < 1.0.0
