Hello community,

here is the log from the commit of package python-pylint for openSUSE:Factory 
checked in at 2020-03-27 00:29:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pylint (Old)
 and      /work/SRC/openSUSE:Factory/.python-pylint.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pylint"

Fri Mar 27 00:29:40 2020 rev:14 rq:788345 version:2.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pylint/python-pylint.changes      
2019-11-22 10:26:19.153257715 +0100
+++ /work/SRC/openSUSE:Factory/.python-pylint.new.3160/python-pylint.changes    
2020-03-27 00:29:41.908390563 +0100
@@ -1,0 +2,5 @@
+Wed Mar 18 19:37:36 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- set locale during build/test to fix build on older releases (bsc#1124989)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pylint.spec ++++++
--- /var/tmp/diff_new_pack.O7dUwK/_old  2020-03-27 00:29:42.672390951 +0100
+++ /var/tmp/diff_new_pack.O7dUwK/_new  2020-03-27 00:29:42.676390953 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pylint
 #
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -72,9 +72,11 @@
 %setup -q -n pylint-pylint-%{version}
 
 %build
+export LC_ALL="en_US.UTF-8"
 %python_build
 
 %install
+export LC_ALL="en_US.UTF-8"
 %python_install
 for p in pylint epylint pyreverse symilar ; do
     %python_clone -a %{buildroot}%{_bindir}/$p
@@ -91,6 +93,7 @@
 %check
 # test_by_module_statement_value - fails due to %%pytest macro way of execution
 export PYTHONDONTWRITEBYTECODE=1
+export LC_ALL="en_US.UTF-8"
 %pytest -k "not test_by_module_statement_value"
 
 %files %{python_files}


Reply via email to