From 00c294329b40ac3283afbb792f6b857f83e0bf2a Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Wed, 17 Apr 2019 13:08:47 +0800 Subject: python-mako: upgrade 1.0.7 -> 1.0.9 -Upgrade from python-mako_1.0.7.bb to python-mako_1.0.9.bb. 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.7.bb | 2 -- meta-python/recipes-devtools/python/python-mako_1.0.9.bb | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-mako_1.0.7.bb create mode 100644 meta-python/recipes-devtools/python/python-mako_1.0.9.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-mako.inc b/meta-python/recipes-devtools/python/python-mako.inc index a9fa55639..724d0ce5c 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] = "5836cc997b1b773ef389bf6629c30e65" -SRC_URI[sha256sum] = "4e02fde57bd4abb5ec400181e4c314f56ac3e49ba4fb8b0d50bba18cb27d25ae" +SRC_URI[md5sum] = "d739720f3f0d6a1cb6a96ea7a4760c3e" +SRC_URI[sha256sum] = "0728c404877cd4ca72c409c0ea372dc5f3b53fa1ad2bb434e1d216c0444ff1fd" RDEPENDS_${PN} = " \ ${PYTHON_PN}-html \ diff --git a/meta-python/recipes-devtools/python/python-mako_1.0.7.bb b/meta-python/recipes-devtools/python/python-mako_1.0.7.bb deleted file mode 100644 index 3372eeb28..000000000 --- a/meta-python/recipes-devtools/python/python-mako_1.0.7.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.9.bb b/meta-python/recipes-devtools/python/python-mako_1.0.9.bb new file mode 100644 index 000000000..3372eeb28 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-mako_1.0.9.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-mako.inc -- cgit v1.2.3-54-g00ecf