From 9c654445336a4dd60c37fdd5560c73c11c0e4445 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Sun, 12 Oct 2025 13:57:36 +1300 Subject: [PATCH] python3-django: upgrade 4.2.24 -> 4.2.25 Release Notes: https://docs.djangoproject.com/en/dev/releases/4.2.25/ Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- .../{python3-django_4.2.24.bb => python3-django_4.2.25.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-django_4.2.24.bb => python3-django_4.2.25.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.24.bb b/meta-python/recipes-devtools/python/python3-django_4.2.25.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-django_4.2.24.bb rename to meta-python/recipes-devtools/python/python3-django_4.2.25.bb index 286d757733..861f7747d2 100644 --- a/meta-python/recipes-devtools/python/python3-django_4.2.24.bb +++ b/meta-python/recipes-devtools/python/python3-django_4.2.25.bb @@ -1,7 +1,7 @@ require python3-django.inc inherit python_setuptools_build_meta -SRC_URI[sha256sum] = "40cd7d3f53bc6cd1902eadce23c337e97200888df41e4a73b42d682f23e71d80" +SRC_URI[sha256sum] = "2391ab3d78191caaae2c963c19fd70b99e9751008da22a0adcc667c5a4f8d311" RDEPENDS:${PN} += "\ python3-sqlparse \