From bc92c3e7187a127a8505477c5f1d9fe5c1d1bb48 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 21 Apr 2022 16:59:23 +0800 Subject: [PATCH] python3-django: upgrade 2.2.27 -> 2.2.28 Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-django_2.2.27.bb => python3-django_2.2.28.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-django_2.2.27.bb => python3-django_2.2.28.bb} (71%) diff --git a/meta-python/recipes-devtools/python/python3-django_2.2.27.bb b/meta-python/recipes-devtools/python/python3-django_2.2.28.bb similarity index 71% rename from meta-python/recipes-devtools/python/python3-django_2.2.27.bb rename to meta-python/recipes-devtools/python/python3-django_2.2.28.bb index 786afab248..9ef988176e 100644 --- a/meta-python/recipes-devtools/python/python3-django_2.2.27.bb +++ b/meta-python/recipes-devtools/python/python3-django_2.2.28.bb @@ -5,7 +5,7 @@ UPSTREAM_CHECK_REGEX = "/${PYPI_PACKAGE}/(?P(2\.2\.\d*)+)/" inherit setuptools3 -SRC_URI[sha256sum] = "1ee37046b0bf2b61e83b3a01d067323516ec3b6f2b17cd49b1326dd4ba9dc913" +SRC_URI[sha256sum] = "0200b657afbf1bc08003845ddda053c7641b9b24951e52acd51f6abda33a7413" RDEPENDS:${PN} += "\ ${PYTHON_PN}-sqlparse \