mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-13 09:18:28 +00:00
python3-django: upgrade 5.0.11 -> 5.0.14
Drop patch merged in the upstream. Release notes: https://docs.djangoproject.com/en/dev/releases/5.0.12/ https://docs.djangoproject.com/en/dev/releases/5.0.13/ https://docs.djangoproject.com/en/dev/releases/5.0.14/ Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
12
meta-python/recipes-devtools/python/python3-django_5.0.14.bb
Normal file
12
meta-python/recipes-devtools/python/python3-django_5.0.14.bb
Normal file
@@ -0,0 +1,12 @@
|
||||
require python-django.inc
|
||||
inherit setuptools3
|
||||
|
||||
# Windows-specific DoS via NFKC normalization, not applicable to Linux
|
||||
CVE_STATUS[CVE-2025-27556] = "not-applicable-platform: Issue only applies on Windows"
|
||||
|
||||
SRC_URI[sha256sum] = "29019a5763dbd48da1720d687c3522ef40d1c61be6fb2fad27ed79e9f655bc11"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-sqlparse \
|
||||
python3-asgiref \
|
||||
"
|
||||
Reference in New Issue
Block a user