pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-django-debug-toolbar
Module Name: pkgsrc
Committed By: adam
Date: Thu Aug 20 11:02:39 UTC 2026
Modified Files:
pkgsrc/www/py-django-debug-toolbar: Makefile PLIST distinfo
Log Message:
py-django-debug-toolbar: updated to 7.1.1
7.1.1 (2026-08-14)
* Serialize ``TaskResult`` in the Tasks panel to accommodate the storage
mechanism.
* Removed whitespace on Task panel's ``kwargs`` column.
7.1.0 (2026-08-10)
* Added a Tasks panel that shows tasks queued during the request via
Django's built-in tasks framework (``django.tasks``, Django 6.0+). On
older versions of Django, the panel explains that upgrading is required.
* 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, which navigated away from the page.
* Added support for Django 6.1.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-django-debug-toolbar/Makefile \
pkgsrc/www/py-django-debug-toolbar/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-django-debug-toolbar/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-django-debug-toolbar/Makefile
diff -u pkgsrc/www/py-django-debug-toolbar/Makefile:1.14 pkgsrc/www/py-django-debug-toolbar/Makefile:1.15
--- pkgsrc/www/py-django-debug-toolbar/Makefile:1.14 Fri May 22 09:25:19 2026
+++ pkgsrc/www/py-django-debug-toolbar/Makefile Thu Aug 20 11:02:39 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2026/05/22 09:25:19 adam Exp $
+# $NetBSD: Makefile,v 1.15 2026/08/20 11:02:39 adam Exp $
-DISTNAME= django_debug_toolbar-6.3.0
+DISTNAME= django_debug_toolbar-7.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-debug-toolbar/}
@@ -10,9 +10,9 @@ HOMEPAGE= https://github.com/jazzband/dj
COMMENT= Debugging toolbar for Django
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
DEPENDS+= ${PYPKGPREFIX}-sqlparse>=0.2:../../databases/py-sqlparse
-DEPENDS+= ${PYPKGPREFIX}-django>=4.2.9:../../www/py-django
+DEPENDS+= ${PYPKGPREFIX}-django>=5.2:../../www/py-django
USE_LANGUAGES= # none
Index: pkgsrc/www/py-django-debug-toolbar/distinfo
diff -u pkgsrc/www/py-django-debug-toolbar/distinfo:1.14 pkgsrc/www/py-django-debug-toolbar/distinfo:1.15
--- pkgsrc/www/py-django-debug-toolbar/distinfo:1.14 Fri May 22 09:25:19 2026
+++ pkgsrc/www/py-django-debug-toolbar/distinfo Thu Aug 20 11:02:39 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2026/05/22 09:25:19 adam Exp $
+$NetBSD: distinfo,v 1.15 2026/08/20 11:02:39 adam Exp $
-BLAKE2s (django_debug_toolbar-6.3.0.tar.gz) = be20834207747e6ca15e4da0a5239fc7fb7946538cd4e24398c4619e52c5e5c4
-SHA512 (django_debug_toolbar-6.3.0.tar.gz) = 07db996bdb044855ba011c58e3d9b90a43dbb9b54ec170ab22b97ede2ccaff06de9a3fe9823beaddb681c4f11d5df060f8655307c346af02b15a32c70fc7241b
-Size (django_debug_toolbar-6.3.0.tar.gz) = 334079 bytes
+BLAKE2s (django_debug_toolbar-7.1.1.tar.gz) = 0af6ca3f7ebce623d6e43dec55356002c5eba71333f820f7d9c84c3c613ed568
+SHA512 (django_debug_toolbar-7.1.1.tar.gz) = ba69f482f96d2a492c5e1ec06f39f51745b93e486c179882f51c986964f7de83edd3731d877657a3396dd330e3fde42cf47bf5550d18285c85abfd55b063b982
+Size (django_debug_toolbar-7.1.1.tar.gz) = 363531 bytes
Index: pkgsrc/www/py-django-debug-toolbar/PLIST
diff -u pkgsrc/www/py-django-debug-toolbar/PLIST:1.9 pkgsrc/www/py-django-debug-toolbar/PLIST:1.10
--- pkgsrc/www/py-django-debug-toolbar/PLIST:1.9 Fri May 22 09:25:19 2026
+++ pkgsrc/www/py-django-debug-toolbar/PLIST Thu Aug 20 11:02:39 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2026/05/22 09:25:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2026/08/20 11:02:39 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -157,6 +157,9 @@ ${PYSITELIB}/debug_toolbar/panels/sql/vi
${PYSITELIB}/debug_toolbar/panels/staticfiles.py
${PYSITELIB}/debug_toolbar/panels/staticfiles.pyc
${PYSITELIB}/debug_toolbar/panels/staticfiles.pyo
+${PYSITELIB}/debug_toolbar/panels/tasks.py
+${PYSITELIB}/debug_toolbar/panels/tasks.pyc
+${PYSITELIB}/debug_toolbar/panels/tasks.pyo
${PYSITELIB}/debug_toolbar/panels/templates/__init__.py
${PYSITELIB}/debug_toolbar/panels/templates/__init__.pyc
${PYSITELIB}/debug_toolbar/panels/templates/__init__.pyo
@@ -212,6 +215,7 @@ ${PYSITELIB}/debug_toolbar/templates/deb
${PYSITELIB}/debug_toolbar/templates/debug_toolbar/panels/sql_profile.html
${PYSITELIB}/debug_toolbar/templates/debug_toolbar/panels/sql_select.html
${PYSITELIB}/debug_toolbar/templates/debug_toolbar/panels/staticfiles.html
+${PYSITELIB}/debug_toolbar/templates/debug_toolbar/panels/tasks.html
${PYSITELIB}/debug_toolbar/templates/debug_toolbar/panels/template_source.html
${PYSITELIB}/debug_toolbar/templates/debug_toolbar/panels/templates.html
${PYSITELIB}/debug_toolbar/templates/debug_toolbar/panels/timer.html
Home |
Main Index |
Thread Index |
Old Index