diff options
author | Soumya Sambu <soumya.sambu@windriver.com> | 2025-04-04 11:37:42 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-04 19:18:48 -0700 |
commit | 9e90eac5339dc7fc3785ec688670c557a28e8037 (patch) | |
tree | efd471396519bcb0667770c1ebacec869c895401 /meta-python | |
parent | 54f5df8907cbf1212d0733ffddc049c7b8b8aaf0 (diff) | |
download | meta-openembedded-9e90eac5339dc7fc3785ec688670c557a28e8037.tar.gz |
python3-django: upgrade 5.0.11 -> 5.0.13
Includes fix for CVE-2025-26699
Release Notes:
https://docs.djangoproject.com/en/dev/releases/5.0.12/
https://docs.djangoproject.com/en/dev/releases/5.0.13/
Signed-off-by: Soumya Sambu <soumya.sambu@windriver.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.0.13.bb (renamed from meta-python/recipes-devtools/python/python3-django_5.0.11.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.11.bb b/meta-python/recipes-devtools/python/python3-django_5.0.13.bb index 12d43c5046..801083833c 100644 --- a/meta-python/recipes-devtools/python/python3-django_5.0.11.bb +++ b/meta-python/recipes-devtools/python/python3-django_5.0.13.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require python3-django.inc | 1 | require python3-django.inc |
2 | inherit python_setuptools_build_meta | 2 | inherit python_setuptools_build_meta |
3 | 3 | ||
4 | SRC_URI[sha256sum] = "e7d98fa05ce09cb3e8d5ad6472fb602322acd1740bfdadc29c8404182d664f65" | 4 | SRC_URI[sha256sum] = "f9d4b7b87a9dae248d5f20cec940cf7290e07d508d6d8432e3c2cabf09b3b0ff" |
5 | 5 | ||
6 | RDEPENDS:${PN} += "\ | 6 | RDEPENDS:${PN} += "\ |
7 | python3-sqlparse \ | 7 | python3-sqlparse \ |