summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorAnkur Tyagi <ankur.tyagi85@gmail.com>2026-05-22 10:36:20 +1200
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-21 17:20:20 -0700
commit2f64c27b186011958ac392aea9214b2c134e14a3 (patch)
tree9f735cf4acf1eaa40d258aa711f497bc88e4b3f3 /meta-python
parentef903fca830e8bc31294ca2bec4957e85c4418b1 (diff)
downloadmeta-openembedded-2f64c27b186011958ac392aea9214b2c134e14a3.tar.gz
python3-django: upgrade 6.0.4 -> 6.0.5
https://docs.djangoproject.com/en/dev/releases/6.0.5/ Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_6.0.5.bb (renamed from meta-python/recipes-devtools/python/python3-django_6.0.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_6.0.4.bb b/meta-python/recipes-devtools/python/python3-django_6.0.5.bb
index 378b760f2c..93bcc7b2e9 100644
--- a/meta-python/recipes-devtools/python/python3-django_6.0.4.bb
+++ b/meta-python/recipes-devtools/python/python3-django_6.0.5.bb
@@ -1,7 +1,7 @@
1require python3-django.inc 1require python3-django.inc
2inherit python_setuptools_build_meta 2inherit python_setuptools_build_meta
3 3
4SRC_URI[sha256sum] = "8cfa2572b3f2768b2e84983cf3c4811877a01edb64e817986ec5d60751c113ac" 4SRC_URI[sha256sum] = "bc6d6872e98a2864c836e42edd644b362db311147dd5aa8d5b82ba7a032f5269"
5 5
6# Set DEFAULT_PREFERENCE so that the LTS version of django is built by 6# Set DEFAULT_PREFERENCE so that the LTS version of django is built by
7# default. To build the 6.x branch, 7# default. To build the 6.x branch,