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:           Tue Feb 17 14:43:45 UTC 2026

Modified Files:
        pkgsrc/www/py-django-debug-toolbar: Makefile distinfo

Log Message:
py-django-debug-toolbar: updated to 6.2.0

6.2.0

Deprecate RedirectsPanel in favor of the HistoryPanel
Add cache view to example app
Add zizmor for GHA security analysis
Add indent size of 2 for yml files.
Reduce the number of test runs in CI.
Store the code coverage files on each test run for CI.
Use double-quotes for GITHUB_REF_NAME shell variable.
Add Django 6.0 to testing matrix
Add Django 6.0 to testing matrix
Persist the credentials because coverage_comment needs them.
Show cache alias instead of backend repr in calls table
Remove Django 5.0 to save some CI resources
Bye Python 39
Add support for enabling/disabling SQLPanel tracking of toolbar model queries
Enforce toolbar vs panel organization of configs.
Restore monospace font for templates and stacktraces
Added test to confirm assertNumQueries
Add Django built-in CSP nonce support
Set a dependabot cooldown.
Update the hash and version of python-coverage-comment-action
Fix string representation of values in settings panel
Declare support for Django 6.0
Exclude dependabot and pre-commit bot commits from GitHub release notes
Remove comment for clarity in DebugToolbarMiddleware call method
Add type hints for History Panel
Optimize CI with concurrency
Add LLM usage checkbox to PR template
Version 6.2.0


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-django-debug-toolbar/Makefile \
    pkgsrc/www/py-django-debug-toolbar/distinfo

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.12 pkgsrc/www/py-django-debug-toolbar/Makefile:1.13
--- pkgsrc/www/py-django-debug-toolbar/Makefile:1.12    Fri Oct 31 08:37:48 2025
+++ pkgsrc/www/py-django-debug-toolbar/Makefile Tue Feb 17 14:43:45 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2025/10/31 08:37:48 adam Exp $
+# $NetBSD: Makefile,v 1.13 2026/02/17 14:43:45 adam Exp $
 
-DISTNAME=      django_debug_toolbar-6.1.0
+DISTNAME=      django_debug_toolbar-6.2.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.12 pkgsrc/www/py-django-debug-toolbar/distinfo:1.13
--- pkgsrc/www/py-django-debug-toolbar/distinfo:1.12    Fri Oct 31 08:37:48 2025
+++ pkgsrc/www/py-django-debug-toolbar/distinfo Tue Feb 17 14:43:45 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2025/10/31 08:37:48 adam Exp $
+$NetBSD: distinfo,v 1.13 2026/02/17 14:43:45 adam Exp $
 
-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
+BLAKE2s (django_debug_toolbar-6.2.0.tar.gz) = b6024e900ab8a7625a243a3434f7229cd3d87ce29ee5b51a951b74bc928e316c
+SHA512 (django_debug_toolbar-6.2.0.tar.gz) = 8a724d56758821ed0ada3faced62b61676c7c590e3a94af2889f5386b492bf2118c5cff534895922d8a6bdf3388a221765ebbc4a727ac5eee8e9ed15361ea10c
+Size (django_debug_toolbar-6.2.0.tar.gz) = 313779 bytes



Home | Main Index | Thread Index | Old Index