Hello community,
here is the log from the commit of package python-responses for
openSUSE:Factory checked in at 2020-06-05 19:59:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-responses (Old)
and /work/SRC/openSUSE:Factory/.python-responses.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-responses"
Fri Jun 5 19:59:04 2020 rev:12 rq:809539 version:0.10.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-responses/python-responses.changes
2020-03-27 00:27:28.164322817 +0100
+++
/work/SRC/openSUSE:Factory/.python-responses.new.3606/python-responses.changes
2020-06-05 19:59:06.343708629 +0200
@@ -1,0 +2,5 @@
+Wed May 27 12:22:21 UTC 2020 - Andreas Hasenkopf <[email protected]>
+
+- Set encodings to UTF-8 to avoid UnicodeDecodeError
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-responses.spec ++++++
--- /var/tmp/diff_new_pack.qAzDtL/_old 2020-06-05 19:59:07.315711991 +0200
+++ /var/tmp/diff_new_pack.qAzDtL/_new 2020-06-05 19:59:07.315711991 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-responses
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -54,9 +54,13 @@
%setup -q -n responses-%{version}
%build
+export LANG="en_US.UTF8"
+export PYTHONIOENCODING="utf_8"
%python_build
%install
+export LANG="en_US.UTF8"
+export PYTHONIOENCODING="utf_8"
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}