]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-mako: upgrade 1.3.8 -> 1.3.9
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 18 Feb 2025 07:39:23 +0000 (15:39 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Feb 2025 22:52:42 +0000 (22:52 +0000)
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.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-mako_1.3.9.bb [moved from meta/recipes-devtools/python/python3-mako_1.3.8.bb with 78% similarity]

similarity index 78%
rename from meta/recipes-devtools/python/python3-mako_1.3.8.bb
rename to meta/recipes-devtools/python/python3-mako_1.3.9.bb
index 3cfe56e04333c7b23c967add14abc26048999666..83b614933707eb9f71e78168bd8d5ec6f8c8298c 100644 (file)
@@ -2,7 +2,7 @@ SUMMARY = "Templating library for Python"
 HOMEPAGE = "http://www.makotemplates.org/"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d0995d6f7ba3f186a03118f244e88f57"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=73026b50800163bd3c75cfdc121d9eb5"
 
 PYPI_PACKAGE = "mako"
 
@@ -10,7 +10,7 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest
 
 
 
-SRC_URI[sha256sum] = "577b97e414580d3e088d47c2dbbe9594aa7a5146ed2875d4dfa9075af2dd3cc8"
+SRC_URI[sha256sum] = "b5d65ff3462870feec922dbccf38f6efb44e5714d7b593a656be86663d8600ac"
 
 RDEPENDS:${PN} = "python3-html \
                   python3-markupsafe \