Hello community,
here is the log from the commit of package python-s3transfer for
openSUSE:Factory checked in at 2020-04-10 23:52:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-s3transfer (Old)
and /work/SRC/openSUSE:Factory/.python-s3transfer.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-s3transfer"
Fri Apr 10 23:52:37 2020 rev:14 rq:791991 version:0.3.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-s3transfer/python-s3transfer.changes
2020-03-27 00:22:54.536184212 +0100
+++
/work/SRC/openSUSE:Factory/.python-s3transfer.new.3248/python-s3transfer.changes
2020-04-10 23:53:12.832697081 +0200
@@ -1,0 +2,7 @@
+Tue Apr 7 07:46:02 UTC 2020 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Fix build on SLE-12
+ + Add python to BuildRequires for suse_version < 1500
+ + Add python-scandir to BuildRequires for suse_version < 1500
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-s3transfer.spec ++++++
--- /var/tmp/diff_new_pack.zrAtid/_old 2020-04-10 23:53:13.320697439 +0200
+++ /var/tmp/diff_new_pack.zrAtid/_new 2020-04-10 23:53:13.324697442 +0200
@@ -34,6 +34,10 @@
BuildRequires: %{python_module urllib3}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+%if 0%{?suse_version} < 1500
+BuildRequires: %{python_module scandir}
+BuildRequires: python
+%endif
%if %{with python2}
BuildRequires: python2-futures >= 2.2.0
%endif