diff mbox series

[meta-python] python3-django: upgrade 4.1.6 -> 4.1.7

Message ID 1677485153-11495-5-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-django: upgrade 4.1.6 -> 4.1.7 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 27, 2023, 8:05 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../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 mbox series

Patch

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 e54398c45..be806eefa 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 \