From 84782522d145f55e4076699c4bb00bcb4cec98da Mon Sep 17 00:00:00 2001 From: Narpat Mali Date: Fri, 2 Jun 2023 15:48:51 +0000 Subject: python3-django: upgrade 4.0.2 -> 4.2.1 Django 4.2* is designated as a long-term support release. It will receive security updates for at least three years after its release (From April-2023 to April-2026). The delta between 4.0.2 and 4.2.1 contain numerous CVEs and other bugfixes. Changelog: https://docs.djangoproject.com/en/dev/releases/4.2.1/ Signed-off-by: Randy MacLeod Signed-off-by: Narpat Mali Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-django_4.0.2.bb | 13 ------------- meta-python/recipes-devtools/python/python3-django_4.2.1.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-django_4.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-django_4.2.1.bb 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 deleted file mode 100644 index 690b9809dc..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_4.0.2.bb +++ /dev/null @@ -1,13 +0,0 @@ -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" 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 new file mode 100644 index 0000000000..4daca65eb5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_4.2.1.bb @@ -0,0 +1,13 @@ +require python-django.inc +inherit setuptools3 + +SRC_URI[sha256sum] = "7efa6b1f781a6119a10ac94b4794ded90db8accbe7802281cd26f8664ffed59c" + +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 1.2.3-korg