Hello community,
here is the log from the commit of package python-mailmanclient for
openSUSE:Factory checked in at 2020-01-18 12:18:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mailmanclient (Old)
and /work/SRC/openSUSE:Factory/.python-mailmanclient.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mailmanclient"
Sat Jan 18 12:18:00 2020 rev:2 rq:765304 version:3.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-mailmanclient/python-mailmanclient.changes
2019-12-10 22:44:37.169760229 +0100
+++
/work/SRC/openSUSE:Factory/.python-mailmanclient.new.26092/python-mailmanclient.changes
2020-01-18 12:18:48.807160864 +0100
@@ -1,0 +2,5 @@
+Thu Jan 16 11:06:44 UTC 2020 - [email protected]
+
+- be able to build also for 15
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mailmanclient.spec ++++++
--- /var/tmp/diff_new_pack.Vdb23V/_old 2020-01-18 12:18:49.815161404 +0100
+++ /var/tmp/diff_new_pack.Vdb23V/_new 2020-01-18 12:18:49.815161404 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-mailmanclient
#
-# 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
@@ -47,6 +47,9 @@
%setup -q -n mailmanclient-%{version}
%build
+%if 0%{?suse_version} <= 1500
+export LC_ALL=C.UTF-8
+%endif
%python_build
%install
@@ -59,6 +62,9 @@
# File "/usr/lib64/python3.7/logging/handlers.py", line 933, in emit
# self.socket.send(msg)
# OSError: [Errno 9] Bad file descriptor
+%if 0%{?suse_version} <= 1500
+export LC_ALL=C.UTF-8
+%endif
%pytest -k 'not using.rst'
%files %{python_files}