From 1da8b9cd0e7b4572355ebff8b0657ab4e2e1beb2 Mon Sep 17 00:00:00 2001 From: Soumya Sambu Date: Fri, 21 Feb 2025 18:09:41 +0000 Subject: [PATCH] python3-django: upgrade 5.0.10 -> 5.0.11 Fixes CVE-2024-56374 Release Notes: https://docs.djangoproject.com/en/dev/releases/5.0.11/ Signed-off-by: Soumya Sambu Signed-off-by: Khem Raj --- .../{python3-django_5.0.10.bb => python3-django_5.0.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-django_5.0.10.bb => python3-django_5.0.11.bb} (60%) diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.10.bb b/meta-python/recipes-devtools/python/python3-django_5.0.11.bb similarity index 60% rename from meta-python/recipes-devtools/python/python3-django_5.0.10.bb rename to meta-python/recipes-devtools/python/python3-django_5.0.11.bb index beadf3e953..12d43c5046 100644 --- a/meta-python/recipes-devtools/python/python3-django_5.0.10.bb +++ b/meta-python/recipes-devtools/python/python3-django_5.0.11.bb @@ -1,7 +1,7 @@ require python3-django.inc inherit python_setuptools_build_meta -SRC_URI[sha256sum] = "0f6cbc56cc298b0451d20a5120c6a8731e9073330fb5d84295c23c151a1eb300" +SRC_URI[sha256sum] = "e7d98fa05ce09cb3e8d5ad6472fb602322acd1740bfdadc29c8404182d664f65" RDEPENDS:${PN} += "\ python3-sqlparse \