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

Signed-off-by: Trevor Gamblin <[email protected]>
---
 .../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 d8a05efe5b2..27e2082dc01 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 \
-- 
2.39.5

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#206173): 
https://lists.openembedded.org/g/openembedded-core/message/206173
Mute This Topic: https://lists.openembedded.org/mt/109158646/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to