From 9e90eac5339dc7fc3785ec688670c557a28e8037 Mon Sep 17 00:00:00 2001 From: Soumya Sambu Date: Fri, 4 Apr 2025 11:37:42 +0000 Subject: [PATCH] python3-django: upgrade 5.0.11 -> 5.0.13 Includes fix for CVE-2025-26699 Release Notes: https://docs.djangoproject.com/en/dev/releases/5.0.12/ https://docs.djangoproject.com/en/dev/releases/5.0.13/ Signed-off-by: Soumya Sambu Signed-off-by: Khem Raj --- .../{python3-django_5.0.11.bb => python3-django_5.0.13.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-django_5.0.11.bb => python3-django_5.0.13.bb} (60%) diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.11.bb b/meta-python/recipes-devtools/python/python3-django_5.0.13.bb similarity index 60% rename from meta-python/recipes-devtools/python/python3-django_5.0.11.bb rename to meta-python/recipes-devtools/python/python3-django_5.0.13.bb index 12d43c5046..801083833c 100644 --- a/meta-python/recipes-devtools/python/python3-django_5.0.11.bb +++ b/meta-python/recipes-devtools/python/python3-django_5.0.13.bb @@ -1,7 +1,7 @@ require python3-django.inc inherit python_setuptools_build_meta -SRC_URI[sha256sum] = "e7d98fa05ce09cb3e8d5ad6472fb602322acd1740bfdadc29c8404182d664f65" +SRC_URI[sha256sum] = "f9d4b7b87a9dae248d5f20cec940cf7290e07d508d6d8432e3c2cabf09b3b0ff" RDEPENDS:${PN} += "\ python3-sqlparse \