diff mbox series

[1/2] python3-mako: upgrade 1.3.12 -> 1.4.1

Message ID 124a631be753536fbb8a2d30ed75067de1bf6a34.1786370158.git.jaipaul.cheernam@est.tech
State New
Headers show
Series Python recipe upgrades (mako, numpy) | expand

Commit Message

Jaipaul Cheernam Aug. 10, 2026, 1:57 p.m. UTC
ChangeLog: https://docs.makotemplates.org/en/latest/changelog.html#change-1.4.2

Compare log: https://github.com/sqlalchemy/mako/compare/rel_1_3_12...rel_1_4_1

License-Update: Copyright years updated.

Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
---
 .../python/{python3-mako_1.3.12.bb => python3-mako_1.4.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-mako_1.3.12.bb => python3-mako_1.4.1.bb} (78%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-mako_1.3.12.bb b/meta/recipes-devtools/python/python3-mako_1.4.1.bb
similarity index 78%
rename from meta/recipes-devtools/python/python3-mako_1.3.12.bb
rename to meta/recipes-devtools/python/python3-mako_1.4.1.bb
index b2c1a8dad8..a13540839a 100644
--- a/meta/recipes-devtools/python/python3-mako_1.3.12.bb
+++ b/meta/recipes-devtools/python/python3-mako_1.4.1.bb
@@ -2,13 +2,13 @@  SUMMARY = "Templating library for Python"
 HOMEPAGE = "http://www.makotemplates.org/"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=73026b50800163bd3c75cfdc121d9eb5"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c79ceff89df0a72f29bb0e1b6f0e36ed"
 
 PYPI_PACKAGE = "mako"
 
 inherit pypi python_setuptools_build_meta ptest-python-pytest
 
-SRC_URI[sha256sum] = "9f778e93289bd410bb35daadeb4fc66d95a746f0b75777b942088b7fd7af550a"
+SRC_URI[sha256sum] = "d7904710b662996425a21627710c4777c45053146942cf8a7aebf757c92b8c27"
 
 RDEPENDS:${PN} = "python3-html \
                   python3-markupsafe \