mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
python3-djangorestframework: upgrade 3.14.0 -> 3.15.1
Changelog: =========== -Fix SearchFilter handling of quoted and comma separated strings, when .get_search_terms is being called into by a custom class. -Revert number of 3.15.0 issues which included unintended side-effects. 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] = "f88fad74183dfc7144b2756d0d2ac716ea5b4c7c9840995ac3bfd8ec034333c1"
|
||||
|
||||
PYPI_PACKAGE = "djangorestframework"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-django \
|
||||
"
|
||||
Reference in New Issue
Block a user