From 2538918df1826b965215e0441c7aa6d0958f1911 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 16 Dec 2025 16:22:56 +0100 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-django_5.2.8.bb | 9 --------- meta-python/recipes-devtools/python/python3-django_5.2.9.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-django_5.2.8.bb create mode 100644 meta-python/recipes-devtools/python/python3-django_5.2.9.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.8.bb b/meta-python/recipes-devtools/python/python3-django_5.2.8.bb deleted file mode 100644 index f205b5b247..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_5.2.8.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python3-django.inc -inherit python_setuptools_build_meta - -SRC_URI[sha256sum] = "23254866a5bb9a2cfa6004e8b809ec6246eba4b58a7589bc2772f1bcc8456c7f" - -RDEPENDS:${PN} += "\ - python3-sqlparse \ - python3-asgiref \ -" 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 @@ +require python3-django.inc +inherit python_setuptools_build_meta + +SRC_URI[sha256sum] = "16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495" + +RDEPENDS:${PN} += "\ + python3-sqlparse \ + python3-asgiref \ +" -- cgit v1.2.3-54-g00ecf