From 8c4e201c6288e5fee7eef8f6eba576d4c426109c Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Fri, 12 Jun 2020 08:04:23 -0700 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-django_2.2.13.bb | 9 +++++++++ meta-python/recipes-devtools/python/python3-django_2.2.7.bb | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-django_2.2.13.bb delete mode 100644 meta-python/recipes-devtools/python/python3-django_2.2.7.bb (limited to 'meta-python') 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 @@ +require python-django.inc +inherit setuptools3 + +SRC_URI[md5sum] = "30c688af9b63c4800ef9b044e0dd4145" +SRC_URI[sha256sum] = "84f370f6acedbe1f3c41e1a02de44ac206efda3355e427139ecb785b5f596d80" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-sqlparse \ +" diff --git a/meta-python/recipes-devtools/python/python3-django_2.2.7.bb b/meta-python/recipes-devtools/python/python3-django_2.2.7.bb deleted file mode 100644 index e56453abc1..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_2.2.7.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python-django.inc -inherit setuptools3 - -SRC_URI[md5sum] = "b0833024aac4c8240467e4dc91a12e9b" -SRC_URI[sha256sum] = "16040e1288c6c9f68c6da2fe75ebde83c0a158f6f5d54f4c5177b0c1478c5b86" - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-sqlparse \ -" -- cgit v1.2.3-54-g00ecf