From 8fdf6a64c0cb66b82fc2237b5e5139b552b655fc Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 10 Feb 2026 20:19:22 +0100 Subject: python3-django: upgrade 5.2.9 -> 5.2.11 Dropped patch that is included in this release. Ptests passed: Ran 18131 tests in 450.882s OK (skipped=1389, expected failures=5) 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-django_5.2.9.bb | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-django_5.2.9.bb (limited to 'meta-python/recipes-devtools/python/python3-django_5.2.9.bb') diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.9.bb b/meta-python/recipes-devtools/python/python3-django_5.2.9.bb deleted file mode 100644 index 11f438d623..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_5.2.9.bb +++ /dev/null @@ -1,7 +0,0 @@ -require python3-django.inc -inherit python_setuptools_build_meta - -SRC_URI += "file://0001-fix-test_msgfmt_error_including_non_ascii-test.patch \ - file://0001-Fix-test_strip_tags-test.patch \ -" -SRC_URI[sha256sum] = "16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495" -- cgit v1.2.3-54-g00ecf