From be2c536db91981a745897ffa97c88dc3e561c203 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Mon, 22 Dec 2025 15:54:27 +0100 Subject: [PATCH] package/python-django: bump to 6.0 Release Notes: https://docs.djangoproject.com/en/6.0/releases/6.0/ A few changes in the license files and an actual (sub)-license update: * django/contrib/gis/measure.py -> formatting change * django/contrib/admin/static/admin/img -> svg files got uupdated and the new ones are licensed under CC-BY-4.0; separate LICENSE file got removed, License is now mentioned in the readme * django/utils/archive.py -> File got updated, license (which is only the header) did not change. Remove the comment about django site having an inconvenient download URL. We download pretty much all python package from pypi.org, so doing that for django shouldn't need a separate comment. Signed-off-by: Marcus Hoffmann Signed-off-by: Julien Olivain --- package/python-django/python-django.hash | 10 +++++----- package/python-django/python-django.mk | 9 ++++----- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package/python-django/python-django.hash b/package/python-django/python-django.hash index b5b2460d2d..388b9df82c 100644 --- a/package/python-django/python-django.hash +++ b/package/python-django/python-django.hash @@ -1,15 +1,15 @@ # md5, sha256 from https://pypi.org/pypi/django/json -md5 e7d89ddfdca79542039dbab31e4bede8 django-5.2.9.tar.gz -sha256 16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495 django-5.2.9.tar.gz +md5 2f0e8520f6cf3cd6bbc81ec4226f11c7 django-6.0.tar.gz +sha256 7b0c1f50c0759bbe6331c6a39c89ae022a84672674aeda908784617ef47d8e26 django-6.0.tar.gz # Locally computed sha256 checksums sha256 b846415d1b514e9c1dff14a22deb906d794bc546ca6129f950a18cd091e2a669 LICENSE -sha256 dcac1c86cb7ab491702bdb4c41be680fafde51536748cc8aaee3840eec53ed17 django/contrib/gis/measure.py +sha256 de642dff9b1019c2c7209032fb94ea92060084efb0bc4238d81a2219e21c7382 django/contrib/gis/measure.py sha256 570a045a8372b6cd6a00e30ebafe8e3e8dfc0a7fe3d4ef2cc5f16d419eb63aeb django/contrib/gis/gdal/LICENSE sha256 08bf24b7551238ae325295245425b1caeb9ad0f42f9e2d303c7b353502632045 django/contrib/gis/geos/LICENSE sha256 d48633adb736dac091477ec2206feebeee88e3e6e486aedb21c584e4b49be0ec django/contrib/admin/static/admin/js/inlines.js sha256 d4db9ebe6f29f5168eac45ad713f055623ac5d0dcd5ba92da23d650ae012020d django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt sha256 4ee0cbc51370afde358652a0f977972053729ed578b6a42f5e2a037d114f0b39 django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md sha256 73af2949bff9296cb0f816c3be19a4da4e95adc94c1f924796e8bad3f03f2f29 django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt -sha256 d114faff3488c16c319b3235dc41f90239d3d63d9853733033d8f7535f5c0004 django/contrib/admin/static/admin/img/LICENSE +sha256 6e3bedbbf4310061e026d1b0b99beb390b845bfd29732455c13dd320db1feca6 django/contrib/admin/static/admin/img/README.md sha256 54004c4b606964ebc163af16d04607c16e428f8a78a026fecb53f70c09f4a94f django/dispatch/license.txt -sha256 9f37277d682cf06369041e60fb6fda5a85dfcf118d9176489087a3d40293f015 django/utils/archive.py +sha256 d1046875a3eff7419a4e55b254fbb68fd58dfdbc701626bc8f57da76a5120cc4 django/utils/archive.py diff --git a/package/python-django/python-django.mk b/package/python-django/python-django.mk index 7aabce68ef..d6d9bba0eb 100644 --- a/package/python-django/python-django.mk +++ b/package/python-django/python-django.mk @@ -4,11 +4,10 @@ # ################################################################################ -PYTHON_DJANGO_VERSION = 5.2.9 +PYTHON_DJANGO_VERSION = 6.0 PYTHON_DJANGO_SOURCE = django-$(PYTHON_DJANGO_VERSION).tar.gz -# The official Django site has an unpractical URL -PYTHON_DJANGO_SITE = https://files.pythonhosted.org/packages/eb/1c/188ce85ee380f714b704283013434976df8d3a2df8e735221a02605b6794 -PYTHON_DJANGO_LICENSE = BSD-3-Clause, MIT (jquery, utils/archive.py), BSD-2-Clause (inlines.js) +PYTHON_DJANGO_SITE = https://files.pythonhosted.org/packages/15/75/19762bfc4ea556c303d9af8e36f0cd910ab17dff6c8774644314427a2120 +PYTHON_DJANGO_LICENSE = BSD-3-Clause, MIT (jquery, utils/archive.py), BSD-2-Clause (inlines.js), CC-BY-4.0 (admin svg files) PYTHON_DJANGO_LICENSE_FILES = LICENSE \ django/contrib/gis/measure.py \ django/contrib/gis/gdal/LICENSE \ @@ -17,7 +16,7 @@ PYTHON_DJANGO_LICENSE_FILES = LICENSE \ django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt \ django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md \ django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt \ - django/contrib/admin/static/admin/img/LICENSE \ + django/contrib/admin/static/admin/img/README.md \ django/dispatch/license.txt \ django/utils/archive.py PYTHON_DJANGO_CPE_ID_VENDOR = djangoproject