Hello community,
here is the log from the commit of package python-django-debug-toolbar for
openSUSE:Factory checked in at 2019-04-30 13:01:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-debug-toolbar (Old)
and /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-debug-toolbar"
Tue Apr 30 13:01:09 2019 rev:12 rq:697472 version:1.11
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-debug-toolbar/python-django-debug-toolbar.changes
2019-02-20 14:13:10.214902601 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.5536/python-django-debug-toolbar.changes
2019-04-30 13:01:13.806158931 +0200
@@ -1,0 +2,5 @@
+Wed Apr 24 12:02:05 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Export the lang to make sure we build on older openSUSE releases
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-debug-toolbar.spec ++++++
--- /var/tmp/diff_new_pack.iG7Ilf/_old 2019-04-30 13:01:15.234158504 +0200
+++ /var/tmp/diff_new_pack.iG7Ilf/_new 2019-04-30 13:01:15.270158494 +0200
@@ -68,6 +68,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+export LANG=en_US.UTF8
export DJANGO_SETTINGS_MODULE=tests.settings
%python_expand $python -m django test -v2 tests