summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-01-18 17:27:39 +0100
committerKhem Raj <raj.khem@gmail.com>2026-01-18 10:51:27 -0800
commit78f76ccc93f993789e40942758a92e50f3df4ecd (patch)
tree6af7b93cec207534c282e1281160048ed1ba2f63 /meta-python/recipes-devtools/python
parent0bc0d7f7f6a1da84275a7149634286b82df22e6c (diff)
downloadmeta-openembedded-78f76ccc93f993789e40942758a92e50f3df4ecd.tar.gz
python3-django: add recipe for version 6.0.1
New, non-LTS version. Release notes: https://github.com/django/django/blob/main/docs/releases/6.0.txt New features in a nutshell: - Content Security Policy support - Template Partials - Background Tasks - Adoption of Python's modern email API Ptest summary: Ran 18643 tests in 164.287s OK (skipped=1404, expected failures=5) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_6.0.1.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_6.0.1.bb b/meta-python/recipes-devtools/python/python3-django_6.0.1.bb
new file mode 100644
index 0000000000..9642a3c581
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-django_6.0.1.bb
@@ -0,0 +1,9 @@
1require python3-django.inc
2inherit python_setuptools_build_meta
3
4SRC_URI[sha256sum] = "ed76a7af4da21551573b3d9dfc1f53e20dd2e6c7d70a3adc93eedb6338130a5f"
5
6# Set DEFAULT_PREFERENCE so that the LTS version of django is built by
7# default. To build the 6.x branch,
8# PREFERRED_VERSION_python3-django = "6.0.%" can be added to local.conf
9DEFAULT_PREFERENCE = "-1"