From cd7b52861dd4ad3262384987d6f3e619c2f312d6 Mon Sep 17 00:00:00 2001 From: Liu Yiding Date: Tue, 7 Apr 2026 18:19:24 +0800 Subject: python3-djangorestframework: upgrade 3.16.1 -> 3.17.1 Changelog: https://www.django-rest-framework.org/community/release-notes/#deprecation-policy Signed-off-by: Liu Yiding Signed-off-by: Khem Raj --- .../python/python3-djangorestframework_3.16.1.bb | 16 ---------------- .../python/python3-djangorestframework_3.17.1.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-djangorestframework_3.16.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-djangorestframework_3.17.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-djangorestframework_3.16.1.bb b/meta-python/recipes-devtools/python/python3-djangorestframework_3.16.1.bb deleted file mode 100644 index bcd079f328..0000000000 --- a/meta-python/recipes-devtools/python/python3-djangorestframework_3.16.1.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] = "166809528b1aced0a17dc66c24492af18049f2c9420dbd0be29422029cfc3ff7" - -PYPI_PACKAGE = "djangorestframework" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "\ - python3-django \ -" diff --git a/meta-python/recipes-devtools/python/python3-djangorestframework_3.17.1.bb b/meta-python/recipes-devtools/python/python3-djangorestframework_3.17.1.bb new file mode 100644 index 0000000000..42edd15156 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-djangorestframework_3.17.1.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] = "a6def5f447fe78ff853bff1d47a3c59bf38f5434b031780b351b0c73a62db1a5" + +PYPI_PACKAGE = "djangorestframework" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} += "\ + python3-django \ +" -- cgit v1.2.3-54-g00ecf