python-mako: bump to 1.3.10
authorAlexandru Ardelean <redacted>
Sat, 4 Apr 2026 18:22:25 +0000 (21:22 +0300)
committerAlexandru Ardelean <redacted>
Sun, 5 Apr 2026 16:56:43 +0000 (19:56 +0300)
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 <redacted>
lang/python/python-mako/Makefile

index 6a300973cd37a5d8c648082dfe580bc57cee0fb1..dc6a9e54bb724ea258b9cfe87ff3789e3810326f 100644 (file)
@@ -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 <ardeleanalex@gmail.com>
 PKG_LICENSE:=MIT
git clone https://git.99rst.org/PROJECT