Hello community,

here is the log from the commit of package python-pylint for openSUSE:Factory 
checked in at 2019-01-08 12:17:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pylint (Old)
 and      /work/SRC/openSUSE:Factory/.python-pylint.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pylint"

Tue Jan  8 12:17:00 2019 rev:7 rq:662457 version:2.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pylint/python-pylint.changes      
2018-12-14 20:46:35.837574791 +0100
+++ /work/SRC/openSUSE:Factory/.python-pylint.new.28833/python-pylint.changes   
2019-01-08 12:17:01.309007665 +0100
@@ -1,0 +2,5 @@
+Wed Jan  2 13:20:08 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Fix build on SLE12
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pylint.spec ++++++
--- /var/tmp/diff_new_pack.NqGHhP/_old  2019-01-08 12:17:01.733007267 +0100
+++ /var/tmp/diff_new_pack.NqGHhP/_new  2019-01-08 12:17:01.733007267 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pylint
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 Name:           python-pylint
 Version:        2.2.2
@@ -45,7 +45,9 @@
 Requires(postun): update-alternatives
 BuildArch:      noarch
 # test is checking that "tkinter.tix" is deprecated
+%if 0%{?suse_version} >= 1500
 BuildRequires:  python3-tk
+%endif
 %python_subpackages
 
 %description
@@ -86,6 +88,7 @@
 %python_uninstall_alternative pylint
 
 %check
+export PYTHONDONTWRITEBYTECODE=1
 %python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" 
py.test-%{$python_bin_suffix} pylint/test/
 
 %files %{python_files}


Reply via email to