From 5a7a1a643e6cc7335724b034e782f22bd092b38e Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Thu, 5 Mar 2026 18:01:56 +0100 Subject: python3-django: upgrade 5.2.11 -> 5.2.12 Ptests passed successfully. Changelog: https://docs.djangoproject.com/en/6.0/releases/5.2.12/ - Fixed CVE-2026-25673 and CVE-2026-25674 - Fixed NameError when inspecting functions making use of deferred annotations in Python 3.14. Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-django_5.2.11.bb | 5 ----- meta-python/recipes-devtools/python/python3-django_5.2.12.bb | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-django_5.2.11.bb create mode 100644 meta-python/recipes-devtools/python/python3-django_5.2.12.bb (limited to 'meta-python/recipes-devtools/python') 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 deleted file mode 100644 index d18aa35169..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_5.2.11.bb +++ /dev/null @@ -1,5 +0,0 @@ -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" diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.12.bb b/meta-python/recipes-devtools/python/python3-django_5.2.12.bb new file mode 100644 index 0000000000..13166d4c53 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_5.2.12.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] = "6b809af7165c73eff5ce1c87fdae75d4da6520d6667f86401ecf55b681eb1eeb" -- cgit v1.2.3-54-g00ecf