From bc92c3e7187a127a8505477c5f1d9fe5c1d1bb48 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 21 Apr 2022 16:59:23 +0800 Subject: python3-django: upgrade 2.2.27 -> 2.2.28 Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-django_2.2.27.bb | 12 ------------ meta-python/recipes-devtools/python/python3-django_2.2.28.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-django_2.2.27.bb create mode 100644 meta-python/recipes-devtools/python/python3-django_2.2.28.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-django_2.2.27.bb b/meta-python/recipes-devtools/python/python3-django_2.2.27.bb deleted file mode 100644 index 786afab248..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_2.2.27.bb +++ /dev/null @@ -1,12 +0,0 @@ -require python-django.inc - -# Pin to 2.2.x LTS releases ONLY for this recipe -UPSTREAM_CHECK_REGEX = "/${PYPI_PACKAGE}/(?P(2\.2\.\d*)+)/" - -inherit setuptools3 - -SRC_URI[sha256sum] = "1ee37046b0bf2b61e83b3a01d067323516ec3b6f2b17cd49b1326dd4ba9dc913" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-sqlparse \ -" diff --git a/meta-python/recipes-devtools/python/python3-django_2.2.28.bb b/meta-python/recipes-devtools/python/python3-django_2.2.28.bb new file mode 100644 index 0000000000..9ef988176e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_2.2.28.bb @@ -0,0 +1,12 @@ +require python-django.inc + +# Pin to 2.2.x LTS releases ONLY for this recipe +UPSTREAM_CHECK_REGEX = "/${PYPI_PACKAGE}/(?P(2\.2\.\d*)+)/" + +inherit setuptools3 + +SRC_URI[sha256sum] = "0200b657afbf1bc08003845ddda053c7641b9b24951e52acd51f6abda33a7413" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-sqlparse \ +" -- cgit 1.2.3-korg