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>
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