Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-django-debug-toolbar for openSUSE:Factory checked in at 2021-01-25 18:24:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-debug-toolbar (Old) and /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-debug-toolbar" Mon Jan 25 18:24:20 2021 rev:17 rq:866436 version:3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-debug-toolbar/python-django-debug-toolbar.changes 2020-02-20 14:58:23.298642186 +0100 +++ /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.28504/python-django-debug-toolbar.changes 2021-01-25 18:24:35.772513753 +0100 @@ -1,0 +2,8 @@ +Mon Jan 25 02:40:41 UTC 2021 - John Vandenberg <jay...@gmail.com> + +- Added docs/*.rst to docs +- Update to v3.2 + * Removed support for Django 1.11 + * See docs/changes.rst for other breaking changes + +------------------------------------------------------------------- Old: ---- 2.2.tar.gz New: ---- django-debug-toolbar-3.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-debug-toolbar.spec ++++++ --- /var/tmp/diff_new_pack.WuzrzO/_old 2021-01-25 18:24:36.456514747 +0100 +++ /var/tmp/diff_new_pack.WuzrzO/_new 2021-01-25 18:24:36.460514753 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-django-debug-toolbar # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,12 +19,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-django-debug-toolbar -Version: 2.2 +Version: 3.2 Release: 0 Summary: A configurable set of panels that display various debug information License: BSD-3-Clause URL: https://github.com/jazzband/django-debug-toolbar -Source: https://github.com/jazzband/django-debug-toolbar/archive/%{version}.tar.gz +Source: https://github.com/jazzband/django-debug-toolbar/archive/%{version}.tar.gz#/django-debug-toolbar-%{version}.tar.gz BuildRequires: %{python_module Django >= 2.2} BuildRequires: %{python_module django-jinja} BuildRequires: %{python_module html5lib} @@ -71,11 +71,13 @@ %check export LANG=en_US.UTF8 export DJANGO_SETTINGS_MODULE=tests.settings +export DB_BACKEND=sqlite3 +export DB_NAME=":memory:" %python_expand $python -m django test -v2 tests %files %{python_files} %license LICENSE -%doc README.rst +%doc README.rst docs/*.rst %{python_sitelib}/* %changelog