diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-03-05 18:01:56 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-16 11:18:36 -0700 |
| commit | 5a7a1a643e6cc7335724b034e782f22bd092b38e (patch) | |
| tree | 9da28c83f067a455880b94ce0501fdd6e411b2de /meta-python/recipes-devtools/python | |
| parent | 1960f33a61a5ec1eb712fe73d70ee0a63fb24296 (diff) | |
| download | meta-openembedded-5a7a1a643e6cc7335724b034e782f22bd092b38e.tar.gz | |
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 <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django_5.2.12.bb (renamed from meta-python/recipes-devtools/python/python3-django_5.2.11.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.11.bb b/meta-python/recipes-devtools/python/python3-django_5.2.12.bb index d18aa35169..13166d4c53 100644 --- a/meta-python/recipes-devtools/python/python3-django_5.2.11.bb +++ b/meta-python/recipes-devtools/python/python3-django_5.2.12.bb | |||
| @@ -2,4 +2,4 @@ require python3-django.inc | |||
| 2 | inherit python_setuptools_build_meta | 2 | inherit python_setuptools_build_meta |
| 3 | 3 | ||
| 4 | SRC_URI += "file://0001-fix-test_msgfmt_error_including_non_ascii-test.patch" | 4 | SRC_URI += "file://0001-fix-test_msgfmt_error_including_non_ascii-test.patch" |
| 5 | SRC_URI[sha256sum] = "7f2d292ad8b9ee35e405d965fbbad293758b858c34bbf7f3df551aeeac6f02d3" | 5 | SRC_URI[sha256sum] = "6b809af7165c73eff5ce1c87fdae75d4da6520d6667f86401ecf55b681eb1eeb" |
