From fae6fe9b4156fae7696a7978700c823f414da8f7 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 16 Dec 2025 16:22:57 +0100 Subject: [PATCH] python3-django: upgrade 4.2.26 -> 4.2.27 Contains fix for CVE-2025-13372 and CVE-2025-64460 Changelog: https://github.com/django/django/blob/4.2.27/docs/releases/4.2.27.txt Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- .../{python3-django_4.2.26.bb => python3-django_4.2.27.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-django_4.2.26.bb => python3-django_4.2.27.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.26.bb b/meta-python/recipes-devtools/python/python3-django_4.2.27.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-django_4.2.26.bb rename to meta-python/recipes-devtools/python/python3-django_4.2.27.bb index ea790e4b7f..86425ca724 100644 --- a/meta-python/recipes-devtools/python/python3-django_4.2.26.bb +++ b/meta-python/recipes-devtools/python/python3-django_4.2.27.bb @@ -1,7 +1,7 @@ require python3-django.inc inherit python_setuptools_build_meta -SRC_URI[sha256sum] = "9398e487bcb55e3f142cb56d19fbd9a83e15bb03a97edc31f408361ee76d9d7a" +SRC_URI[sha256sum] = "b865fbe0f4a3d1ee36594c5efa42b20db3c8bbb10dff0736face1c6e4bda5b92" RDEPENDS:${PN} += "\ python3-sqlparse \