diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-03-05 15:51:44 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-03-24 08:52:03 +0530 |
| commit | 67a8fe4a1a3652f930784b2a4f71405b217cf460 (patch) | |
| tree | 64edc601c3352d8ce600dc09ce8990d5db613904 /meta-python/recipes-devtools/python/python3-django-4.2.29 | |
| parent | c73a2a0435dc1073d555415cbd1723db267a9d01 (diff) | |
| download | meta-openembedded-67a8fe4a1a3652f930784b2a4f71405b217cf460.tar.gz | |
python3-django: upgrade 4.2.28 -> 4.2.29
Contains fiuxes for CVE-2026-25673 and CVE-2026-25674.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django-4.2.29')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django-4.2.29/0001-lower-setuptools-requirements.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django-4.2.29/0001-lower-setuptools-requirements.patch b/meta-python/recipes-devtools/python/python3-django-4.2.29/0001-lower-setuptools-requirements.patch new file mode 100644 index 0000000000..5f6707467b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django-4.2.29/0001-lower-setuptools-requirements.patch | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | From 10ddc1ee660ed5ee4d9aa21f751eb07a1b260b6c Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Gyorgy Sarvari <skandigraun@gmail.com> | ||
| 3 | Date: Fri, 23 Jan 2026 13:49:53 +0100 | ||
| 4 | Subject: [PATCH] lower setuptools requirements | ||
| 5 | |||
| 6 | Scarthgap ships with version 69.1.1 - adjust the requirements for that. | ||
| 7 | |||
| 8 | Upstream-Status: Inappropriate [specific to OE LTS versions] | ||
| 9 | Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> | ||
| 10 | --- | ||
| 11 | pyproject.toml | 2 +- | ||
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 13 | |||
| 14 | diff --git a/pyproject.toml b/pyproject.toml | ||
| 15 | index 4635d0e..319b261 100644 | ||
| 16 | --- a/pyproject.toml | ||
| 17 | +++ b/pyproject.toml | ||
| 18 | @@ -1,6 +1,6 @@ | ||
| 19 | [build-system] | ||
| 20 | requires = [ | ||
| 21 | - "setuptools>=75.8.1; python_version >= '3.9'", | ||
| 22 | + "setuptools>=69.0.0; python_version >= '3.9'", | ||
| 23 | "setuptools<75.4.0; python_version < '3.9'", | ||
| 24 | ] | ||
| 25 | build-backend = "setuptools.build_meta" | ||
