summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_5.2.9.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-02-10 20:19:22 +0100
committerKhem Raj <raj.khem@gmail.com>2026-02-10 21:11:46 -0800
commit8fdf6a64c0cb66b82fc2237b5e5139b552b655fc (patch)
tree4bfebdda920903d7184e4f0b6fbb1b104d95c394 /meta-python/recipes-devtools/python/python3-django_5.2.9.bb
parent12deb70ea80b2a13be126ebf7bec511668248712 (diff)
downloadmeta-openembedded-8fdf6a64c0cb66b82fc2237b5e5139b552b655fc.tar.gz
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 <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_5.2.9.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_5.2.9.bb7
1 files changed, 0 insertions, 7 deletions
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 @@
1require python3-django.inc
2inherit python_setuptools_build_meta
3
4SRC_URI += "file://0001-fix-test_msgfmt_error_including_non_ascii-test.patch \
5 file://0001-Fix-test_strip_tags-test.patch \
6"
7SRC_URI[sha256sum] = "16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495"