summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_2.2.13.bb
diff options
context:
space:
mode:
authorTrevor Gamblin <trevor.gamblin@windriver.com>2020-06-12 08:04:23 -0700
committerArmin Kuster <akuster808@gmail.com>2021-07-05 14:53:33 -0700
commit7ee3eeffedc2ceabc5d53f1a86909bfbb8a762d9 (patch)
tree833fd43e907a2173a68bbd96cb779b48e631800b /meta-python/recipes-devtools/python/python3-django_2.2.13.bb
parent54207c3575ae610e68e5ec4f6e7c698d3a6ba1d0 (diff)
downloadmeta-openembedded-7ee3eeffedc2ceabc5d53f1a86909bfbb8a762d9.tar.gz
python3-django: upgrade 2.2.7 -> 2.2.13
Upgrade from 2.2.7 for: - Bugfixes, including CVE-2020-13254, CVE-2020-13596, many others; - Official support for Python 3.8 (as of Django 2.2.8) Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8c4e201c6288e5fee7eef8f6eba576d4c426109c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_2.2.13.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_2.2.13.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_2.2.13.bb b/meta-python/recipes-devtools/python/python3-django_2.2.13.bb
new file mode 100644
index 0000000000..55eacdff2e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-django_2.2.13.bb
@@ -0,0 +1,9 @@
1require python-django.inc
2inherit setuptools3
3
4SRC_URI[md5sum] = "30c688af9b63c4800ef9b044e0dd4145"
5SRC_URI[sha256sum] = "84f370f6acedbe1f3c41e1a02de44ac206efda3355e427139ecb785b5f596d80"
6
7RDEPENDS_${PN} += "\
8 ${PYTHON_PN}-sqlparse \
9"