summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_4.2.1.bb
diff options
context:
space:
mode:
authorNarpat Mali <narpat.mali@windriver.com>2023-06-02 15:48:51 +0000
committerArmin Kuster <akuster808@gmail.com>2023-06-03 07:55:29 -0400
commit84782522d145f55e4076699c4bb00bcb4cec98da (patch)
treeb9ff5e21d13651ac457bc5c58f57f43ba28bbdbb /meta-python/recipes-devtools/python/python3-django_4.2.1.bb
parent36707815060e387c2370962b5eb21bac7750f924 (diff)
downloadmeta-openembedded-84782522d145f55e4076699c4bb00bcb4cec98da.tar.gz
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 <randy.macleod@windriver.com> Signed-off-by: Narpat Mali <narpat.mali@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_4.2.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_4.2.1.bb13
1 files changed, 13 insertions, 0 deletions
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 @@
1require python-django.inc
2inherit setuptools3
3
4SRC_URI[sha256sum] = "7efa6b1f781a6119a10ac94b4794ded90db8accbe7802281cd26f8664ffed59c"
5
6RDEPENDS:${PN} += "\
7 ${PYTHON_PN}-sqlparse \
8"
9
10# Set DEFAULT_PREFERENCE so that the LTS version of django is built by
11# default. To build the 4.x branch,
12# PREFERRED_VERSION_python3-django = "4.0.2" can be added to local.conf
13DEFAULT_PREFERENCE = "-1"