From d9abc8dc8f32b7f6cc8e9a31e37903766688ac14 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 18 Feb 2025 15:39:23 +0800 Subject: python3-mako: upgrade 1.3.8 -> 1.3.9 License-Update: Copyright year updated to 2025. Fixed test suite to not rely upon ancient "future division" statement to test the Template.future_imports feature. (From OE-Core rev: 3c35df03ffb394022af16e8551b18d0015b3d657) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-mako_1.3.8.bb | 29 ---------------------- meta/recipes-devtools/python/python3-mako_1.3.9.bb | 29 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-mako_1.3.8.bb create mode 100644 meta/recipes-devtools/python/python3-mako_1.3.9.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-mako_1.3.8.bb b/meta/recipes-devtools/python/python3-mako_1.3.8.bb deleted file mode 100644 index 3cfe56e043..0000000000 --- a/meta/recipes-devtools/python/python3-mako_1.3.8.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "Templating library for Python" -HOMEPAGE = "http://www.makotemplates.org/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d0995d6f7ba3f186a03118f244e88f57" - -PYPI_PACKAGE = "mako" - -inherit pypi python_setuptools_build_meta ptest-python-pytest - - - -SRC_URI[sha256sum] = "577b97e414580d3e088d47c2dbbe9594aa7a5146ed2875d4dfa9075af2dd3cc8" - -RDEPENDS:${PN} = "python3-html \ - python3-markupsafe \ - python3-misc \ - python3-netclient \ - python3-pygments \ - python3-threading \ -" - -PTEST_PYTEST_DIR = "test" - -do_install_ptest:append() { - install -m 0644 ${S}/setup.cfg ${D}${PTEST_PATH}/ -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-mako_1.3.9.bb b/meta/recipes-devtools/python/python3-mako_1.3.9.bb new file mode 100644 index 0000000000..83b6149337 --- /dev/null +++ b/meta/recipes-devtools/python/python3-mako_1.3.9.bb @@ -0,0 +1,29 @@ +SUMMARY = "Templating library for Python" +HOMEPAGE = "http://www.makotemplates.org/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=73026b50800163bd3c75cfdc121d9eb5" + +PYPI_PACKAGE = "mako" + +inherit pypi python_setuptools_build_meta ptest-python-pytest + + + +SRC_URI[sha256sum] = "b5d65ff3462870feec922dbccf38f6efb44e5714d7b593a656be86663d8600ac" + +RDEPENDS:${PN} = "python3-html \ + python3-markupsafe \ + python3-misc \ + python3-netclient \ + python3-pygments \ + python3-threading \ +" + +PTEST_PYTEST_DIR = "test" + +do_install_ptest:append() { + install -m 0644 ${S}/setup.cfg ${D}${PTEST_PATH}/ +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf