Hello community,

here is the log from the commit of package python-proselint for 
openSUSE:Leap:15.2 checked in at 2020-04-25 19:06:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-proselint (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-proselint.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-proselint"

Sat Apr 25 19:06:21 2020 rev:5 rq:797165 version:0.10.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-proselint/python-proselint.changes      
2020-03-16 12:20:51.071706489 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-proselint.new.2738/python-proselint.changes
    2020-04-25 19:06:22.199761532 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 10:51:03 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-proselint.spec ++++++
--- /var/tmp/diff_new_pack.PTj9fp/_old  2020-04-25 19:06:22.519762220 +0200
+++ /var/tmp/diff_new_pack.PTj9fp/_new  2020-04-25 19:06:22.523762228 +0200
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:           python-proselint
 Version:        0.10.2
 Release:        0
@@ -41,7 +42,9 @@
 BuildRequires:  %{python_module future}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module six}
-BuildRequires:  python2-mock
+%if %{with python2}
+BuildRequires:  python-mock
+%endif
 # /SECTION
 %python_subpackages
 


Reply via email to