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.11.bb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-django_5.2.11.bb (limited to 'meta-python/recipes-devtools/python/python3-django_5.2.11.bb') diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.11.bb b/meta-python/recipes-devtools/python/python3-django_5.2.11.bb new file mode 100644 index 0000000000..d18aa35169 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_5.2.11.bb @@ -0,0 +1,5 @@ +require python3-django.inc +inherit python_setuptools_build_meta + +SRC_URI += "file://0001-fix-test_msgfmt_error_including_non_ascii-test.patch" +SRC_URI[sha256sum] = "7f2d292ad8b9ee35e405d965fbbad293758b858c34bbf7f3df551aeeac6f02d3" -- cgit v1.2.3-54-g00ecf