]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-mako: upgrade 1.3.5 -> 1.3.6
authorTrevor Gamblin <tgamblin@baylibre.com>
Tue, 22 Oct 2024 19:46:03 +0000 (15:46 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Oct 2024 14:18:52 +0000 (15:18 +0100)
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 <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-mako_1.3.6.bb [moved from meta/recipes-devtools/python/python3-mako_1.3.5.bb with 88% similarity]

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 d8a05efe5b274c35c9841a7609eb117a17263fe1..27e2082dc0119962b522972612ac5b32bbffb69d 100644 (file)
@@ -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 \