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 2026-08-27 18:53:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-debug-toolbar (Old)
and /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-debug-toolbar"
Thu Aug 27 18:53:55 2026 rev:26 rq:1373942 version:7.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-debug-toolbar/python-django-debug-toolbar.changes
2026-07-14 13:57:05.273718053 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new.1265/python-django-debug-toolbar.changes
2026-08-27 18:56:35.982570475 +0200
@@ -1,0 +2,21 @@
+Wed Aug 26 08:42:55 UTC 2026 - Markéta Machová <[email protected]>
+
+- Update to 7.1.1
+ * Added a Tasks panel that shows tasks queued during the request
+ via Django’s built-in tasks framework.
+ * Fixed the Django version check in the SQL panel test suite for
+ Django’s boolean parameter handling
+ * Fixed show_toolbar_with_docker on Docker runtimes such as OrbStack
+ that can resolve host.docker.internal to an address outside the
+ container network
+ * Restored the select and explain buttons for queries that run
+ without parameters.
+ * Fixed the error shown when panel content fails to load, which
+ could not find the toolbar window inside the shadow root.
+ * Stopped the history panel buttons from submitting their form when
+ clicked before the panel script has loaded
+ * Added support for Django 6.1
+ * Serialize TaskResult in the Tasks panel
+ * Removed whitespace on Task panel’s kwargs column
+
+-------------------------------------------------------------------
Old:
----
django-debug-toolbar-7.0.0.tar.gz
New:
----
django-debug-toolbar-7.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-debug-toolbar.spec ++++++
--- /var/tmp/diff_new_pack.huHPss/_old 2026-08-27 18:56:36.633593262 +0200
+++ /var/tmp/diff_new_pack.huHPss/_new 2026-08-27 18:56:36.634593297 +0200
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-django-debug-toolbar
-Version: 7.0.0
+Version: 7.1.1
Release: 0
Summary: A configurable set of panels that display various debug
information
License: BSD-3-Clause
@@ -62,6 +62,8 @@
%prep
%setup -q -n django-debug-toolbar-%{version}
+# not sure what is wrong, hatchling does not like "Framework :: Django :: 6.1"
+sed -i '/Django :: 6.1/d' pyproject.toml
%build
%pyproject_wheel
++++++ django-debug-toolbar-7.0.0.tar.gz -> django-debug-toolbar-7.1.1.tar.gz
++++++
++++ 2547 lines of diff (skipped)