From f29290563cb821fae95340ba959749641c69ed7f Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Mon, 27 Nov 2023 12:24:04 -0800 Subject: 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 Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-django_4.2.1.bb | 9 --------- meta-python/recipes-devtools/python/python3-django_4.2.7.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-django_4.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-django_4.2.7.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.1.bb b/meta-python/recipes-devtools/python/python3-django_4.2.1.bb deleted file mode 100644 index b1474cf054..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_4.2.1.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python-django.inc -inherit setuptools3 - -SRC_URI[sha256sum] = "7efa6b1f781a6119a10ac94b4794ded90db8accbe7802281cd26f8664ffed59c" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-sqlparse \ - ${PYTHON_PN}-asgiref \ -" 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 @@ +require python-django.inc +inherit setuptools3 + +SRC_URI[sha256sum] = "8e0f1c2c2786b5c0e39fe1afce24c926040fad47c8ea8ad30aaf1188df29fc41" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-sqlparse \ + ${PYTHON_PN}-asgiref \ +" -- cgit v1.2.3-54-g00ecf