]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-mako: upgrade 1.3.2 -> 1.3.3
authorWang Mingyu <wangmy@fujitsu.com>
Wed, 24 Apr 2024 08:42:21 +0000 (16:42 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Apr 2024 09:05:58 +0000 (10:05 +0100)
commit1eb880291476759a56c2772c9485bec41040ccff
treebaa7618eb8a0eb3da500eecf0c05f1b1ead89651
parented3cfa344c65daf4ac61d4ca95288c72885b4b11
python3-mako: upgrade 1.3.2 -> 1.3.3

Changelog:
============
- Fixed unexpected error when use control lines which the first control block
  with no bodies other than comments,as pass is now added to the first empty block.
- Fixed unexpected syntax error in strict_undefined mode that occurred
 when using comprehensions within a function in a Mako Python code block.
 Now, the local variable in comprehensions won't be added to the checklist
 when using strict_undefined mode.

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.3.bb [moved from meta/recipes-devtools/python/python3-mako_1.3.2.bb with 84% similarity]