From 87651680215eef33de6e1361c05321e34659f2ef Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 31 Mar 2025 17:11:31 +0800 Subject: python3-djangorestframework: upgrade 3.15.2 -> 3.16.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-djangorestframework_3.15.2.bb | 16 ---------------- .../python/python3-djangorestframework_3.16.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-djangorestframework_3.15.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-djangorestframework_3.16.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-djangorestframework_3.15.2.bb b/meta-python/recipes-devtools/python/python3-djangorestframework_3.15.2.bb deleted file mode 100644 index 047aba137b..0000000000 --- a/meta-python/recipes-devtools/python/python3-djangorestframework_3.15.2.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "djangorestframework" -DESCRIPTION = "pip3 install djangorestframework" -HOMEPAGE = "https://pypi.python.org/pypi/djangorestframework" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7879a5a716147a784f7e524c9cf103c1" - -SRC_URI[sha256sum] = "36fe88cd2d6c6bec23dca9804bab2ba5517a8bb9d8f47ebc68981b56840107ad" - -PYPI_PACKAGE = "djangorestframework" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "\ - python3-django \ -" diff --git a/meta-python/recipes-devtools/python/python3-djangorestframework_3.16.0.bb b/meta-python/recipes-devtools/python/python3-djangorestframework_3.16.0.bb new file mode 100644 index 0000000000..ed9a09c59e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-djangorestframework_3.16.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "djangorestframework" +DESCRIPTION = "pip3 install djangorestframework" +HOMEPAGE = "https://pypi.python.org/pypi/djangorestframework" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7879a5a716147a784f7e524c9cf103c1" + +SRC_URI[sha256sum] = "f022ff46613584de994c0c6a4aebbace5fd700555fbe9d33b865ebf173eba6c9" + +PYPI_PACKAGE = "djangorestframework" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "\ + python3-django \ +" -- cgit v1.2.3-54-g00ecf