aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2024-04-27 08:45:13 +0000
committerKai Knoblich <kai@FreeBSD.org>2024-04-27 09:08:48 +0000
commit680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233 (patch)
treec84ef7a6728a0c196a27b1428f070feb489ec527 /textproc
parentc39be4dffb877ab12eb239d9947a1fc582cfa895 (diff)
downloadports-680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233.tar.gz
ports-680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233.zip
*: Switch consumers over to Django 4.2
Django 3.2 reached its End-of-Life on 1st April 2024 and Django 4.2 is the new LTS (= Long Term Support) release which will be supported until April 2026. * Switch most ports that use www/py-django32 to www/py-django42. * Ports that are not compatible with Django 3.2 have already been set with an expiration date were not taken into account. * Bump PORTREVISION due dependency change where necessary. PR: 276319 Reviewed by: dvl, grembo, ultima Approved by: bofh (implicit), dvl, grembo, Kevin Golding, sunpoet, ultima, maintainer timeout (remaining maintainers) Differential Revision: https://reviews.freebsd.org/D44637
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-pytkdocs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-pytkdocs/Makefile b/textproc/py-pytkdocs/Makefile
index 05ad2807447f..26d7108d870b 100644
--- a/textproc/py-pytkdocs/Makefile
+++ b/textproc/py-pytkdocs/Makefile
@@ -12,7 +12,7 @@ LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}django32>0:www/py-django32@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}django42>0:www/py-django42@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}marshmallow>0:devel/py-marshmallow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pydantic>0:devel/py-pydantic@${PY_FLAVOR}