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 Jul  5 07:57:34 UTC 2024

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

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

4.4.3 (2024-07-04)

* Added alert panel with warning when form is using file fields
  without proper encoding type.
* Fixed overriding font-family for both light and dark themes.
* Restored compatibility with ``iptools.IpRangeList``.
* Limit ``E001`` check to likely error cases when the
  ``SHOW_TOOLBAR_CALLBACK`` has changed, but the toolbar's URL
  paths aren't installed.
* Introduce helper function ``debug_toolbar_urls`` to
  simplify installation.
* Moved "1rem" height/width for SVGs to CSS properties.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-django-debug-toolbar/Makefile \
    pkgsrc/www/py-django-debug-toolbar/distinfo
cvs rdiff -u -r1.4 -r1.5 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.7 pkgsrc/www/py-django-debug-toolbar/Makefile:1.8
--- pkgsrc/www/py-django-debug-toolbar/Makefile:1.7     Mon Jun 10 08:42:26 2024
+++ pkgsrc/www/py-django-debug-toolbar/Makefile Fri Jul  5 07:57:34 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/06/10 08:42:26 adam Exp $
+# $NetBSD: Makefile,v 1.8 2024/07/05 07:57:34 adam Exp $
 
-DISTNAME=      django_debug_toolbar-4.4.2
+DISTNAME=      django_debug_toolbar-4.4.3
 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.7 pkgsrc/www/py-django-debug-toolbar/distinfo:1.8
--- pkgsrc/www/py-django-debug-toolbar/distinfo:1.7     Mon Jun 10 08:42:26 2024
+++ pkgsrc/www/py-django-debug-toolbar/distinfo Fri Jul  5 07:57:34 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/06/10 08:42:26 adam Exp $
+$NetBSD: distinfo,v 1.8 2024/07/05 07:57:34 adam Exp $
 
-BLAKE2s (django_debug_toolbar-4.4.2.tar.gz) = a93462dda3f88fb453397748a6cf2c8e07df89d296775bb4eaa236248d5dd36f
-SHA512 (django_debug_toolbar-4.4.2.tar.gz) = 24e3365758c9666afeda8ecf9db6b1813a657a0cebf0a84e76b3e712700527a232bbabe34b5d42b913de9ff68cadbabbae4173fe38d48d484f74383284b2dbbe
-Size (django_debug_toolbar-4.4.2.tar.gz) = 267356 bytes
+BLAKE2s (django_debug_toolbar-4.4.3.tar.gz) = 25a1ba0cf0aabae7a056990d02df40e3259d464b7c3374650ecbfb7e5443a633
+SHA512 (django_debug_toolbar-4.4.3.tar.gz) = cdadfcef1ce033f65451fa0e0c6bf34f9bfd3a1af428956b72d3aa47e0df36c478173de9e29b17c02f7f35629634bb9d2bf7458912af14ace630dd484e018fb7
+Size (django_debug_toolbar-4.4.3.tar.gz) = 271501 bytes

Index: pkgsrc/www/py-django-debug-toolbar/PLIST
diff -u pkgsrc/www/py-django-debug-toolbar/PLIST:1.4 pkgsrc/www/py-django-debug-toolbar/PLIST:1.5
--- pkgsrc/www/py-django-debug-toolbar/PLIST:1.4        Mon Jun 10 08:42:26 2024
+++ pkgsrc/www/py-django-debug-toolbar/PLIST    Fri Jul  5 07:57:34 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2024/06/10 08:42:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/07/05 07:57:34 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -75,6 +75,9 @@ ${PYSITELIB}/debug_toolbar/middleware.py
 ${PYSITELIB}/debug_toolbar/panels/__init__.py
 ${PYSITELIB}/debug_toolbar/panels/__init__.pyc
 ${PYSITELIB}/debug_toolbar/panels/__init__.pyo
+${PYSITELIB}/debug_toolbar/panels/alerts.py
+${PYSITELIB}/debug_toolbar/panels/alerts.pyc
+${PYSITELIB}/debug_toolbar/panels/alerts.pyo
 ${PYSITELIB}/debug_toolbar/panels/cache.py
 ${PYSITELIB}/debug_toolbar/panels/cache.pyc
 ${PYSITELIB}/debug_toolbar/panels/cache.pyo
@@ -158,6 +161,7 @@ ${PYSITELIB}/debug_toolbar/templates/deb
 ${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/headers.html
 ${PYSITELIB}/debug_toolbar/templates/debug_toolbar/panels/history.html



Home | Main Index | Thread Index | Old Index