Tue Jan 23 10:17:53 2024 UTC (144d)
py-mako: updated to 1.3.1

1.3.1

Fixed parsing issue where attempting to render a single percent sign % using an escaped percent %% would not function correctly if the escaped percent were not the first character on a line. Pull request courtesy Hai Zhu.


(adam)
diff -r1.29 -r1.30 pkgsrc/devel/py-mako/Makefile
diff -r1.24 -r1.25 pkgsrc/devel/py-mako/distinfo

cvs diff -r1.29 -r1.30 pkgsrc/devel/py-mako/Makefile (expand / switch to context diff)
--- pkgsrc/devel/py-mako/Makefile 2023/11/13 11:17:03 1.29
+++ pkgsrc/devel/py-mako/Makefile 2024/01/23 10:17:53 1.30
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2023/11/13 11:17:03 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2024/01/23 10:17:53 adam Exp $
 
-DISTNAME=	Mako-1.3.0
+DISTNAME=	Mako-1.3.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=M/Mako/}
@@ -10,10 +10,9 @@
 COMMENT=	Hyperfast and lightweight templating for the Python platform
 LICENSE=	mit
 
-TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=47:../../devel/py-setuptools
 TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=	${PYPKGPREFIX}-markupsafe>=0.9.2:../../textproc/py-markupsafe
-TEST_DEPENDS+=	${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES=	# none
 

cvs diff -r1.24 -r1.25 pkgsrc/devel/py-mako/distinfo (expand / switch to context diff)
--- pkgsrc/devel/py-mako/distinfo 2023/11/13 11:17:03 1.24
+++ pkgsrc/devel/py-mako/distinfo 2024/01/23 10:17:53 1.25
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2023/11/13 11:17:03 wiz Exp $
+$NetBSD: distinfo,v 1.25 2024/01/23 10:17:53 adam Exp $
 
-BLAKE2s (Mako-1.3.0.tar.gz) = d761d7facfdc87e27023abf53fdc3c9cdf1b3b5fdec849cc2a3f71f53739e327
+BLAKE2s (Mako-1.3.1.tar.gz) = bfc65744283b86930747dc1c67bd8c76c38811709df94fbe9e8d3cdaed4dde0a
-SHA512 (Mako-1.3.0.tar.gz) = 1be454ceff8942ee50052b3b2dec392f236aad2111828a6962ca80bc0d9692f632b7d992b161fb206c10db19e94f96a0688633d03c7b54e01b4f843283b80cb4
+SHA512 (Mako-1.3.1.tar.gz) = efa638500508168a3bd417b86c3d3b6289036fd1f92794c0f00a97c37dba4c1fd125d39272834f0002e98607b10a78ac784005fe545d208b87992c75f631dce2
-Size (Mako-1.3.0.tar.gz) = 386252 bytes
+Size (Mako-1.3.1.tar.gz) = 390075 bytes