diff mbox series

[meta-python,2/3] python3-django: upgrade 6.0.2 -> 6.0.3

Message ID 20260305170157.3357499-2-skandigraun@gmail.com
State New
Headers show
Series [meta-oe,1/3] redis: drop recipe for v7.2.12 | expand

Commit Message

Gyorgy Sarvari March 5, 2026, 5:01 p.m. UTC
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>
---
 .../python/{python3-django_6.0.2.bb => python3-django_6.0.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-django_6.0.2.bb => python3-django_6.0.3.bb} (75%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-django_6.0.2.bb b/meta-python/recipes-devtools/python/python3-django_6.0.3.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-django_6.0.2.bb
rename to meta-python/recipes-devtools/python/python3-django_6.0.3.bb
index 001abf48e8..b3aec8870a 100644
--- a/meta-python/recipes-devtools/python/python3-django_6.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-django_6.0.3.bb
@@ -1,7 +1,7 @@ 
 require python3-django.inc
 inherit python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "3046a53b0e40d4b676c3b774c73411d7184ae2745fe8ce5e45c0f33d3ddb71a7"
+SRC_URI[sha256sum] = "90be765ee756af8a6cbd6693e56452404b5ad15294f4d5e40c0a55a0f4870fe1"
 
 # Set DEFAULT_PREFERENCE so that the LTS version of django is built by
 # default. To build the 6.x branch,