From 9e90eac5339dc7fc3785ec688670c557a28e8037 Mon Sep 17 00:00:00 2001 From: Soumya Sambu Date: Fri, 4 Apr 2025 11:37:42 +0000 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-django_5.0.11.bb | 9 --------- meta-python/recipes-devtools/python/python3-django_5.0.13.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-django_5.0.11.bb create mode 100644 meta-python/recipes-devtools/python/python3-django_5.0.13.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.11.bb b/meta-python/recipes-devtools/python/python3-django_5.0.11.bb deleted file mode 100644 index 12d43c5046..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_5.0.11.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python3-django.inc -inherit python_setuptools_build_meta - -SRC_URI[sha256sum] = "e7d98fa05ce09cb3e8d5ad6472fb602322acd1740bfdadc29c8404182d664f65" - -RDEPENDS:${PN} += "\ - python3-sqlparse \ - python3-asgiref \ -" diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.13.bb b/meta-python/recipes-devtools/python/python3-django_5.0.13.bb new file mode 100644 index 0000000000..801083833c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_5.0.13.bb @@ -0,0 +1,9 @@ +require python3-django.inc +inherit python_setuptools_build_meta + +SRC_URI[sha256sum] = "f9d4b7b87a9dae248d5f20cec940cf7290e07d508d6d8432e3c2cabf09b3b0ff" + +RDEPENDS:${PN} += "\ + python3-sqlparse \ + python3-asgiref \ +" -- cgit v1.2.3-54-g00ecf