summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_4.2.28.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-02-13 16:42:28 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2026-02-15 15:30:54 +0100
commitc1eda860f403713487e40409e9ae9fe0ce29104d (patch)
tree27d02eaaa1740a7de9f4b82a6a75d27b7b6905e4 /meta-python/recipes-devtools/python/python3-django_4.2.28.bb
parentb54893d2268e54f5753861c0fee26385e0152e85 (diff)
downloadmeta-openembedded-c1eda860f403713487e40409e9ae9fe0ce29104d.tar.gz
python3-django: upgrade 4.2.27 -> 4.2.28
Contains fixes for CVE-2025-13473, CVE-2025-14550, CVE-2026-1207, CVE-2026-1285, CVE-2026-1287 and CVE-2026-1312 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_4.2.28.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_4.2.28.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.28.bb b/meta-python/recipes-devtools/python/python3-django_4.2.28.bb
new file mode 100644
index 0000000000..5357d12338
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-django_4.2.28.bb
@@ -0,0 +1,18 @@
1require python-django.inc
2
3inherit pypi setuptools3
4
5SRC_URI += "file://0001-add-back-setuptools-support.patch"
6SRC_URI[sha256sum] = "a4b9cd881991add394cafa8bb3b11ad1742d1e1470ba99c3ef53dc540316ccfe"
7
8RDEPENDS:${PN} += "\
9 ${PYTHON_PN}-sqlparse \
10"
11
12# PYPI package name changed from Django -> django
13PYPI_PACKAGE = "django"
14
15# Set DEFAULT_PREFERENCE so that the LTS version of django is built by
16# default. To build the 4.x branch,
17# PREFERRED_VERSION_python3-django = "4.2.27" can be added to local.conf
18DEFAULT_PREFERENCE = "-1"