summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_4.2.7.bb
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2023-11-27 12:24:04 -0800
committerArmin Kuster <akuster808@gmail.com>2023-12-04 09:47:03 -0500
commitf29290563cb821fae95340ba959749641c69ed7f (patch)
tree3e7f6a4d2c7320b99cd14a32cf9ee9037712fa1f /meta-python/recipes-devtools/python/python3-django_4.2.7.bb
parentad7da539788b28436dfecaaf88768a0ca2c013e5 (diff)
downloadmeta-openembedded-f29290563cb821fae95340ba959749641c69ed7f.tar.gz
python3-django: move to version 4.2.7
Version 4.2.5 fixes CVE-2023-36053 and CVE-2023-41164. Version 4.2.7 fixes CVE-2023-46695 and CVE-2023-43665. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_4.2.7.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_4.2.7.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.7.bb b/meta-python/recipes-devtools/python/python3-django_4.2.7.bb
new file mode 100644
index 0000000000..100db9bd71
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-django_4.2.7.bb
@@ -0,0 +1,9 @@
1require python-django.inc
2inherit setuptools3
3
4SRC_URI[sha256sum] = "8e0f1c2c2786b5c0e39fe1afce24c926040fad47c8ea8ad30aaf1188df29fc41"
5
6RDEPENDS:${PN} += "\
7 ${PYTHON_PN}-sqlparse \
8 ${PYTHON_PN}-asgiref \
9"