diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-05 11:02:37 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-01-06 18:07:59 +0530 |
| commit | c6849e7529727a2c9eca0f9220836bd0d69ce086 (patch) | |
| tree | a312c530616f319f466fff95578744cd6c9edf14 /meta-python/recipes-devtools/python/python3-django_5.2.9.bb | |
| parent | 9a6b60af3e47ab15cbba8d7d860483cacd7b7781 (diff) | |
| download | meta-openembedded-c6849e7529727a2c9eca0f9220836bd0d69ce086.tar.gz | |
python3-django: upgrade 5.2.8 -> 5.2.9whinlatter
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>
(cherry picked from commit 2538918df1826b965215e0441c7aa6d0958f1911)
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/python3-django_5.2.9.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django_5.2.9.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.9.bb b/meta-python/recipes-devtools/python/python3-django_5.2.9.bb new file mode 100644 index 0000000000..c0aff44a78 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_5.2.9.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | require python3-django.inc | ||
| 2 | inherit python_setuptools_build_meta | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495" | ||
| 5 | |||
| 6 | RDEPENDS:${PN} += "\ | ||
| 7 | python3-sqlparse \ | ||
| 8 | python3-asgiref \ | ||
| 9 | " | ||
