]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-mako: upgrade 1.3.6 -> 1.3.8
authorWang Mingyu <wangmy@fujitsu.com>
Mon, 23 Dec 2024 09:10:54 +0000 (17:10 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Dec 2024 13:49:24 +0000 (13:49 +0000)
commit76e1577b99b4319a9ea45fa4fb2b07d849f35f68
treee6ba7e15df46e50b5cc750255b65fdf450416c07
parent977b564a33fed2d47b02047ad2d6c1ce13c6d10a
python3-mako: upgrade 1.3.6 -> 1.3.8

Changelog:
===========
- [bug] [lexer] Reverted the fix for #140 released in Mako 1.3.7 as it produced
  regressions in existing user code.
- [bug] [codegen] [lexer] During the lexical analysis phase, add an additional prefix for undeclared
  identifiers that have the same name as built-in flags, and determine the
  final filter to be used during the code generation phase based on the
  context provided by the user.
- [bug] [lexer] Support the direct passing of dictionary literals when calling functions
  and fix the errors caused by nested braces. This revises the fix that was
  released in 1.3.4 and then reverted in 1.3.5.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-mako_1.3.8.bb [moved from meta/recipes-devtools/python/python3-mako_1.3.6.bb with 90% similarity]