From 34e79352096a1ba5bec9147567e4875063a3c5af Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 27 Feb 2023 16:05:53 +0800 Subject: [PATCH] python3-django: upgrade 4.1.6 -> 4.1.7 Changelog: ========== fixes a security issue with severity "moderate" (CVE-2023-24580) Fixed a bug in Django 4.1 that caused a crash of model validation on ValidationError with no code (#34319). Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-django_4.1.6.bb => python3-django_4.1.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-django_4.1.6.bb => python3-django_4.1.7.bb} (58%) diff --git a/meta-python/recipes-devtools/python/python3-django_4.1.6.bb b/meta-python/recipes-devtools/python/python3-django_4.1.7.bb similarity index 58% rename from meta-python/recipes-devtools/python/python3-django_4.1.6.bb rename to meta-python/recipes-devtools/python/python3-django_4.1.7.bb index e54398c456..be806eefaa 100644 --- a/meta-python/recipes-devtools/python/python3-django_4.1.6.bb +++ b/meta-python/recipes-devtools/python/python3-django_4.1.7.bb @@ -1,7 +1,7 @@ require python-django.inc inherit setuptools3 -SRC_URI[sha256sum] = "bceb0fe1a386781af0788cae4108622756cd05e7775448deec04a71ddf87685d" +SRC_URI[sha256sum] = "44f714b81c5f190d9d2ddad01a532fe502fa01c4cb8faf1d081f4264ed15dcd8" RDEPENDS:${PN} += "\ ${PYTHON_PN}-sqlparse \