From 0a5c7f5e8ebc17586a2f5ef2300dfdaa95c8c787 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Wed, 15 May 2019 15:23:50 +0800 Subject: python-mako:upgrade 1.0.9 -> 1.0.10 -Upgrade from python-mako_1.0.9.bb to python-mako_1.0.10.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.10.bb | 2 ++ meta-python/recipes-devtools/python/python-mako_1.0.9.bb | 2 -- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python-mako_1.0.10.bb delete mode 100644 meta-python/recipes-devtools/python/python-mako_1.0.9.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 724d0ce5c0..d86ad33cd8 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] = "d739720f3f0d6a1cb6a96ea7a4760c3e" -SRC_URI[sha256sum] = "0728c404877cd4ca72c409c0ea372dc5f3b53fa1ad2bb434e1d216c0444ff1fd" +SRC_URI[md5sum] = "a94d376078dda65f834ea5049a81ebb5" +SRC_URI[sha256sum] = "7165919e78e1feb68b4dbe829871ea9941398178fa58e6beedb9ba14acf63965" RDEPENDS_${PN} = " \ ${PYTHON_PN}-html \ diff --git a/meta-python/recipes-devtools/python/python-mako_1.0.10.bb b/meta-python/recipes-devtools/python/python-mako_1.0.10.bb new file mode 100644 index 0000000000..3372eeb28c --- /dev/null +++ b/meta-python/recipes-devtools/python/python-mako_1.0.10.bb @@ -0,0 +1,2 @@ +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 deleted file mode 100644 index 3372eeb28c..0000000000 --- a/meta-python/recipes-devtools/python/python-mako_1.0.9.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-mako.inc -- cgit 1.2.3-korg