summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-django.inc2
-rw-r--r--meta-python/recipes-devtools/python/python3-django/0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch27
-rw-r--r--meta-python/recipes-devtools/python/python3-django_5.2.6.bb9
-rw-r--r--meta-python/recipes-devtools/python/python3-django_5.2.bb13
4 files changed, 10 insertions, 41 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django.inc b/meta-python/recipes-devtools/python/python3-django.inc
index cde32be477..c6475d2079 100644
--- a/meta-python/recipes-devtools/python/python3-django.inc
+++ b/meta-python/recipes-devtools/python/python3-django.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "https://www.djangoproject.com/"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
5 5
6PYPI_PACKAGE = "Django" 6PYPI_PACKAGE = "django"
7UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 7UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
8 8
9inherit pypi 9inherit pypi
diff --git a/meta-python/recipes-devtools/python/python3-django/0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch b/meta-python/recipes-devtools/python/python3-django/0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch
deleted file mode 100644
index 4e28f59d8a..0000000000
--- a/meta-python/recipes-devtools/python/python3-django/0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch
+++ /dev/null
@@ -1,27 +0,0 @@
1From 3ae049b26b995c650c41ef918d5f60beed52b4ba Mon Sep 17 00:00:00 2001
2From: Nick Pope <nick@nickpope.me.uk>
3Date: Fri, 6 Dec 2024 18:32:39 +0000
4Subject: [PATCH] Fixed #35980 -- Updated setuptools to normalize package names
5 in built artifacts.
6
7Upstream-Status: Backport [https://github.com/django/django/commit/3ae049b26b995c650c41ef918d5f60beed52b4ba]
8
9Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
10---
11 pyproject.toml | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/pyproject.toml b/pyproject.toml
15index f10d15d20d..b9e82334cd 100644
16--- a/pyproject.toml
17+++ b/pyproject.toml
18@@ -1,5 +1,5 @@
19 [build-system]
20-requires = ["setuptools>=61.0.0,<69.3.0"]
21+requires = ["setuptools>=75.8.1"]
22 build-backend = "setuptools.build_meta"
23
24 [project]
25--
262.34.1
27
diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.6.bb b/meta-python/recipes-devtools/python/python3-django_5.2.6.bb
new file mode 100644
index 0000000000..644d825705
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-django_5.2.6.bb
@@ -0,0 +1,9 @@
1require python3-django.inc
2inherit python_setuptools_build_meta
3
4SRC_URI[sha256sum] = "da5e00372763193d73cecbf71084a3848458cecf4cee36b9a1e8d318d114a87b"
5
6RDEPENDS:${PN} += "\
7 python3-sqlparse \
8 python3-asgiref \
9"
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 @@
1require python3-django.inc
2inherit python_setuptools_build_meta
3
4SRC_URI[sha256sum] = "1a47f7a7a3d43ce64570d350e008d2949abe8c7e21737b351b6a1611277c6d89"
5
6SRC_URI += "\
7 file://0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch \
8"
9
10RDEPENDS:${PN} += "\
11 python3-sqlparse \
12 python3-asgiref \
13"