Hello community,
here is the log from the commit of package python-publicsuffix for
openSUSE:Factory checked in at 2020-01-18 12:18:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-publicsuffix (Old)
and /work/SRC/openSUSE:Factory/.python-publicsuffix.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-publicsuffix"
Sat Jan 18 12:18:33 2020 rev:2 rq:765428 version:1.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-publicsuffix/python-publicsuffix.changes
2019-12-03 15:20:50.230549249 +0100
+++
/work/SRC/openSUSE:Factory/.python-publicsuffix.new.26092/python-publicsuffix.changes
2020-01-18 12:19:12.979173827 +0100
@@ -1,0 +2,5 @@
+Fri Jan 10 17:54:55 UTC 2020 - [email protected]
+
+- fix build in SLE-15: set en_US.UTF-8 encoding
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-publicsuffix.spec ++++++
--- /var/tmp/diff_new_pack.fw7Y9z/_old 2020-01-18 12:19:13.727174228 +0100
+++ /var/tmp/diff_new_pack.fw7Y9z/_new 2020-01-18 12:19:13.727174228 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-publicsuffix
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -41,13 +41,16 @@
%setup -q -n publicsuffix-%{version}
%build
+LANG=en_US.UTF-8
%python_build
%install
+LANG=en_US.UTF-8
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+LANG=en_US.UTF-8
%pytest tests.py -k 'not test_fetch'
%files %{python_files}