From db4970bb2f306d773e598e7d89b86c539aebaeb2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 25 May 2023 14:57:25 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../python/{python3-django_4.1.7.bb => python3-django_4.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-django_4.1.7.bb => python3-django_4.2.1.bb} (58%) 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 similarity index 58% rename from meta-python/recipes-devtools/python/python3-django_4.1.7.bb rename to 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 @@ require python-django.inc inherit setuptools3 -SRC_URI[sha256sum] = "44f714b81c5f190d9d2ddad01a532fe502fa01c4cb8faf1d081f4264ed15dcd8" +SRC_URI[sha256sum] = "7efa6b1f781a6119a10ac94b4794ded90db8accbe7802281cd26f8664ffed59c" RDEPENDS:${PN} += "\ ${PYTHON_PN}-sqlparse \