From daed49b2a7bce5182cf725c777a74a9995a55a2d Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Thu, 27 Jun 2019 17:51:19 +0200 Subject: python3-mako: update to 1.0.12 License checksum changed due to madified copyright year. (From OE-Core rev: 9225797184c877dd22aa5f96503a182a548303ff) Signed-off-by: Oleksandr Kravchuk Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-mako.inc | 6 +++--- meta/recipes-devtools/python/python3-mako_1.0.10.bb | 3 --- meta/recipes-devtools/python/python3-mako_1.0.12.bb | 3 +++ 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-mako_1.0.10.bb create mode 100644 meta/recipes-devtools/python/python3-mako_1.0.12.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 20808fe5ac..31be8f1d50 100644 --- a/meta/recipes-devtools/python/python-mako.inc +++ b/meta/recipes-devtools/python/python-mako.inc @@ -2,14 +2,14 @@ SUMMARY = "Templating library for Python" HOMEPAGE = "http://www.makotemplates.org/" SECTION = "devel/python" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1bb21fa2d2f7a534c884b990430a6863" +LIC_FILES_CHKSUM = "file://LICENSE;md5=df7e6c7c82990acf0228a55e00d29bc9" PYPI_PACKAGE = "Mako" inherit pypi -SRC_URI[md5sum] = "a94d376078dda65f834ea5049a81ebb5" -SRC_URI[sha256sum] = "7165919e78e1feb68b4dbe829871ea9941398178fa58e6beedb9ba14acf63965" +SRC_URI[md5sum] = "4a7aef27217a8e6c1a29447c9b1b00ab" +SRC_URI[sha256sum] = "0cfa65de3a835e87eeca6ac856b3013aade55f49e32515f65d999f91a2324162" 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 deleted file mode 100644 index 17803f1b00..0000000000 --- a/meta/recipes-devtools/python/python3-mako_1.0.10.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools3 -require python-mako.inc - diff --git a/meta/recipes-devtools/python/python3-mako_1.0.12.bb b/meta/recipes-devtools/python/python3-mako_1.0.12.bb new file mode 100644 index 0000000000..17803f1b00 --- /dev/null +++ b/meta/recipes-devtools/python/python3-mako_1.0.12.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-mako.inc + -- cgit 1.2.3-korg