From 15c1350f807a65b8f850878b6a69785923d22237 Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Tue, 6 Aug 2019 03:59:05 +0800 Subject: python-mako: upgrade 1.0.14 -> 1.1.0 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-mako.inc | 4 ++-- meta-python/recipes-devtools/python/python-mako_1.0.14.bb | 2 -- meta-python/recipes-devtools/python/python-mako_1.1.0.bb | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-mako_1.0.14.bb create mode 100644 meta-python/recipes-devtools/python/python-mako_1.1.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-mako.inc b/meta-python/recipes-devtools/python/python-mako.inc index 27d14a3083..abcbb88418 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] = "e162578170331f0cc6a4adb063c7c0f6" -SRC_URI[sha256sum] = "f5a642d8c5699269ab62a68b296ff990767eb120f51e2e8f3d6afb16bdb57f4b" +SRC_URI[md5sum] = "6c3f2da0b74af529a4c4a537d0848bf2" +SRC_URI[sha256sum] = "a36919599a9b7dc5d86a7a8988f23a9a3a3d083070023bab23d64f7f1d1e0a4b" RDEPENDS_${PN} = " \ ${PYTHON_PN}-html \ 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 deleted file mode 100644 index 3372eeb28c..0000000000 --- a/meta-python/recipes-devtools/python/python-mako_1.0.14.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-mako.inc diff --git a/meta-python/recipes-devtools/python/python-mako_1.1.0.bb b/meta-python/recipes-devtools/python/python-mako_1.1.0.bb new file mode 100644 index 0000000000..3372eeb28c --- /dev/null +++ b/meta-python/recipes-devtools/python/python-mako_1.1.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-mako.inc -- cgit v1.2.3-54-g00ecf