python3-mako: upgrade 1.1.5 -> 1.1.6

Message ID 1637593113-99188-4-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 2fa42b223a9bdafd52a7feb335001ef0b5713af8
Headers show
Series python3-mako: upgrade 1.1.5 -> 1.1.6 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 22, 2021, 2:58 p.m. UTC
Fixed issue where control statements on multi lines with a backslash would
not parse correctly if the template itself contained CR/LF pairs as on
Windows.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-mako_1.1.5.bb => python3-mako_1.1.6.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-mako_1.1.5.bb => python3-mako_1.1.6.bb} (82%)

Patch

diff --git a/meta/recipes-devtools/python/python3-mako_1.1.5.bb b/meta/recipes-devtools/python/python3-mako_1.1.6.bb
similarity index 82%
rename from meta/recipes-devtools/python/python3-mako_1.1.5.bb
rename to meta/recipes-devtools/python/python3-mako_1.1.6.bb
index f8be44a837..ec8c9cc12a 100644
--- a/meta/recipes-devtools/python/python3-mako_1.1.5.bb
+++ b/meta/recipes-devtools/python/python3-mako_1.1.6.bb
@@ -8,7 +8,7 @@  PYPI_PACKAGE = "Mako"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "169fa52af22a91900d852e937400e79f535496191c63712e3b9fda5a9bed6fc3"
+SRC_URI[sha256sum] = "4e9e345a41924a954251b95b4b28e14a301145b544901332e658907a7464b6b2"
 
 RDEPENDS:${PN} = "${PYTHON_PN}-html \
                   ${PYTHON_PN}-netclient \