diff mbox series

[meta-python,whinlatter,1/2] python3-django: upgrade 5.2.11 -> 5.2.12

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

Commit Message

Gyorgy Sarvari March 10, 2026, 12:17 p.m. UTC
Ptests passed successfully.

Changelog: https://docs.djangoproject.com/en/6.0/releases/5.2.12/
- Fixed CVE-2026-25673 and CVE-2026-25674
- Fixed NameError when inspecting functions making use of deferred
  annotations in Python 3.14.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.11.bb b/meta-python/recipes-devtools/python/python3-django_5.2.12.bb
similarity index 60%
rename from meta-python/recipes-devtools/python/python3-django_5.2.11.bb
rename to meta-python/recipes-devtools/python/python3-django_5.2.12.bb
index edf9aabb79..a7567265b5 100644
--- a/meta-python/recipes-devtools/python/python3-django_5.2.11.bb
+++ b/meta-python/recipes-devtools/python/python3-django_5.2.12.bb
@@ -1,7 +1,7 @@ 
 require python3-django.inc
 inherit python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "7f2d292ad8b9ee35e405d965fbbad293758b858c34bbf7f3df551aeeac6f02d3"
+SRC_URI[sha256sum] = "6b809af7165c73eff5ce1c87fdae75d4da6520d6667f86401ecf55b681eb1eeb"
 
 RDEPENDS:${PN} += "\
     python3-sqlparse \