summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-05-25 14:57:25 +0800
committerKhem Raj <raj.khem@gmail.com>2023-05-25 08:57:47 -0700
commitdb4970bb2f306d773e598e7d89b86c539aebaeb2 (patch)
tree8d76f2f76018368310eb809bb204b12a1d088b1e /meta-python/recipes-devtools/python
parentc5919a93caed01bc56be1f7679d5e7239f5c995e (diff)
downloadmeta-openembedded-db4970bb2f306d773e598e7d89b86c539aebaeb2.tar.gz
python3-django: upgrade 4.1.7 -> 4.2.1
Changelog: https://docs.djangoproject.com/en/4.2/releases/4.2.1/ Signed-off-by: Wang Mingyu <wangmy@fujitsu.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_4.2.1.bb (renamed from meta-python/recipes-devtools/python/python3-django_4.1.7.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_4.1.7.bb b/meta-python/recipes-devtools/python/python3-django_4.2.1.bb
index be806eefaa..b1474cf054 100644
--- a/meta-python/recipes-devtools/python/python3-django_4.1.7.bb
+++ b/meta-python/recipes-devtools/python/python3-django_4.2.1.bb
@@ -1,7 +1,7 @@
1require python-django.inc 1require python-django.inc
2inherit setuptools3 2inherit setuptools3
3 3
4SRC_URI[sha256sum] = "44f714b81c5f190d9d2ddad01a532fe502fa01c4cb8faf1d081f4264ed15dcd8" 4SRC_URI[sha256sum] = "7efa6b1f781a6119a10ac94b4794ded90db8accbe7802281cd26f8664ffed59c"
5 5
6RDEPENDS:${PN} += "\ 6RDEPENDS:${PN} += "\
7 ${PYTHON_PN}-sqlparse \ 7 ${PYTHON_PN}-sqlparse \