From 816e7d3550dc7ac5bc14810a0ffe773d7985ca3d Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Tue, 22 Oct 2024 15:46:03 -0400 Subject: [PATCH] python3-mako: upgrade 1.3.5 -> 1.3.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update PYPI_PACKAGE to lowercase since that's what the upstream tarball now uses. ptest results: |============================================================================ |Testsuite summary |# TOTAL: 500 |# PASS: 447 |# SKIP: 53 |# XFAIL: 0 |# FAIL: 0 |# XPASS: 0 |# ERROR: 0 |DURATION: 2 |END: /usr/lib/python3-mako/ptest |2024-10-22T17:30 |STOP: ptest-runner |TOTAL: 1 FAIL: 0 Changelog (https://docs.makotemplates.org/en/latest/changelog.html): - Fixed long standing bug where the sequence <& would be misinterpreted by the lexer. It’s not clear why the ampersand character was part of the characters being consumed here and it may have been an inadvertent bit of code from one of Mako’s predecessor languages. References: #412 (From OE-Core rev: 3871ceb5927d4540e0a109d47d5a08a12a0d48a5) Signed-off-by: Trevor Gamblin Signed-off-by: Richard Purdie --- .../python/{python3-mako_1.3.5.bb => python3-mako_1.3.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-mako_1.3.5.bb => python3-mako_1.3.6.bb} (88%) diff --git a/meta/recipes-devtools/python/python3-mako_1.3.5.bb b/meta/recipes-devtools/python/python3-mako_1.3.6.bb similarity index 88% rename from meta/recipes-devtools/python/python3-mako_1.3.5.bb rename to meta/recipes-devtools/python/python3-mako_1.3.6.bb index d8a05efe5b..27e2082dc0 100644 --- a/meta/recipes-devtools/python/python3-mako_1.3.5.bb +++ b/meta/recipes-devtools/python/python3-mako_1.3.6.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=d0995d6f7ba3f186a03118f244e88f57" -PYPI_PACKAGE = "Mako" +PYPI_PACKAGE = "mako" inherit pypi python_setuptools_build_meta ptest @@ -12,7 +12,7 @@ SRC_URI:append = " \ file://run-ptest \ " -SRC_URI[sha256sum] = "48dbc20568c1d276a2698b36d968fa76161bf127194907ea6fc594fa81f943bc" +SRC_URI[sha256sum] = "9ec3a1583713479fae654f83ed9fa8c9a4c16b7bb0daba0e6bbebff50c0d983d" RDEPENDS:${PN} = "python3-html \ python3-markupsafe \