diff mbox series

[meta-python,2/3] python3-django: upgrade 6.0.3 -> 6.0.4

Message ID 20260413185106.1098314-2-skandigraun@gmail.com
State Accepted
Headers show
Series [meta-oe,1/3] nodejs: mark CVE-2026-21710 patched | expand

Commit Message

Gyorgy Sarvari April 13, 2026, 6:51 p.m. UTC
Contains fixes for CVE-2026-3902, CVE-2026-4277, CVE-2026-4292,
CVE-2026-33033 and CVE-2026-33034.

Changelog: https://docs.djangoproject.com/en/6.0/releases/6.0.4/

Ptests passed successfully:
Ran 18691 tests in 149.800s

OK (skipped=1397, expected failures=5)

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-django_6.0.3.bb b/meta-python/recipes-devtools/python/python3-django_6.0.4.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-django_6.0.3.bb
rename to meta-python/recipes-devtools/python/python3-django_6.0.4.bb
index b3aec8870a..378b760f2c 100644
--- a/meta-python/recipes-devtools/python/python3-django_6.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-django_6.0.4.bb
@@ -1,7 +1,7 @@ 
 require python3-django.inc
 inherit python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "90be765ee756af8a6cbd6693e56452404b5ad15294f4d5e40c0a55a0f4870fe1"
+SRC_URI[sha256sum] = "8cfa2572b3f2768b2e84983cf3c4811877a01edb64e817986ec5d60751c113ac"
 
 # Set DEFAULT_PREFERENCE so that the LTS version of django is built by
 # default. To build the 6.x branch,