diff mbox series

[meta-python,2/2] python3-django: upgrade 4.2.26 -> 4.2.27

Message ID 20251216152257.2577206-2-skandigraun@gmail.com
State New
Headers show
Series [meta-python,1/2] python3-django: upgrade 5.2.8 -> 5.2.9 | expand

Commit Message

Gyorgy Sarvari Dec. 16, 2025, 3:22 p.m. UTC
Contains fix for CVE-2025-13372 and CVE-2025-64460

Changelog: https://github.com/django/django/blob/4.2.27/docs/releases/4.2.27.txt

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 .../{python3-django_4.2.26.bb => python3-django_4.2.27.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-django_4.2.26.bb => python3-django_4.2.27.bb} (79%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.26.bb b/meta-python/recipes-devtools/python/python3-django_4.2.27.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-django_4.2.26.bb
rename to meta-python/recipes-devtools/python/python3-django_4.2.27.bb
index ea790e4b7f..86425ca724 100644
--- a/meta-python/recipes-devtools/python/python3-django_4.2.26.bb
+++ b/meta-python/recipes-devtools/python/python3-django_4.2.27.bb
@@ -1,7 +1,7 @@ 
 require python3-django.inc
 inherit python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "9398e487bcb55e3f142cb56d19fbd9a83e15bb03a97edc31f408361ee76d9d7a"
+SRC_URI[sha256sum] = "b865fbe0f4a3d1ee36594c5efa42b20db3c8bbb10dff0736face1c6e4bda5b92"
 
 RDEPENDS:${PN} += "\
     python3-sqlparse \