Hello community,
here is the log from the commit of package python-django-extensions for
openSUSE:Factory checked in at 2020-01-20 22:54:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-extensions (Old)
and /work/SRC/openSUSE:Factory/.python-django-extensions.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-extensions"
Mon Jan 20 22:54:36 2020 rev:5 rq:765870 version:2.2.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-extensions/python-django-extensions.changes
2019-10-30 14:48:59.926257569 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-extensions.new.26092/python-django-extensions.changes
2020-01-20 22:54:38.075324816 +0100
@@ -1,0 +2,5 @@
+Mon Jan 13 15:31:05 UTC 2020 - [email protected]
+
+- fix build in SLE-15: set en_US.UTF-8 encoding
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-extensions.spec ++++++
--- /var/tmp/diff_new_pack.etHwgd/_old 2020-01-20 22:54:38.775325086 +0100
+++ /var/tmp/diff_new_pack.etHwgd/_new 2020-01-20 22:54:38.783325088 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-extensions
#
-# 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
@@ -71,6 +71,7 @@
#rm tests/db/fields/test_encrypted.py
%build
+export LANG=en_US.UTF-8
%python_build
%install
@@ -78,6 +79,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+export LANG=en_US.UTF-8
export DJANGO_SETTINGS_MODULE=tests.testapp.settings
%if 0%{?have_python2} && ! 0%{?skip_python2}