From 63daa467d5c0f63932475922f919fcc98ccb6749 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 25 Aug 2021 13:37:59 +0200 Subject: python3-mako: upgrade 1.1.4 -> 1.1.5 (From OE-Core rev: 55e168eb2961dc4c1ae99a3ddee31b36d84c8fa9) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-mako_1.1.4.bb | 18 ------------------ meta/recipes-devtools/python/python3-mako_1.1.5.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-mako_1.1.4.bb create mode 100644 meta/recipes-devtools/python/python3-mako_1.1.5.bb diff --git a/meta/recipes-devtools/python/python3-mako_1.1.4.bb b/meta/recipes-devtools/python/python3-mako_1.1.4.bb deleted file mode 100644 index 21ce33b808..0000000000 --- a/meta/recipes-devtools/python/python3-mako_1.1.4.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Templating library for Python" -HOMEPAGE = "http://www.makotemplates.org/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=943eb67718222db21d44a4ef1836675f" - -PYPI_PACKAGE = "Mako" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "17831f0b7087c313c0ffae2bcbbd3c1d5ba9eeac9c38f2eb7b50e8c99fe9d5ab" - -RDEPENDS:${PN} = "${PYTHON_PN}-html \ - ${PYTHON_PN}-netclient \ - ${PYTHON_PN}-threading \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-mako_1.1.5.bb b/meta/recipes-devtools/python/python3-mako_1.1.5.bb new file mode 100644 index 0000000000..f8be44a837 --- /dev/null +++ b/meta/recipes-devtools/python/python3-mako_1.1.5.bb @@ -0,0 +1,18 @@ +SUMMARY = "Templating library for Python" +HOMEPAGE = "http://www.makotemplates.org/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=943eb67718222db21d44a4ef1836675f" + +PYPI_PACKAGE = "Mako" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "169fa52af22a91900d852e937400e79f535496191c63712e3b9fda5a9bed6fc3" + +RDEPENDS:${PN} = "${PYTHON_PN}-html \ + ${PYTHON_PN}-netclient \ + ${PYTHON_PN}-threading \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf