Hello community,
here is the log from the commit of package python-calmjs.parse for
openSUSE:Factory checked in at 2020-01-20 22:54:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-calmjs.parse (Old)
and /work/SRC/openSUSE:Factory/.python-calmjs.parse.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-calmjs.parse"
Mon Jan 20 22:54:25 2020 rev:2 rq:765754 version:1.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-calmjs.parse/python-calmjs.parse.changes
2020-01-07 23:54:18.916061266 +0100
+++
/work/SRC/openSUSE:Factory/.python-calmjs.parse.new.26092/python-calmjs.parse.changes
2020-01-20 22:54:30.203321788 +0100
@@ -1,0 +2,5 @@
+Tue Jan 14 14:37:01 UTC 2020 - [email protected]
+
+- fix build in SLE-15: set en_US.UTF-8 encoding
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-calmjs.parse.spec ++++++
--- /var/tmp/diff_new_pack.3KyADa/_old 2020-01-20 22:54:30.839322032 +0100
+++ /var/tmp/diff_new_pack.3KyADa/_new 2020-01-20 22:54:30.843322034 +0100
@@ -42,6 +42,7 @@
%setup -q -n calmjs.parse-%{version}
%build
+export LANG=en_US.UTF-8
%python_build
%install
@@ -51,6 +52,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+export LANG=en_US.UTF-8
%pytest
%files %{python_files}