Hello community, here is the log from the commit of package python-textX for openSUSE:Factory checked in at 2019-07-17 13:20:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-textX (Old) and /work/SRC/openSUSE:Factory/.python-textX.new.1887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-textX" Wed Jul 17 13:20:42 2019 rev:9 rq:715677 version:2.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-textX/python-textX.changes 2019-06-17 10:34:25.545231632 +0200 +++ /work/SRC/openSUSE:Factory/.python-textX.new.1887/python-textX.changes 2019-07-17 13:21:14.327607825 +0200 @@ -1,0 +2,5 @@ +Tue Jul 9 11:53:21 UTC 2019 - Sebastian Wagner <[email protected]> + +- Fix Tests for Leap 15.1: click requires UTF-8 locale. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-textX.spec ++++++ --- /var/tmp/diff_new_pack.0aEXyK/_old 2019-07-17 13:21:14.875607513 +0200 +++ /var/tmp/diff_new_pack.0aEXyK/_new 2019-07-17 13:21:14.879607511 +0200 @@ -101,7 +101,9 @@ %check export PYTHONDONTWRITEBYTECODE=1 -PATH=$PATH:%{buildroot}%{_bindir} %pytest +export LC_ALL=C.UTF-8 +export PATH=$PATH:%{buildroot}%{_bindir} +%pytest %python_expand rm -r %{buildroot}%{$python_sitelib}/data_dsl* %python_expand rm -r %{buildroot}%{$python_sitelib}/flow_codegen* %python_expand rm -r %{buildroot}%{$python_sitelib}/flow_dsl*
