diff mbox series

[35/42] python3-mako: upgrade 1.3.3 -> 1.3.5

Message ID 1716369289-22526-35-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 3f840ff8f3ff4b25077e788f94995c9982f667f2
Headers show
Series [01/42] appstream: upgrade 1.0.2 -> 1.0.3 | expand

Commit Message

Mingyu Wang (Fujitsu) May 22, 2024, 9:14 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
- Reverted the fix for #400 as it caused new issues when traversing
  some bracketed situations.

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

Patch

diff --git a/meta/recipes-devtools/python/python3-mako_1.3.3.bb b/meta/recipes-devtools/python/python3-mako_1.3.5.bb
similarity index 84%
rename from meta/recipes-devtools/python/python3-mako_1.3.3.bb
rename to meta/recipes-devtools/python/python3-mako_1.3.5.bb
index 7545cbef99..d27fb121a6 100644
--- a/meta/recipes-devtools/python/python3-mako_1.3.3.bb
+++ b/meta/recipes-devtools/python/python3-mako_1.3.5.bb
@@ -8,7 +8,7 @@  PYPI_PACKAGE = "Mako"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "e16c01d9ab9c11f7290eef1cfefc093fb5a45ee4a3da09e2fec2e4d1bae54e73"
+SRC_URI[sha256sum] = "48dbc20568c1d276a2698b36d968fa76161bf127194907ea6fc594fa81f943bc"
 
 RDEPENDS:${PN} = "python3-html \
                   python3-markupsafe \