diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-06-06 11:47:37 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-15 16:45:33 -0700 |
commit | dd9b2d3bcf790eaec154e07a63a90d284a82915e (patch) | |
tree | 66bc5c2cccfd737df8be1ae117c5ccb96dace5f1 /meta-python/recipes-devtools | |
parent | 346b617a70c3b8d1509567143324f4c4fe392a9c (diff) | |
download | meta-openembedded-dd9b2d3bcf790eaec154e07a63a90d284a82915e.tar.gz |
python-mako: upgrade 1.0.10 -> 1.0.12
-Upgrade from python-mako_1.0.10.bb to python-mako_1.0.12.bb.
-License-Update: Copyright year updated to 2019.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python-mako.inc | 6 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-mako_1.0.12.bb (renamed from meta-python/recipes-devtools/python/python-mako_1.0.10.bb) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-mako.inc b/meta-python/recipes-devtools/python/python-mako.inc index d86ad33cd..dc27ada74 100644 --- a/meta-python/recipes-devtools/python/python-mako.inc +++ b/meta-python/recipes-devtools/python/python-mako.inc | |||
@@ -2,14 +2,14 @@ SUMMARY = "A super-fast templating language that borrows the best ideas from the | |||
2 | HOMEPAGE = "http://www.makotemplates.org/" | 2 | HOMEPAGE = "http://www.makotemplates.org/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1bb21fa2d2f7a534c884b990430a6863" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=df7e6c7c82990acf0228a55e00d29bc9" |
6 | 6 | ||
7 | PYPI_PACKAGE = "Mako" | 7 | PYPI_PACKAGE = "Mako" |
8 | 8 | ||
9 | inherit pypi | 9 | inherit pypi |
10 | 10 | ||
11 | SRC_URI[md5sum] = "a94d376078dda65f834ea5049a81ebb5" | 11 | SRC_URI[md5sum] = "4a7aef27217a8e6c1a29447c9b1b00ab" |
12 | SRC_URI[sha256sum] = "7165919e78e1feb68b4dbe829871ea9941398178fa58e6beedb9ba14acf63965" | 12 | SRC_URI[sha256sum] = "0cfa65de3a835e87eeca6ac856b3013aade55f49e32515f65d999f91a2324162" |
13 | 13 | ||
14 | RDEPENDS_${PN} = " \ | 14 | RDEPENDS_${PN} = " \ |
15 | ${PYTHON_PN}-html \ | 15 | ${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.12.bb index 3372eeb28..3372eeb28 100644 --- a/meta-python/recipes-devtools/python/python-mako_1.0.10.bb +++ b/meta-python/recipes-devtools/python/python-mako_1.0.12.bb | |||