deleted file mode 100644
@@ -1,27 +0,0 @@
-From 3ae049b26b995c650c41ef918d5f60beed52b4ba Mon Sep 17 00:00:00 2001
-From: Nick Pope <nick@nickpope.me.uk>
-Date: Fri, 6 Dec 2024 18:32:39 +0000
-Subject: [PATCH] Fixed #35980 -- Updated setuptools to normalize package names
- in built artifacts.
-
-Upstream-Status: Backport [https://github.com/django/django/commit/3ae049b26b995c650c41ef918d5f60beed52b4ba]
-
-Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
----
- pyproject.toml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pyproject.toml b/pyproject.toml
-index f10d15d20d..b9e82334cd 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,5 +1,5 @@
- [build-system]
--requires = ["setuptools>=61.0.0,<69.3.0"]
-+requires = ["setuptools>=75.8.1"]
- build-backend = "setuptools.build_meta"
-
- [project]
-2.34.1
-
new file mode 100644
@@ -0,0 +1,9 @@
+require python3-django.inc
+inherit python_setuptools_build_meta
+
+SRC_URI[sha256sum] = "e0f6f12e2551b1716a95a63a1366ca91bbcd7be059862c1b18f989b1da356cdd"
+
+RDEPENDS:${PN} += "\
+ python3-sqlparse \
+ python3-asgiref \
+"
deleted file mode 100644
@@ -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 \
-"
This contains a fix for CVE-2025-32873, CVE-2025-48432, CVE-2025-57833 and CVE-2025-59681. Drop patch which has been incorporated by upstream in this release. Chagelog: https://github.com/django/django/blob/main/docs/releases/5.2.1.txt https://github.com/django/django/blob/main/docs/releases/5.2.2.txt https://github.com/django/django/blob/main/docs/releases/5.2.3.txt https://github.com/django/django/blob/main/docs/releases/5.2.4.txt https://github.com/django/django/blob/main/docs/releases/5.2.5.txt https://github.com/django/django/blob/main/docs/releases/5.2.6.txt https://github.com/django/django/blob/main/docs/releases/5.2.7.txt Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> --- ...ated-setuptools-to-normalize-package.patch | 27 ------------------- .../python/python3-django_5.2.7.bb | 9 +++++++ .../python/python3-django_5.2.bb | 13 --------- 3 files changed, 9 insertions(+), 40 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-django/0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch create mode 100644 meta-python/recipes-devtools/python/python3-django_5.2.7.bb delete mode 100644 meta-python/recipes-devtools/python/python3-django_5.2.bb