Tue Jan 23 10:17:53 2024 UTC (121d)
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 unified 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,27 +1,26 @@ @@ -1,27 +1,26 @@
1# $NetBSD: Makefile,v 1.29 2023/11/13 11:17:03 wiz Exp $ 1# $NetBSD: Makefile,v 1.30 2024/01/23 10:17:53 adam Exp $
2 2
3DISTNAME= Mako-1.3.0 3DISTNAME= Mako-1.3.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=M/Mako/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=M/Mako/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.makotemplates.org/ 9HOMEPAGE= https://www.makotemplates.org/
10COMMENT= Hyperfast and lightweight templating for the Python platform 10COMMENT= Hyperfast and lightweight templating for the Python platform
11LICENSE= mit 11LICENSE= mit
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=47:../../devel/py-setuptools
14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
15DEPENDS+= ${PYPKGPREFIX}-markupsafe>=0.9.2:../../textproc/py-markupsafe 15DEPENDS+= ${PYPKGPREFIX}-markupsafe>=0.9.2:../../textproc/py-markupsafe
16TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner 
17 16
18USE_LANGUAGES= # none 17USE_LANGUAGES= # none
19 18
20PYTHON_VERSIONS_INCOMPATIBLE= 27 19PYTHON_VERSIONS_INCOMPATIBLE= 27
21 20
22post-install: 21post-install:
23 cd ${DESTDIR}${PREFIX}/bin && \ 22 cd ${DESTDIR}${PREFIX}/bin && \
24 ${MV} mako-render mako-render-${PYVERSSUFFIX} || ${TRUE} 23 ${MV} mako-render mako-render-${PYVERSSUFFIX} || ${TRUE}
25 24
26.include "../../lang/python/wheel.mk" 25.include "../../lang/python/wheel.mk"
27.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

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