summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-03-10 13:17:25 +0100
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-03-26 10:29:23 +0530
commitc08b3e9d8fa315ea82a1b9f3198990b6192d2269 (patch)
tree46d985034ea89d4dbb5b3a2a86a93cdd28b3d345 /meta-python/recipes-devtools/python
parentdd54c60cb399e81da8f6e7636e2f81358d8b62ff (diff)
downloadmeta-openembedded-c08b3e9d8fa315ea82a1b9f3198990b6192d2269.tar.gz
python3-django: upgrade 5.2.11 -> 5.2.12
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> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_5.2.12.bb (renamed from meta-python/recipes-devtools/python/python3-django_5.2.11.bb)2
1 files changed, 1 insertions, 1 deletions
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
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 @@
1require python3-django.inc 1require python3-django.inc
2inherit python_setuptools_build_meta 2inherit python_setuptools_build_meta
3 3
4SRC_URI[sha256sum] = "7f2d292ad8b9ee35e405d965fbbad293758b858c34bbf7f3df551aeeac6f02d3" 4SRC_URI[sha256sum] = "6b809af7165c73eff5ce1c87fdae75d4da6520d6667f86401ecf55b681eb1eeb"
5 5
6RDEPENDS:${PN} += "\ 6RDEPENDS:${PN} += "\
7 python3-sqlparse \ 7 python3-sqlparse \