From 24af5ceca36e5a2c0b57154ed85e24c1920d9158 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Tue, 23 Jul 2019 11:16:39 +0800 Subject: python-mako: upgrade 1.0.13 -> 1.0.14 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-mako.inc | 4 ++-- meta-python/recipes-devtools/python/python-mako_1.0.13.bb | 2 -- meta-python/recipes-devtools/python/python-mako_1.0.14.bb | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-mako_1.0.13.bb create mode 100644 meta-python/recipes-devtools/python/python-mako_1.0.14.bb diff --git a/meta-python/recipes-devtools/python/python-mako.inc b/meta-python/recipes-devtools/python/python-mako.inc index 0b3fe1449f..27d14a3083 100644 --- a/meta-python/recipes-devtools/python/python-mako.inc +++ b/meta-python/recipes-devtools/python/python-mako.inc @@ -8,8 +8,8 @@ PYPI_PACKAGE = "Mako" inherit pypi -SRC_URI[md5sum] = "ad6c7dcb5d39c99f4fdf4fec892c5dee" -SRC_URI[sha256sum] = "95ee720cc3453063788515d55bd7ce4a2a77b7b209e4ac70ec5c86091eb02541" +SRC_URI[md5sum] = "e162578170331f0cc6a4adb063c7c0f6" +SRC_URI[sha256sum] = "f5a642d8c5699269ab62a68b296ff990767eb120f51e2e8f3d6afb16bdb57f4b" RDEPENDS_${PN} = " \ ${PYTHON_PN}-html \ diff --git a/meta-python/recipes-devtools/python/python-mako_1.0.13.bb b/meta-python/recipes-devtools/python/python-mako_1.0.13.bb deleted file mode 100644 index 3372eeb28c..0000000000 --- a/meta-python/recipes-devtools/python/python-mako_1.0.13.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-mako.inc diff --git a/meta-python/recipes-devtools/python/python-mako_1.0.14.bb b/meta-python/recipes-devtools/python/python-mako_1.0.14.bb new file mode 100644 index 0000000000..3372eeb28c --- /dev/null +++ b/meta-python/recipes-devtools/python/python-mako_1.0.14.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-mako.inc -- cgit v1.2.3-54-g00ecf