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:           Mon May 12 13:07:24 UTC 2025

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

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

5.2.0 (2025-04-29)

* Added hook to RedirectsPanel for subclass customization.
* Added feature to sanitize sensitive data in the Request Panel.
* Fixed dark mode conflict in code block toolbar CSS.
* Properly allowed overriding the system theme preference by using the theme
  selector. Removed the ``DEFAULT_THEME`` setting, we should always default to
  system-level defaults where possible.
* Added support for using django-template-partials with the template panel's
  source view functionality. The same change possibly adds support for other
  template loaders.
* Introduced `djade <https://github.com/adamchainz/djade>`__ to format Django
  templates.
* Swapped display order of panel header and close button to prevent style
  conflicts
* Added CSS for resetting the height of elements too to avoid problems with
  global CSS of a website where the toolbar is used.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/www/py-django-debug-toolbar/Makefile:1.11
--- pkgsrc/www/py-django-debug-toolbar/Makefile:1.10    Tue Jan 14 08:12:44 2025
+++ pkgsrc/www/py-django-debug-toolbar/Makefile Mon May 12 13:07:23 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2025/01/14 08:12:44 adam Exp $
+# $NetBSD: Makefile,v 1.11 2025/05/12 13:07:23 adam Exp $
 
-DISTNAME=      django_debug_toolbar-5.0.1
+DISTNAME=      django_debug_toolbar-5.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.10 pkgsrc/www/py-django-debug-toolbar/distinfo:1.11
--- pkgsrc/www/py-django-debug-toolbar/distinfo:1.10    Tue Jan 14 08:12:44 2025
+++ pkgsrc/www/py-django-debug-toolbar/distinfo Mon May 12 13:07:23 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/01/14 08:12:44 adam Exp $
+$NetBSD: distinfo,v 1.11 2025/05/12 13:07:23 adam Exp $
 
-BLAKE2s (django_debug_toolbar-5.0.1.tar.gz) = 9834d61d942054757eed1376934dbddd63d62d4917ba2108081f364e3917c8a8
-SHA512 (django_debug_toolbar-5.0.1.tar.gz) = 6ab82bc504a18858d3deab96a78dfdfd0820bb653fa10c91c9dec503159b7659e4b775a7c4d5c54d3db299813269bbd874e3790f4a3f67232a56ed5187474ec8
-Size (django_debug_toolbar-5.0.1.tar.gz) = 295982 bytes
+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



Home | Main Index | Thread Index | Old Index