diff mbox series

[meta-python] python3-djangorestframework: upgrade 3.16.1 -> 3.17.1

Message ID 20260407101924.21308-1-liuyd.fnst@fujitsu.com
State New
Headers show
Series [meta-python] python3-djangorestframework: upgrade 3.16.1 -> 3.17.1 | expand

Commit Message

Liu Yiding April 7, 2026, 10:19 a.m. UTC
Changelog:
  https://www.django-rest-framework.org/community/release-notes/#deprecation-policy

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
---
 ...mework_3.16.1.bb => python3-djangorestframework_3.17.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-djangorestframework_3.16.1.bb => python3-djangorestframework_3.17.1.bb} (71%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-djangorestframework_3.16.1.bb b/meta-python/recipes-devtools/python/python3-djangorestframework_3.17.1.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-djangorestframework_3.16.1.bb
rename to meta-python/recipes-devtools/python/python3-djangorestframework_3.17.1.bb
index bcd079f328..42edd15156 100644
--- a/meta-python/recipes-devtools/python/python3-djangorestframework_3.16.1.bb
+++ b/meta-python/recipes-devtools/python/python3-djangorestframework_3.17.1.bb
@@ -5,11 +5,11 @@  HOMEPAGE = "https://pypi.python.org/pypi/djangorestframework"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7879a5a716147a784f7e524c9cf103c1"
 
-SRC_URI[sha256sum] = "166809528b1aced0a17dc66c24492af18049f2c9420dbd0be29422029cfc3ff7"
+SRC_URI[sha256sum] = "a6def5f447fe78ff853bff1d47a3c59bf38f5434b031780b351b0c73a62db1a5"
 
 PYPI_PACKAGE = "djangorestframework"
 
-inherit pypi setuptools3
+inherit pypi python_setuptools_build_meta
 
 RDEPENDS:${PN} += "\
     python3-django \