From a4a48c8f4bcbe23cfa033854b92de8399b9b29e9 Mon Sep 17 00:00:00 2001 From: Soumya Sambu Date: Fri, 21 Feb 2025 18:10:38 +0000 Subject: python3-django: upgrade 5.0.10 -> 5.0.11 Fixes CVE-2024-56374 Release Notes: https://docs.djangoproject.com/en/dev/releases/5.0.11/ Signed-off-by: Soumya Sambu Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-django_5.0.10.bb | 9 --------- meta-python/recipes-devtools/python/python3-django_5.0.11.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-django_5.0.10.bb create mode 100644 meta-python/recipes-devtools/python/python3-django_5.0.11.bb diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.10.bb b/meta-python/recipes-devtools/python/python3-django_5.0.10.bb deleted file mode 100644 index 339476a419..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_5.0.10.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python-django.inc -inherit setuptools3 - -SRC_URI[sha256sum] = "0f6cbc56cc298b0451d20a5120c6a8731e9073330fb5d84295c23c151a1eb300" - -RDEPENDS:${PN} += "\ - python3-sqlparse \ - python3-asgiref \ -" 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 new file mode 100644 index 0000000000..5060f3c9ad --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_5.0.11.bb @@ -0,0 +1,9 @@ +require python-django.inc +inherit setuptools3 + +SRC_URI[sha256sum] = "e7d98fa05ce09cb3e8d5ad6472fb602322acd1740bfdadc29c8404182d664f65" + +RDEPENDS:${PN} += "\ + python3-sqlparse \ + python3-asgiref \ +" -- cgit v1.2.3-54-g00ecf