Hello community,
here is the log from the commit of package python-pathlib2 for openSUSE:Factory
checked in at 2019-02-08 13:48:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pathlib2 (Old)
and /work/SRC/openSUSE:Factory/.python-pathlib2.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pathlib2"
Fri Feb 8 13:48:38 2019 rev:8 rq:672134 version:2.3.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pathlib2/python-pathlib2.changes
2019-01-08 12:16:48.241019941 +0100
+++
/work/SRC/openSUSE:Factory/.python-pathlib2.new.28833/python-pathlib2.changes
2019-02-08 13:48:42.314773522 +0100
@@ -1,0 +2,5 @@
+Mon Feb 4 22:24:31 UTC 2019 - Hans-Peter Jansen <[email protected]>
+
+- depend on python3-scandir for python3 < 3.5 only
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pathlib2.spec ++++++
--- /var/tmp/diff_new_pack.6OPIFh/_old 2019-02-08 13:48:43.026773299 +0100
+++ /var/tmp/diff_new_pack.6OPIFh/_new 2019-02-08 13:48:43.026773299 +0100
@@ -34,9 +34,11 @@
%if 0%{?suse_version} >= 1500
BuildRequires: python3-testsuite
%else
-BuildRequires: python3-scandir
Requires: python-scandir
%endif
+%if %{python3_version_nodots} < 35
+BuildRequires: python3-scandir
+%endif
%ifpython2
BuildRequires: python2-scandir
Requires: python2-scandir