python3-djangorestframework: upgrade 3.15.1 -> 3.15.2

Changelog:
============
- Fix potential XSS vulnerability in browsable API.
- Revert "Ensure CursorPagination respects nulls in the ordering field".
- Use warnings rather than logging a warning for DecimalField.
- Remove unused code.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2024-06-25 16:55:59 +08:00
committed by Khem Raj
parent 8c7b1e400b
commit 4009e28946

View File

@@ -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] = "36fe88cd2d6c6bec23dca9804bab2ba5517a8bb9d8f47ebc68981b56840107ad"
PYPI_PACKAGE = "djangorestframework"
inherit pypi setuptools3
RDEPENDS:${PN} += "\
python3-django \
"