From 64f25a76634873926f610dfa6ea9a806e4a0601f Mon Sep 17 00:00:00 2001 From: Soumya Sambu Date: Tue, 7 Oct 2025 10:16:07 +0530 Subject: python3-django: Upgrade 5.2 -> 5.2.6 Release notes: https://docs.djangoproject.com/en/5.2/releases/5.2.6/ https://docs.djangoproject.com/en/5.2/releases/5.2.5/ https://docs.djangoproject.com/en/5.2/releases/5.2.4/ https://docs.djangoproject.com/en/5.2/releases/5.2.3/ https://docs.djangoproject.com/en/5.2/releases/5.2.2/ https://docs.djangoproject.com/en/5.2/releases/5.2.1/ Drop patch 0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch: already present in the upgraded version. Signed-off-by: Soumya Sambu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-django_5.2.bb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-django_5.2.bb (limited to 'meta-python/recipes-devtools/python/python3-django_5.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.bb b/meta-python/recipes-devtools/python/python3-django_5.2.bb deleted file mode 100644 index 8a20448e22..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_5.2.bb +++ /dev/null @@ -1,13 +0,0 @@ -require python3-django.inc -inherit python_setuptools_build_meta - -SRC_URI[sha256sum] = "1a47f7a7a3d43ce64570d350e008d2949abe8c7e21737b351b6a1611277c6d89" - -SRC_URI += "\ - file://0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch \ -" - -RDEPENDS:${PN} += "\ - python3-sqlparse \ - python3-asgiref \ -" -- cgit v1.2.3-54-g00ecf