summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-djangorestframework_3.15.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-04-01 22:50:46 +0800
committerKhem Raj <raj.khem@gmail.com>2024-04-02 11:28:50 -0700
commitdee23aebb8bb885b7ccda25bcccb1fc4d9da09e7 (patch)
tree2c3a2a6a992d9cca0492df6308dedb57f7bfc546 /meta-python/recipes-devtools/python/python3-djangorestframework_3.15.1.bb
parentdca7c04a8ad848b8f4d1fc8756f8a6449f1405e7 (diff)
downloadmeta-openembedded-dee23aebb8bb885b7ccda25bcccb1fc4d9da09e7.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-djangorestframework_3.15.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-djangorestframework_3.15.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-djangorestframework_3.15.1.bb b/meta-python/recipes-devtools/python/python3-djangorestframework_3.15.1.bb
new file mode 100644
index 0000000000..9515aa2296
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-djangorestframework_3.15.1.bb
@@ -0,0 +1,16 @@
1SUMMARY = "djangorestframework"
2DESCRIPTION = "pip3 install djangorestframework"
3HOMEPAGE = "https://pypi.python.org/pypi/djangorestframework"
4
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7879a5a716147a784f7e524c9cf103c1"
7
8SRC_URI[sha256sum] = "f88fad74183dfc7144b2756d0d2ac716ea5b4c7c9840995ac3bfd8ec034333c1"
9
10PYPI_PACKAGE = "djangorestframework"
11
12inherit pypi setuptools3
13
14RDEPENDS:${PN} += "\
15 python3-django \
16"