From 4c1e31f90696cac73516210bc2eed39cc45ecd62 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Mon, 14 Mar 2022 12:44:10 -0400 Subject: python3-django: upgrade 4.0.1 -> 4.0.2 4.0.2 fixes CVE-2022-22818 and CVE-2022-23833. See: https://docs.djangoproject.com/en/dev/releases/4.0.2/ Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj Signed-off-by: tgamblin --- meta-python/recipes-devtools/python/python3-django_4.0.1.bb | 13 ------------- meta-python/recipes-devtools/python/python3-django_4.0.2.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-django_4.0.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-django_4.0.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-django_4.0.1.bb b/meta-python/recipes-devtools/python/python3-django_4.0.1.bb deleted file mode 100644 index 6cf8cad8a9..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_4.0.1.bb +++ /dev/null @@ -1,13 +0,0 @@ -require python-django.inc -inherit setuptools3 - -SRC_URI[sha256sum] = "2485eea3cc4c3bae13080dee866ebf90ba9f98d1afe8fda89bfb0eb2e218ef86" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-sqlparse \ -" - -# Set DEFAULT_PREFERENCE so that the LTS version of django is built by -# default. To build the 4.x branch, -# PREFERRED_VERSION_python3-django = "4.0.2" can be added to local.conf -DEFAULT_PREFERENCE = "-1" diff --git a/meta-python/recipes-devtools/python/python3-django_4.0.2.bb b/meta-python/recipes-devtools/python/python3-django_4.0.2.bb new file mode 100644 index 0000000000..690b9809dc --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_4.0.2.bb @@ -0,0 +1,13 @@ +require python-django.inc +inherit setuptools3 + +SRC_URI[sha256sum] = "110fb58fb12eca59e072ad59fc42d771cd642dd7a2f2416582aa9da7a8ef954a" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-sqlparse \ +" + +# Set DEFAULT_PREFERENCE so that the LTS version of django is built by +# default. To build the 4.x branch, +# PREFERRED_VERSION_python3-django = "4.0.2" can be added to local.conf +DEFAULT_PREFERENCE = "-1" -- cgit v1.2.3-54-g00ecf