summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-16 16:22:56 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-20 11:41:01 -0800
commit2538918df1826b965215e0441c7aa6d0958f1911 (patch)
tree7cf4fb2b8d9b60ef74877d1d09647b0f37630a78 /meta-python
parent584fa06f3bc3002df612f99d17f661418c6c0047 (diff)
downloadmeta-openembedded-2538918df1826b965215e0441c7aa6d0958f1911.tar.gz
python3-django: upgrade 5.2.8 -> 5.2.9
Includes fix for CVE-2025-13372 and CVE-2025-64460 Changelog: https://github.com/django/django/blob/5.2.9/docs/releases/5.2.9.txt Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_5.2.9.bb (renamed from meta-python/recipes-devtools/python/python3-django_5.2.8.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.8.bb b/meta-python/recipes-devtools/python/python3-django_5.2.9.bb
index f205b5b247..c0aff44a78 100644
--- a/meta-python/recipes-devtools/python/python3-django_5.2.8.bb
+++ b/meta-python/recipes-devtools/python/python3-django_5.2.9.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] = "23254866a5bb9a2cfa6004e8b809ec6246eba4b58a7589bc2772f1bcc8456c7f" 4SRC_URI[sha256sum] = "16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495"
5 5
6RDEPENDS:${PN} += "\ 6RDEPENDS:${PN} += "\
7 python3-sqlparse \ 7 python3-sqlparse \