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 Sep 3 09:24:23 UTC 2026
Modified Files:
pkgsrc/www/py-django-debug-toolbar: Makefile PLIST distinfo
Log Message:
py-django-debug-toolbar: updated to 8.0.0
8.0.0 (2026-09-02)
* Refreshed the toolbar's visual design with self-hosted Alef (panel titles)
and Geist (body text) fonts, an updated color palette, and per-panel
navigation icons.
* Added a new project logo and brand identity, designed by Robin of
`RBNX Studio <https://www.rbnx.studio>`_.
* Added a "Docs" link to the toolbar that opens the documentation.
* Changed the highlight color for the current request and other
"relevant to you" rows from yellow to a green tint, with a left border
accent for legibility in dark mode.
* Added a design guidelines page to the documentation describing the project's
logo, color palette and typography.
* Improved toolbar accessibility: visible keyboard focus, keyboard-operable
scroll regions, reduced-motion support, ``aria-expanded`` on panel toggles,
an ``aria-live`` status for history refreshes, and WCAG 2.1 AA contrast in
both themes.
* Added a talk to the resources documentation.
* Updated the example screenshot.
* Updated the screenshot capture logic to find the toolbar elements in the
shadow DOM.
* Track and display processing time of application, including the toolbar's
time, in the timer panel.
* Fixed the History panel rendering a duplicate Refresh button below the one
in its title bar.
* Fixed the History panel's Refresh button submitting its form when clicked
before the panel's script had loaded.
* Documented the ``USE_SHADOW_DOM`` setting, which was added in 7.0.0 but was
missing from the configuration documentation, and added test coverage for it.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-django-debug-toolbar/Makefile \
pkgsrc/www/py-django-debug-toolbar/distinfo
cvs rdiff -u -r1.10 -r1.11 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.15 pkgsrc/www/py-django-debug-toolbar/Makefile:1.16
--- pkgsrc/www/py-django-debug-toolbar/Makefile:1.15 Thu Aug 20 11:02:39 2026
+++ pkgsrc/www/py-django-debug-toolbar/Makefile Thu Sep 3 09:24:23 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2026/08/20 11:02:39 adam Exp $
+# $NetBSD: Makefile,v 1.16 2026/09/03 09:24:23 adam Exp $
-DISTNAME= django_debug_toolbar-7.1.1
+DISTNAME= django_debug_toolbar-8.0.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.15 pkgsrc/www/py-django-debug-toolbar/distinfo:1.16
--- pkgsrc/www/py-django-debug-toolbar/distinfo:1.15 Thu Aug 20 11:02:39 2026
+++ pkgsrc/www/py-django-debug-toolbar/distinfo Thu Sep 3 09:24:23 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2026/08/20 11:02:39 adam Exp $
+$NetBSD: distinfo,v 1.16 2026/09/03 09:24:23 adam Exp $
-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
+BLAKE2s (django_debug_toolbar-8.0.0.tar.gz) = 55d75ff72b05ea31a0782b59d657e01105b2d1838c7748d80d18dcebeb77a884
+SHA512 (django_debug_toolbar-8.0.0.tar.gz) = 628a67514de7ec815d04cac7ab58b6e9910f3fdb859f73c7a22e7a9d5204bde00b834b6fbf23b3376fc61a0105d99a547a94994b8a72cca94be6935a2dfb97c4
+Size (django_debug_toolbar-8.0.0.tar.gz) = 1239141 bytes
Index: pkgsrc/www/py-django-debug-toolbar/PLIST
diff -u pkgsrc/www/py-django-debug-toolbar/PLIST:1.10 pkgsrc/www/py-django-debug-toolbar/PLIST:1.11
--- pkgsrc/www/py-django-debug-toolbar/PLIST:1.10 Thu Aug 20 11:02:39 2026
+++ pkgsrc/www/py-django-debug-toolbar/PLIST Thu Sep 3 09:24:23 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2026/08/20 11:02:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2026/09/03 09:24:23 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -187,6 +187,30 @@ ${PYSITELIB}/debug_toolbar/settings.pyc
${PYSITELIB}/debug_toolbar/settings.pyo
${PYSITELIB}/debug_toolbar/static/debug_toolbar/css/print.css
${PYSITELIB}/debug_toolbar/static/debug_toolbar/css/toolbar.css
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/fonts/Alef-Bold.ttf
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/fonts/Alef-Bold.woff2
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/fonts/Geist.woff2
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/fonts/OFL-Alef.txt
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/fonts/OFL-Geist.txt
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/img/Coloured-Dark.svg
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/img/Coloured-Light.svg
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/img/Green.svg
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/img/alerts.svg
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/img/cache.svg
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/img/community.svg
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/img/headers.svg
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/img/history.svg
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/img/profiling.svg
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/img/redirects.svg
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/img/request.svg
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/img/settings.svg
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/img/signals.svg
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/img/sql.svg
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/img/staticfiles.svg
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/img/tasks.svg
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/img/templates.svg
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/img/timer.svg
+${PYSITELIB}/debug_toolbar/static/debug_toolbar/img/versions.svg
${PYSITELIB}/debug_toolbar/static/debug_toolbar/js/history.js
${PYSITELIB}/debug_toolbar/static/debug_toolbar/js/redirect.js
${PYSITELIB}/debug_toolbar/static/debug_toolbar/js/timer.js
@@ -204,6 +228,7 @@ ${PYSITELIB}/debug_toolbar/templates/deb
${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_title_bar.html
${PYSITELIB}/debug_toolbar/templates/debug_toolbar/panels/history_tr.html
${PYSITELIB}/debug_toolbar/templates/debug_toolbar/panels/profiling.html
${PYSITELIB}/debug_toolbar/templates/debug_toolbar/panels/request.html
@@ -224,6 +249,9 @@ ${PYSITELIB}/debug_toolbar/templates/deb
${PYSITELIB}/debug_toolbar/templatetags/__init__.py
${PYSITELIB}/debug_toolbar/templatetags/__init__.pyc
${PYSITELIB}/debug_toolbar/templatetags/__init__.pyo
+${PYSITELIB}/debug_toolbar/templatetags/debug_toolbar.py
+${PYSITELIB}/debug_toolbar/templatetags/debug_toolbar.pyc
+${PYSITELIB}/debug_toolbar/templatetags/debug_toolbar.pyo
${PYSITELIB}/debug_toolbar/toolbar.py
${PYSITELIB}/debug_toolbar/toolbar.pyc
${PYSITELIB}/debug_toolbar/toolbar.pyo
Home |
Main Index |
Thread Index |
Old Index