From bb1568e2db3436e95eda53acb3044ddbba01b57d Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 11 Jul 2019 11:23:51 +0800 Subject: python-mako: upgrade 1.0.12 -> 1.0.13 -Upgrade from python-mako_1.0.12.bb to python-mako_1.0.13.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.12.bb | 2 -- meta-python/recipes-devtools/python/python-mako_1.0.13.bb | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-mako_1.0.12.bb create mode 100644 meta-python/recipes-devtools/python/python-mako_1.0.13.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 dc27ada746..0b3fe1449f 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] = "4a7aef27217a8e6c1a29447c9b1b00ab" -SRC_URI[sha256sum] = "0cfa65de3a835e87eeca6ac856b3013aade55f49e32515f65d999f91a2324162" +SRC_URI[md5sum] = "ad6c7dcb5d39c99f4fdf4fec892c5dee" +SRC_URI[sha256sum] = "95ee720cc3453063788515d55bd7ce4a2a77b7b209e4ac70ec5c86091eb02541" RDEPENDS_${PN} = " \ ${PYTHON_PN}-html \ diff --git a/meta-python/recipes-devtools/python/python-mako_1.0.12.bb b/meta-python/recipes-devtools/python/python-mako_1.0.12.bb deleted file mode 100644 index 3372eeb28c..0000000000 --- a/meta-python/recipes-devtools/python/python-mako_1.0.12.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.13.bb b/meta-python/recipes-devtools/python/python-mako_1.0.13.bb new file mode 100644 index 0000000000..3372eeb28c --- /dev/null +++ b/meta-python/recipes-devtools/python/python-mako_1.0.13.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-mako.inc -- cgit v1.2.3-54-g00ecf