From 4d1b2874478e4d4d0b36a5e504f0098bcbb5f199 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Thu, 4 Jun 2026 15:40:04 +1200 Subject: python3-django: upgrade 6.0.5 -> 6.0.6 https://docs.djangoproject.com/en/dev/releases/6.0.6/ Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-django_6.0.5.bb | 9 --------- meta-python/recipes-devtools/python/python3-django_6.0.6.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-django_6.0.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-django_6.0.6.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-django_6.0.5.bb b/meta-python/recipes-devtools/python/python3-django_6.0.5.bb deleted file mode 100644 index 93bcc7b2e9..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_6.0.5.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python3-django.inc -inherit python_setuptools_build_meta - -SRC_URI[sha256sum] = "bc6d6872e98a2864c836e42edd644b362db311147dd5aa8d5b82ba7a032f5269" - -# Set DEFAULT_PREFERENCE so that the LTS version of django is built by -# default. To build the 6.x branch, -# PREFERRED_VERSION_python3-django = "6.0.%" can be added to local.conf -DEFAULT_PREFERENCE = "-1" diff --git a/meta-python/recipes-devtools/python/python3-django_6.0.6.bb b/meta-python/recipes-devtools/python/python3-django_6.0.6.bb new file mode 100644 index 0000000000..a96a6dbf53 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_6.0.6.bb @@ -0,0 +1,9 @@ +require python3-django.inc +inherit python_setuptools_build_meta + +SRC_URI[sha256sum] = "ad03916ba59523d781ae5c3f631960c23d69a9d9c43cecda52fc23b47e953713" + +# Set DEFAULT_PREFERENCE so that the LTS version of django is built by +# default. To build the 6.x branch, +# PREFERRED_VERSION_python3-django = "6.0.%" can be added to local.conf +DEFAULT_PREFERENCE = "-1" -- cgit v1.2.3-54-g00ecf