From e7c2b20cd7365c733bb4a5d1da1378cec039024b Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 10 Oct 2019 16:41:57 +0800 Subject: python-jinja2: upgrade 2.10.1 -> 2.10.3 -License-Update:The license file changed its name and changed to 2007. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-jinja2.inc | 6 +++--- meta-python/recipes-devtools/python/python-jinja2_2.10.1.bb | 8 -------- meta-python/recipes-devtools/python/python-jinja2_2.10.3.bb | 8 ++++++++ meta-python/recipes-devtools/python/python3-jinja2_2.10.1.bb | 4 ---- meta-python/recipes-devtools/python/python3-jinja2_2.10.3.bb | 4 ++++ 5 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-jinja2_2.10.1.bb create mode 100644 meta-python/recipes-devtools/python/python-jinja2_2.10.3.bb delete mode 100644 meta-python/recipes-devtools/python/python3-jinja2_2.10.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-jinja2_2.10.3.bb diff --git a/meta-python/recipes-devtools/python/python-jinja2.inc b/meta-python/recipes-devtools/python/python-jinja2.inc index aee7bd3ff4..6a6aad9efa 100644 --- a/meta-python/recipes-devtools/python/python-jinja2.inc +++ b/meta-python/recipes-devtools/python/python-jinja2.inc @@ -1,11 +1,11 @@ DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python." LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=20c831f91dd3bd486020f672ba2be386" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462" PYPI_PACKAGE = "Jinja2" -SRC_URI[md5sum] = "0ae535be40fd215a8114a090c8b68e5a" -SRC_URI[sha256sum] = "065c4f02ebe7f7cf559e49ee5a95fb800a9e4528727aec6f24402a5374c65013" +SRC_URI[md5sum] = "7883559bc5cc3e2781d94b4be61cfdcd" +SRC_URI[sha256sum] = "9fe95f19286cfefaa917656583d020be14e7859c6b0252588391e47db34527de" 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/python-jinja2_2.10.1.bb b/meta-python/recipes-devtools/python/python-jinja2_2.10.1.bb deleted file mode 100644 index 5233cf40c0..0000000000 --- a/meta-python/recipes-devtools/python/python-jinja2_2.10.1.bb +++ /dev/null @@ -1,8 +0,0 @@ -inherit pypi setuptools -require python-jinja2.inc - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-lang \ - ${PYTHON_PN}-re \ - ${PYTHON_PN}-textutils \ -" diff --git a/meta-python/recipes-devtools/python/python-jinja2_2.10.3.bb b/meta-python/recipes-devtools/python/python-jinja2_2.10.3.bb new file mode 100644 index 0000000000..5233cf40c0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-jinja2_2.10.3.bb @@ -0,0 +1,8 @@ +inherit pypi setuptools +require python-jinja2.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-lang \ + ${PYTHON_PN}-re \ + ${PYTHON_PN}-textutils \ +" diff --git a/meta-python/recipes-devtools/python/python3-jinja2_2.10.1.bb b/meta-python/recipes-devtools/python/python3-jinja2_2.10.1.bb deleted file mode 100644 index 284f5f588c..0000000000 --- a/meta-python/recipes-devtools/python/python3-jinja2_2.10.1.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.10.3.bb b/meta-python/recipes-devtools/python/python3-jinja2_2.10.3.bb new file mode 100644 index 0000000000..284f5f588c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jinja2_2.10.3.bb @@ -0,0 +1,4 @@ +inherit pypi setuptools3 +require python-jinja2.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-asyncio" -- cgit 1.2.3-korg