Hello community,
here is the log from the commit of package python-publicsuffix for
openSUSE:Factory checked in at 2020-01-20 22:56:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-publicsuffix (Old)
and /work/SRC/openSUSE:Factory/.python-publicsuffix.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-publicsuffix"
Mon Jan 20 22:56:32 2020 rev:3 rq:765866 version:1.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-publicsuffix/python-publicsuffix.changes
2020-01-18 12:19:12.979173827 +0100
+++
/work/SRC/openSUSE:Factory/.python-publicsuffix.new.26092/python-publicsuffix.changes
2020-01-20 22:56:36.671370438 +0100
@@ -4 +4 @@
-- fix build in SLE-15: set en_US.UTF-8 encoding
+- fix build in SLE-15: set en_US.UTF-8 encoding by exporting LANG
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-publicsuffix.spec ++++++
--- /var/tmp/diff_new_pack.JtgwUq/_old 2020-01-20 22:56:37.371370708 +0100
+++ /var/tmp/diff_new_pack.JtgwUq/_new 2020-01-20 22:56:37.375370709 +0100
@@ -41,16 +41,16 @@
%setup -q -n publicsuffix-%{version}
%build
-LANG=en_US.UTF-8
+export LANG=en_US.UTF-8
%python_build
%install
-LANG=en_US.UTF-8
+export LANG=en_US.UTF-8
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-LANG=en_US.UTF-8
+export LANG=en_US.UTF-8
%pytest tests.py -k 'not test_fetch'
%files %{python_files}