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: Fri Oct 31 08:37:48 UTC 2025
Modified Files:
pkgsrc/www/py-django-debug-toolbar: Makefile PLIST distinfo
Log Message:
py-django-debug-toolbar: updated to 6.1.0
6.1.0 (2025-10-30)
* Added support for async to timer panel.
* Added a note about the default password in ``make example``.
* Removed logging about the toolbar failing to serialize a value into JSON.
* Moved the the import statement of ``debug_toolbar.urls`` to within the if
statement's scope on the installation documentation.
* Changed ``StoredDebugToolbar.from_store`` to always create a panel key and
class instance, regardless if any data was generated.
* Fixed selenium tests for CI by using psycopg for Python 3.13 runs.
* Added ``CommunityPanel`` containing links to documentation and resources.
* Upgraded CI ``postgis`` version to 17-3.5.
* Added how to generate the documentation locally to the contributing
documentation.
* Updated logic that forces values to strings (``force_str``) to render
"Django Debug Toolbar was unable to parse value." when there's a decoding
error.
* Updated docs to show incompatibility with Django Channels.
* Hide the toolbar's migrations unless ``debug_toolbar.store.DatabaseStore``
is being used. This may change in the future.
* Hide ``debug_toolbar.HistoryEntry`` as a model unless
``debug_toolbar.store.DatabaseStore`` is being used. This may change in the
future.
6.0.0 (2025-07-22)
* Added support for checking if pytest as the test runner when determining
if tests are running.
* Added ``show_toolbar_with_docker`` function to check Docker host IP address
when running inside Docker containers.
* Defines the ``BaseStore`` interface for request storage mechanisms.
* Added the setting ``TOOLBAR_STORE_CLASS`` to configure the request
storage mechanism. Defaults to ``debug_toolbar.store.MemoryStore``.
* Rename ``store_id`` properties to ``request_id`` and ``Toolbar.store`` to
``Toolbar.init_store``.
* Support ``Panel`` instances with stored stats via
``Panel.load_stats_from_store``.
* Swapped ``Toolbar._store`` for the ``get_store()`` class.
* Created a ``StoredDebugToolbar`` that support creating an instance of the
toolbar representing an old request. It should only be used for fetching
panels' contents.
* Drop ``raw_params`` from query data.
* Queries now have a unique ``djdt_query_id``. The SQL forms now reference
this id and avoid passing SQL to be executed.
* Move the formatting logic of SQL queries to just before rendering in
``SQLPanel.content``.
* Make ``Panel.panel_id`` a class member.
* Update all panels to utilize data from ``Panel.get_stats()`` to load content
to render. Specifically for ``Panel.title`` and ``Panel.nav_title``.
* Extend example app to contain an async version.
* Added ``debug_toolbar.store.DatabaseStore`` for persistent debug data
storage.
* Deduplicated static files in the staticfiles panel.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-django-debug-toolbar/Makefile \
pkgsrc/www/py-django-debug-toolbar/distinfo
cvs rdiff -u -r1.7 -r1.8 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.11 pkgsrc/www/py-django-debug-toolbar/Makefile:1.12
--- pkgsrc/www/py-django-debug-toolbar/Makefile:1.11 Mon May 12 13:07:23 2025
+++ pkgsrc/www/py-django-debug-toolbar/Makefile Fri Oct 31 08:37:48 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2025/05/12 13:07:23 adam Exp $
+# $NetBSD: Makefile,v 1.12 2025/10/31 08:37:48 adam Exp $
-DISTNAME= django_debug_toolbar-5.2.0
+DISTNAME= django_debug_toolbar-6.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-debug-toolbar/}
Index: pkgsrc/www/py-django-debug-toolbar/distinfo
diff -u pkgsrc/www/py-django-debug-toolbar/distinfo:1.11 pkgsrc/www/py-django-debug-toolbar/distinfo:1.12
--- pkgsrc/www/py-django-debug-toolbar/distinfo:1.11 Mon May 12 13:07:23 2025
+++ pkgsrc/www/py-django-debug-toolbar/distinfo Fri Oct 31 08:37:48 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/05/12 13:07:23 adam Exp $
+$NetBSD: distinfo,v 1.12 2025/10/31 08:37:48 adam Exp $
-BLAKE2s (django_debug_toolbar-5.2.0.tar.gz) = 6e242c7440d65cd49c26f8fa257357a8a6315b8da7cef5cc3e430ef9bbe0a3b5
-SHA512 (django_debug_toolbar-5.2.0.tar.gz) = 8d2f2876a3da461c152c6d273a53fdefdaa27937c2fe25c606c9d1b8ff7fff677fa7ab57a7626991ef886d39aacc4e0fe44f08da111cf665cdd87ca7bc2e848a
-Size (django_debug_toolbar-5.2.0.tar.gz) = 297901 bytes
+BLAKE2s (django_debug_toolbar-6.1.0.tar.gz) = e0b951be8e3dc689e75bee3f0b9330e2e8489ee3875b87f75b54835f894fc4c7
+SHA512 (django_debug_toolbar-6.1.0.tar.gz) = e2eaa16460b3cb81666984136e3ad492dad9444f356757c95c94ea23547fcb5a7c7d8928e325ff1b0e08b6ce1b5cbe58bbc52933a8bb3a78676bc39a0f0c752a
+Size (django_debug_toolbar-6.1.0.tar.gz) = 309141 bytes
Index: pkgsrc/www/py-django-debug-toolbar/PLIST
diff -u pkgsrc/www/py-django-debug-toolbar/PLIST:1.7 pkgsrc/www/py-django-debug-toolbar/PLIST:1.8
--- pkgsrc/www/py-django-debug-toolbar/PLIST:1.7 Tue Jan 14 08:12:44 2025
+++ pkgsrc/www/py-django-debug-toolbar/PLIST Fri Oct 31 08:37:48 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2025/01/14 08:12:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/10/31 08:37:48 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -79,6 +79,15 @@ ${PYSITELIB}/debug_toolbar/management/co
${PYSITELIB}/debug_toolbar/middleware.py
${PYSITELIB}/debug_toolbar/middleware.pyc
${PYSITELIB}/debug_toolbar/middleware.pyo
+${PYSITELIB}/debug_toolbar/migrations/0001_initial.py
+${PYSITELIB}/debug_toolbar/migrations/0001_initial.pyc
+${PYSITELIB}/debug_toolbar/migrations/0001_initial.pyo
+${PYSITELIB}/debug_toolbar/migrations/__init__.py
+${PYSITELIB}/debug_toolbar/migrations/__init__.pyc
+${PYSITELIB}/debug_toolbar/migrations/__init__.pyo
+${PYSITELIB}/debug_toolbar/models.py
+${PYSITELIB}/debug_toolbar/models.pyc
+${PYSITELIB}/debug_toolbar/models.pyo
${PYSITELIB}/debug_toolbar/panels/__init__.py
${PYSITELIB}/debug_toolbar/panels/__init__.pyc
${PYSITELIB}/debug_toolbar/panels/__init__.pyo
@@ -88,6 +97,9 @@ ${PYSITELIB}/debug_toolbar/panels/alerts
${PYSITELIB}/debug_toolbar/panels/cache.py
${PYSITELIB}/debug_toolbar/panels/cache.pyc
${PYSITELIB}/debug_toolbar/panels/cache.pyo
+${PYSITELIB}/debug_toolbar/panels/community.py
+${PYSITELIB}/debug_toolbar/panels/community.pyc
+${PYSITELIB}/debug_toolbar/panels/community.pyo
${PYSITELIB}/debug_toolbar/panels/headers.py
${PYSITELIB}/debug_toolbar/panels/headers.pyc
${PYSITELIB}/debug_toolbar/panels/headers.pyo
@@ -157,6 +169,9 @@ ${PYSITELIB}/debug_toolbar/panels/timer.
${PYSITELIB}/debug_toolbar/panels/versions.py
${PYSITELIB}/debug_toolbar/panels/versions.pyc
${PYSITELIB}/debug_toolbar/panels/versions.pyo
+${PYSITELIB}/debug_toolbar/sanitize.py
+${PYSITELIB}/debug_toolbar/sanitize.pyc
+${PYSITELIB}/debug_toolbar/sanitize.pyo
${PYSITELIB}/debug_toolbar/settings.py
${PYSITELIB}/debug_toolbar/settings.pyc
${PYSITELIB}/debug_toolbar/settings.pyo
@@ -167,12 +182,16 @@ ${PYSITELIB}/debug_toolbar/static/debug_
${PYSITELIB}/debug_toolbar/static/debug_toolbar/js/timer.js
${PYSITELIB}/debug_toolbar/static/debug_toolbar/js/toolbar.js
${PYSITELIB}/debug_toolbar/static/debug_toolbar/js/utils.js
+${PYSITELIB}/debug_toolbar/store.py
+${PYSITELIB}/debug_toolbar/store.pyc
+${PYSITELIB}/debug_toolbar/store.pyo
${PYSITELIB}/debug_toolbar/templates/debug_toolbar/base.html
${PYSITELIB}/debug_toolbar/templates/debug_toolbar/includes/panel_button.html
${PYSITELIB}/debug_toolbar/templates/debug_toolbar/includes/panel_content.html
${PYSITELIB}/debug_toolbar/templates/debug_toolbar/includes/theme_selector.html
${PYSITELIB}/debug_toolbar/templates/debug_toolbar/panels/alerts.html
${PYSITELIB}/debug_toolbar/templates/debug_toolbar/panels/cache.html
+${PYSITELIB}/debug_toolbar/templates/debug_toolbar/panels/community.html
${PYSITELIB}/debug_toolbar/templates/debug_toolbar/panels/headers.html
${PYSITELIB}/debug_toolbar/templates/debug_toolbar/panels/history.html
${PYSITELIB}/debug_toolbar/templates/debug_toolbar/panels/history_tr.html
Home |
Main Index |
Thread Index |
Old Index