From: Wei-Ting Yang Date: Wed, 4 Feb 2026 15:58:00 +0000 (+0800) Subject: django: bump to version 6.0.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b54cc9b69eed87f4bd1ea7fd770524da01d51a85;p=openwrt-packages.git django: bump to version 6.0.2 Release notes: https://docs.djangoproject.com/en/dev/releases/6.0/ https://docs.djangoproject.com/en/dev/releases/6.0.1/ https://docs.djangoproject.com/en/dev/releases/6.0.2/ Signed-off-by: Wei-Ting Yang --- diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index d768b8cd4..6d337cf17 100644 --- a/lang/python/django/Makefile +++ b/lang/python/django/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django -PKG_VERSION:=5.2.9 +PKG_VERSION:=6.0.2 PKG_RELEASE:=1 PYPI_NAME:=django -PKG_HASH:=16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495 +PKG_HASH:=3046a53b0e40d4b676c3b774c73411d7184ae2745fe8ce5e45c0f33d3ddb71a7 PKG_MAINTAINER:=Alexandru Ardelean , Peter Stadler PKG_LICENSE:=BSD-3-Clause