From 17eac5ed5a6565a059d1c1491e3bde7acde415ac Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 27 Sep 2022 17:08:03 +0800 Subject: python3-djangorestframework: upgrade 3.13.1 -> 3.14.0 Changelog: =========== * Django 2.2 is no longer supported. [#8662] * Django 4.1 compatibility. [#8591] * Add --api-version CLI option to generateschema management command. [#8663] * Enforce is_valid(raise_exception=False) as a keyword-only argument. [#7952] * Stop calling set_context on Validators. [#8589] * Return NotImplemented from ErrorDetails.__ne__. [#8538] * Don't evaluate DateTimeField.default_timezone when a custom timezone is set. [#8531] * Make relative URLs clickable in Browseable API. [#8464] * Support ManyRelatedField falling back to the default value when the attribute specified by dot notation doesn't exist. Matches ManyRelatedField.get_attribute to Field.get_attribute. [#7574] * Make schemas.openapi.get_reference public. [#7515] * Make ReturnDict support dict union operators on Python 3.9 and later. [#8302] * Update throttling to check if request.user is set before checking if the user is authenticated. [#8370] Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-djangorestframework_3.13.1.bb | 16 ---------------- .../python/python3-djangorestframework_3.14.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-djangorestframework_3.13.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-djangorestframework_3.14.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-djangorestframework_3.13.1.bb b/meta-python/recipes-devtools/python/python3-djangorestframework_3.13.1.bb deleted file mode 100644 index be85827ef3..0000000000 --- a/meta-python/recipes-devtools/python/python3-djangorestframework_3.13.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] = "0c33407ce23acc68eca2a6e46424b008c9c02eceb8cf18581921d0092bc1f2ee" - -PYPI_PACKAGE = "djangorestframework" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-django \ -" diff --git a/meta-python/recipes-devtools/python/python3-djangorestframework_3.14.0.bb b/meta-python/recipes-devtools/python/python3-djangorestframework_3.14.0.bb new file mode 100644 index 0000000000..fee8a3a029 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-djangorestframework_3.14.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] = "579a333e6256b09489cbe0a067e66abe55c6595d8926be6b99423786334350c8" + +PYPI_PACKAGE = "djangorestframework" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-django \ +" -- cgit v1.2.3-54-g00ecf