Date: Mon, 3 Feb 2025 15:59:05 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0472897829a8 - main - www/py-django-debug-toolbar: Update to 5.0.1 Message-ID: <202502031559.513Fx5YG013671@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0472897829a8944a3624d06cd8f22672dfb75f4b commit 0472897829a8944a3624d06cd8f22672dfb75f4b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-03 15:21:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-03 15:51:33 +0000 www/py-django-debug-toolbar: Update to 5.0.1 - Update WWW Changes: https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst https://django-debug-toolbar.readthedocs.io/en/latest/changes.html --- www/py-django-debug-toolbar/Makefile | 6 +++--- www/py-django-debug-toolbar/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/py-django-debug-toolbar/Makefile b/www/py-django-debug-toolbar/Makefile index 13dfa9a85dfc..361ec7567b05 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.4.6 +PORTVERSION= 5.0.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -8,7 +8,7 @@ DISTNAME= django_debug_toolbar-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Configurable set of panels to display debug information WWW= https://django-debug-toolbar.readthedocs.io/en/latest/ \ - https://github.com/jazzband/django-debug-toolbar + https://github.com/django-commons/django-debug-toolbar LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVO RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2.9:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.0:databases/py-sqlparse@${PY_FLAVOR} -USES= python +USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-django-debug-toolbar/distinfo b/www/py-django-debug-toolbar/distinfo index 3e7109961ef2..acda97eedc18 100644 --- a/www/py-django-debug-toolbar/distinfo +++ b/www/py-django-debug-toolbar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720689632 -SHA256 (django_debug_toolbar-4.4.6.tar.gz) = 36e421cb908c2f0675e07f9f41e3d1d8618dc386392ec82d23bcfcd5d29c7044 -SIZE (django_debug_toolbar-4.4.6.tar.gz) = 272610 +TIMESTAMP = 1738089152 +SHA256 (django_debug_toolbar-5.0.1.tar.gz) = 296f6f18a80710e84fbb8361538ae5ec522a75ebe9ab67db34bcf1026cbeb420 +SIZE (django_debug_toolbar-5.0.1.tar.gz) = 295982
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502031559.513Fx5YG013671>