Hello community,

here is the log from the commit of package python-botocore for openSUSE:Factory 
checked in at 2018-11-12 09:41:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-botocore (Old)
 and      /work/SRC/openSUSE:Factory/.python-botocore.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-botocore"

Mon Nov 12 09:41:57 2018 rev:34 rq:647582 version:1.12.38

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-botocore/python-botocore.changes  
2018-11-08 09:49:19.145041212 +0100
+++ /work/SRC/openSUSE:Factory/.python-botocore.new/python-botocore.changes     
2018-11-12 09:42:00.393139133 +0100
@@ -1,0 +2,7 @@
+Wed Nov  7 12:56:44 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-botocore.spec ++++++
--- /var/tmp/diff_new_pack.r7upCZ/_old  2018-11-12 09:42:00.969138310 +0100
+++ /var/tmp/diff_new_pack.r7upCZ/_new  2018-11-12 09:42:00.969138310 +0100
@@ -23,7 +23,7 @@
 Summary:        Python interface for AWS
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Url:            https://github.com/boto/botocore
+URL:            https://github.com/boto/botocore
 Source:         
https://files.pythonhosted.org/packages/source/b/botocore/botocore-%{version}.tar.gz
 Patch0:         hide_py_pckgmgmt.patch
 BuildRequires:  %{python_module docutils >= 0.10}
@@ -44,6 +44,10 @@
 Requires:       python-requests
 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
 # SECTION Testing requirements
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose}


Reply via email to