Hello community,
here is the log from the commit of package python-xmlschema for
openSUSE:Factory checked in at 2019-12-11 12:09:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xmlschema (Old)
and /work/SRC/openSUSE:Factory/.python-xmlschema.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xmlschema"
Wed Dec 11 12:09:26 2019 rev:3 rq:754342 version:1.0.15
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xmlschema/python-xmlschema.changes
2019-11-04 17:12:36.392658555 +0100
+++
/work/SRC/openSUSE:Factory/.python-xmlschema.new.4691/python-xmlschema.changes
2019-12-11 12:10:21.904608106 +0100
@@ -1,0 +2,5 @@
+Thu Dec 5 10:56:46 UTC 2019 - Andreas Hasenkopf <[email protected]>
+
+- Handle UnicodeDecodeErrors during build process
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-xmlschema.spec ++++++
--- /var/tmp/diff_new_pack.qV94Dy/_old 2019-12-11 12:10:23.364607492 +0100
+++ /var/tmp/diff_new_pack.qV94Dy/_new 2019-12-11 12:10:23.368607490 +0100
@@ -46,14 +46,17 @@
rm xmlschema/tests/test_memory.py
%build
+export LANG="en_US.UTF8"
%python_build
%install
+export LANG="en_US.UTF8"
%python_install
%python_expand rm -r %{buildroot}%{$python_sitelib}/xmlschema/tests
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+export LANG="en_US.UTF8"
%pytest
%files %{python_files}