diff mbox series

[meta-python,whinlatter,1/2] python3-django: upgrade 5.2.9 -> 5.2.11

Message ID 20260210204610.169129-1-skandigraun@gmail.com
State New
Headers show
Series [meta-python,whinlatter,1/2] python3-django: upgrade 5.2.9 -> 5.2.11 | expand

Commit Message

Gyorgy Sarvari Feb. 10, 2026, 8:46 p.m. UTC
Changelog:
5.2.11:
Contains fixes for CVE-2025-13473, CVE-2025-14550, CVE-2026-1207, CVE-2026-1285,
CVE-2026-1287 and CVE-2026-1312

5.2.10:
* Fixed a bug in Django 5.2 where data exceeding max_length was silently
  truncated by QuerySet.bulk_create on PostgreSQL.

* Fixed a bug where management command colorized help (introduced in
  Python 3.14) ignored the --no-color option and the DJANGO_COLORS setting.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 .../{python3-django_5.2.9.bb => python3-django_5.2.11.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-django_5.2.9.bb => python3-django_5.2.11.bb} (60%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.9.bb b/meta-python/recipes-devtools/python/python3-django_5.2.11.bb
similarity index 60%
rename from meta-python/recipes-devtools/python/python3-django_5.2.9.bb
rename to meta-python/recipes-devtools/python/python3-django_5.2.11.bb
index c0aff44a78..edf9aabb79 100644
--- a/meta-python/recipes-devtools/python/python3-django_5.2.9.bb
+++ b/meta-python/recipes-devtools/python/python3-django_5.2.11.bb
@@ -1,7 +1,7 @@ 
 require python3-django.inc
 inherit python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495"
+SRC_URI[sha256sum] = "7f2d292ad8b9ee35e405d965fbbad293758b858c34bbf7f3df551aeeac6f02d3"
 
 RDEPENDS:${PN} += "\
     python3-sqlparse \