diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-21 17:05:08 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-21 17:05:08 +0000 |
commit | 7acb682ba2df5c692381fcbc28ea7bad71d586cb (patch) | |
tree | 5e2d31e75ae0766a44c09b3e1f931a27ebc138ff | |
parent | 9638dd03eeb257fd9059b90427e58d82554c16ef (diff) |
www/py-django-debug-toolbar: Update to 4.2.0
- Update WWW
Changes: https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst
https://django-debug-toolbar.readthedocs.io/en/latest/changes.html
-rw-r--r-- | www/py-django-debug-toolbar/Makefile | 5 | ||||
-rw-r--r-- | www/py-django-debug-toolbar/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/py-django-debug-toolbar/Makefile b/www/py-django-debug-toolbar/Makefile index b10ff53097a2..61b0fc7889a2 100644 --- a/www/py-django-debug-toolbar/Makefile +++ b/www/py-django-debug-toolbar/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-debug-toolbar -PORTVERSION= 4.1.0 +PORTVERSION= 4.2.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,7 +7,8 @@ DISTNAME= django_debug_toolbar-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Configurable set of panels to display debug information -WWW= https://github.com/jazzband/django-debug-toolbar +WWW= https://django-debug-toolbar.readthedocs.io/en/latest/ \ + https://github.com/jazzband/django-debug-toolbar LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/www/py-django-debug-toolbar/distinfo b/www/py-django-debug-toolbar/distinfo index 185320aa84ff..a3f6286955e6 100644 --- a/www/py-django-debug-toolbar/distinfo +++ b/www/py-django-debug-toolbar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685792348 -SHA256 (django_debug_toolbar-4.1.0.tar.gz) = f57882e335593cb8e74c2bda9f1116bbb9ca8fc0d81b50a75ace0f83de5173c7 -SIZE (django_debug_toolbar-4.1.0.tar.gz) = 116377 +TIMESTAMP = 1692211823 +SHA256 (django_debug_toolbar-4.2.0.tar.gz) = bc7fdaafafcdedefcc67a4a5ad9dac96efd6e41db15bc74d402a54a2ba4854dc +SIZE (django_debug_toolbar-4.2.0.tar.gz) = 259709 |