From 45e6be8c334a6348dbdc72703a415ae12c299995 Mon Sep 17 00:00:00 2001 From: Soumya Sambu Date: Tue, 7 Jan 2025 15:17:37 +0000 Subject: python3-django: upgrade 5.0.9 -> 5.0.10 Fixes CVE-2024-53907 and CVE-2024-53908 Release Notes: https://docs.djangoproject.com/en/dev/releases/5.0.10/ Signed-off-by: Soumya Sambu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-django_5.0.10.bb | 9 +++++++++ meta-python/recipes-devtools/python/python3-django_5.0.9.bb | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-django_5.0.10.bb delete mode 100644 meta-python/recipes-devtools/python/python3-django_5.0.9.bb (limited to 'meta-python/recipes-devtools/python') 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 new file mode 100644 index 0000000000..beadf3e953 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_5.0.10.bb @@ -0,0 +1,9 @@ +require python3-django.inc +inherit python_setuptools_build_meta + +SRC_URI[sha256sum] = "0f6cbc56cc298b0451d20a5120c6a8731e9073330fb5d84295c23c151a1eb300" + +RDEPENDS:${PN} += "\ + python3-sqlparse \ + python3-asgiref \ +" diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.9.bb b/meta-python/recipes-devtools/python/python3-django_5.0.9.bb deleted file mode 100644 index 2de4832163..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_5.0.9.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python3-django.inc -inherit python_setuptools_build_meta - -SRC_URI[sha256sum] = "6333870d342329b60174da3a60dbd302e533f3b0bb0971516750e974a99b5a39" - -RDEPENDS:${PN} += "\ - python3-sqlparse \ - python3-asgiref \ -" -- cgit v1.2.3-54-g00ecf