diff mbox series

[meta-python,scarthgap,1/1] python3-django: upgrade 5.0.9 -> 5.0.10

Message ID 20250107151855.2257216-1-soumya.sambu@windriver.com
State New
Headers show
Series [meta-python,scarthgap,1/1] python3-django: upgrade 5.0.9 -> 5.0.10 | expand

Commit Message

ssambu Jan. 7, 2025, 3:18 p.m. UTC
From: Soumya Sambu <soumya.sambu@windriver.com>

Fixes CVE-2024-53907 and CVE-2024-53908

Release Notes:
https://docs.djangoproject.com/en/dev/releases/5.0.10/

Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
---
 .../{python3-django_5.0.9.bb => python3-django_5.0.10.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-django_5.0.9.bb => python3-django_5.0.10.bb} (56%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.9.bb b/meta-python/recipes-devtools/python/python3-django_5.0.10.bb
similarity index 56%
rename from meta-python/recipes-devtools/python/python3-django_5.0.9.bb
rename to meta-python/recipes-devtools/python/python3-django_5.0.10.bb
index 60e9c592b..339476a41 100644
--- a/meta-python/recipes-devtools/python/python3-django_5.0.9.bb
+++ b/meta-python/recipes-devtools/python/python3-django_5.0.10.bb
@@ -1,7 +1,7 @@ 
 require python-django.inc
 inherit setuptools3
 
-SRC_URI[sha256sum] = "6333870d342329b60174da3a60dbd302e533f3b0bb0971516750e974a99b5a39"
+SRC_URI[sha256sum] = "0f6cbc56cc298b0451d20a5120c6a8731e9073330fb5d84295c23c151a1eb300"
 
 RDEPENDS:${PN} += "\
     python3-sqlparse \