mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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:
@@ -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 \
|
||||
"
|
||||
Reference in New Issue
Block a user