From c076bdc1ba5002fb7431202ff230f5fafff0828a Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 20 May 2019 16:10:53 +0200 Subject: python3-mako: upgrade 1.0.9 -> 1.0.10 (From OE-Core rev: d081fd6b04788da7ed8eb46c0bc79e725a9acb2c) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-mako.inc | 4 ++-- meta/recipes-devtools/python/python3-mako_1.0.10.bb | 3 +++ meta/recipes-devtools/python/python3-mako_1.0.9.bb | 3 --- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 meta/recipes-devtools/python/python3-mako_1.0.10.bb delete mode 100644 meta/recipes-devtools/python/python3-mako_1.0.9.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python-mako.inc b/meta/recipes-devtools/python/python-mako.inc index 97c624bbc6..20808fe5ac 100644 --- a/meta/recipes-devtools/python/python-mako.inc +++ b/meta/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 \ ${PYTHON_PN}-netclient \ diff --git a/meta/recipes-devtools/python/python3-mako_1.0.10.bb b/meta/recipes-devtools/python/python3-mako_1.0.10.bb new file mode 100644 index 0000000000..17803f1b00 --- /dev/null +++ b/meta/recipes-devtools/python/python3-mako_1.0.10.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-mako.inc + diff --git a/meta/recipes-devtools/python/python3-mako_1.0.9.bb b/meta/recipes-devtools/python/python3-mako_1.0.9.bb deleted file mode 100644 index 17803f1b00..0000000000 --- a/meta/recipes-devtools/python/python3-mako_1.0.9.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools3 -require python-mako.inc - -- cgit v1.2.3-54-g00ecf