Hello community,

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

Package is "python-pathlib2"

Wed Nov 14 14:41:05 2018 rev:6 rq:648383 version:2.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pathlib2/python-pathlib2.changes  
2018-08-08 14:45:46.316789646 +0200
+++ /work/SRC/openSUSE:Factory/.python-pathlib2.new/python-pathlib2.changes     
2018-11-14 14:41:14.582835149 +0100
@@ -1,0 +2,10 @@
+Mon Nov 12 07:40:50 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Avoid an issue with accidentally still pulling scandir on python3
+
+-------------------------------------------------------------------
+Thu Nov  1 10:01:21 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Scandir is needed only on older than 3.5 python
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pathlib2.spec ++++++
--- /var/tmp/diff_new_pack.Sm8FW6/_old  2018-11-14 14:41:15.130834501 +0100
+++ /var/tmp/diff_new_pack.Sm8FW6/_new  2018-11-14 14:41:15.134834496 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -32,15 +32,14 @@
 BuildRequires:  python3-testsuite
 Requires:       python-six
 BuildArch:      noarch
-%if %{?python3_version_nodots} <= 35 
-BuildRequires:  %{python_module scandir}
-Requires:       python-scandir
+%if %{python3_version_nodots} < 35
+BuildRequires:  python3-scandir
+Requires:       python3-scandir
 %endif
 %ifpython2
-BuildRequires:  %{python_module scandir}
-Requires:       python-scandir
+BuildRequires:  python2-scandir
+Requires:       python2-scandir
 %endif
-
 %python_subpackages
 
 %description


Reply via email to