From: Alexandru Ardelean Date: Sat, 4 Apr 2026 18:22:25 +0000 (+0300) Subject: python-mako: bump to 1.3.10 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f7534f85304d74aac9ed76f9e1ba6b4e61e82767;p=openwrt-packages.git python-mako: bump to 1.3.10 Changelog: https://github.com/sqlalchemy/mako/blob/main/doc/changelog.rst Maintenance release with bug fixes since 1.3.5. Add PYPI_SOURCE_NAME to use lowercase filename (mako-1.3.10.tar.gz). Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-mako/Makefile b/lang/python/python-mako/Makefile index 6a300973c..dc6a9e54b 100644 --- a/lang/python/python-mako/Makefile +++ b/lang/python/python-mako/Makefile @@ -6,11 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-mako -PKG_VERSION:=1.3.5 +PKG_VERSION:=1.3.10 PKG_RELEASE:=1 PYPI_NAME:=Mako -PKG_HASH:=48dbc20568c1d276a2698b36d968fa76161bf127194907ea6fc594fa81f943bc +PYPI_SOURCE_NAME:=mako +PKG_HASH:=99579a6f39583fa7e5630a28c3c1f440e4e97a414b80372649c0ce338da2ea28 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=MIT