diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-03-05 18:01:55 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-16 11:18:36 -0700 |
| commit | 1960f33a61a5ec1eb712fe73d70ee0a63fb24296 (patch) | |
| tree | 193eef47f72548a207717ac1e3599145cdfd3e72 /meta-python/recipes-devtools/python/python3-django_6.0.3.bb | |
| parent | 58a0bbec393b8797507968e3f43da44bd5b84c11 (diff) | |
| download | meta-openembedded-1960f33a61a5ec1eb712fe73d70ee0a63fb24296.tar.gz | |
python3-django: upgrade 6.0.2 -> 6.0.3
Ptests passed successfully.
Changelog: https://docs.djangoproject.com/en/6.0/releases/6.0.3/
- Fix CVE-2026-25673 and CVE-2026-25674
- Fixed NameError when inspecting functions making use of deferred
annotations in Python 3.14
- Fixed AttributeError when subclassing builtin lookups and neglecting
to override as_sql() to accept any sequence
- Fixed TypeError when deprecation warnings are emitted in environments
importing Django by namespace
- Fixed a visual regression where fieldset legends were misaligned in
the admin.
- Prevented the django.tasks.signals.task_finished signal from writing
extraneous log messages when no exceptions are encountered
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_6.0.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django_6.0.3.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_6.0.3.bb b/meta-python/recipes-devtools/python/python3-django_6.0.3.bb new file mode 100644 index 0000000000..b3aec8870a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_6.0.3.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | require python3-django.inc | ||
| 2 | inherit python_setuptools_build_meta | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "90be765ee756af8a6cbd6693e56452404b5ad15294f4d5e40c0a55a0f4870fe1" | ||
| 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" | ||
