From 9cbed01f6f5467d906bfa0544662af267ffc12c0 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Mon, 30 Mar 2020 12:24:57 -0400 Subject: python3-jinja2: upgrade 2.10.3 -> 2.11.1 Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-jinja2.inc | 4 ++-- meta-python/recipes-devtools/python/python3-jinja2_2.10.3.bb | 4 ---- meta-python/recipes-devtools/python/python3-jinja2_2.11.1.bb | 4 ++++ 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-jinja2_2.10.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-jinja2_2.11.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-jinja2.inc b/meta-python/recipes-devtools/python/python-jinja2.inc index 6a6aad9efa..6a95b953ff 100644 --- a/meta-python/recipes-devtools/python/python-jinja2.inc +++ b/meta-python/recipes-devtools/python/python-jinja2.inc @@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462" PYPI_PACKAGE = "Jinja2" -SRC_URI[md5sum] = "7883559bc5cc3e2781d94b4be61cfdcd" -SRC_URI[sha256sum] = "9fe95f19286cfefaa917656583d020be14e7859c6b0252588391e47db34527de" +SRC_URI[md5sum] = "5d88c7e77aa63fc852a04f65dbfe5594" +SRC_URI[sha256sum] = "93187ffbc7808079673ef52771baa950426fd664d3aad1d0fa3e95644360e250" RDEPENDS_${PN} += "${PYTHON_PN}-io ${PYTHON_PN}-pickle ${PYTHON_PN}-crypt \ ${PYTHON_PN}-math ${PYTHON_PN}-netclient \ diff --git a/meta-python/recipes-devtools/python/python3-jinja2_2.10.3.bb b/meta-python/recipes-devtools/python/python3-jinja2_2.10.3.bb deleted file mode 100644 index 284f5f588c..0000000000 --- a/meta-python/recipes-devtools/python/python3-jinja2_2.10.3.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit pypi setuptools3 -require python-jinja2.inc - -RDEPENDS_${PN} += "${PYTHON_PN}-asyncio" diff --git a/meta-python/recipes-devtools/python/python3-jinja2_2.11.1.bb b/meta-python/recipes-devtools/python/python3-jinja2_2.11.1.bb new file mode 100644 index 0000000000..284f5f588c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jinja2_2.11.1.bb @@ -0,0 +1,4 @@ +inherit pypi setuptools3 +require python-jinja2.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-asyncio" -- cgit v1.2.3-54-g00ecf