diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-04-13 20:51:05 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-13 15:28:25 -0700 |
| commit | a408ffedd8c41ef847b7efa48b627900e04c34a5 (patch) | |
| tree | 39cee1417cb8c53aa13b25d6cef01afd6bb6d376 /meta-python/recipes-devtools/python/python3-django_6.0.4.bb | |
| parent | b483760dba76bb66bad820ea0246a38692c28c45 (diff) | |
| download | meta-openembedded-a408ffedd8c41ef847b7efa48b627900e04c34a5.tar.gz | |
python3-django: upgrade 6.0.3 -> 6.0.4
Contains fixes for CVE-2026-3902, CVE-2026-4277, CVE-2026-4292,
CVE-2026-33033 and CVE-2026-33034.
Changelog: https://docs.djangoproject.com/en/6.0/releases/6.0.4/
Ptests passed successfully:
Ran 18691 tests in 149.800s
OK (skipped=1397, expected failures=5)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_6.0.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django_6.0.4.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_6.0.4.bb b/meta-python/recipes-devtools/python/python3-django_6.0.4.bb new file mode 100644 index 0000000000..378b760f2c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_6.0.4.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | require python3-django.inc | ||
| 2 | inherit python_setuptools_build_meta | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "8cfa2572b3f2768b2e84983cf3c4811877a01edb64e817986ec5d60751c113ac" | ||
| 5 | |||
| 6 | # Set DEFAULT_PREFERENCE so that the LTS version of django is built by | ||
| 7 | # default. To build the 6.x branch, | ||
| 8 | # PREFERRED_VERSION_python3-django = "6.0.%" can be added to local.conf | ||
| 9 | DEFAULT_PREFERENCE = "-1" | ||
