Wed Jul 3 20:22:01 2019 UTC ()
py-mako: updated to 1.0.13

version: 1.0.13
Improved the line-number tracking for source lines inside of Python  <%
... %> blocks, such that text- and HTML-formatted exception traces such
as that of  :func:.html_error_template now report the correct source line
inside the block, rather than the first line of the block itself.
Exceptions in <%! ... %> blocks which get raised while loading the
module are still not reported correctly, as these are handled before the
Mako code is generated.


(adam)
diff -r1.14 -r1.15 pkgsrc/devel/py-mako/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/py-mako/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/devel/py-mako/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-mako/Makefile 2019/06/14 04:54:45 1.14
+++ pkgsrc/devel/py-mako/Makefile 2019/07/03 20:22:00 1.15
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.14 2019/06/14 04:54:45 adam Exp $ 1# $NetBSD: Makefile,v 1.15 2019/07/03 20:22:00 adam Exp $
2 2
3DISTNAME= Mako-1.0.12 3DISTNAME= Mako-1.0.13
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= http://www.makotemplates.org/ 9HOMEPAGE= http://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
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15post-install: 15post-install:
16 cd ${DESTDIR}${PREFIX}/bin && \ 16 cd ${DESTDIR}${PREFIX}/bin && \

cvs diff -r1.11 -r1.12 pkgsrc/devel/py-mako/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-mako/distinfo 2019/06/14 04:54:45 1.11
+++ pkgsrc/devel/py-mako/distinfo 2019/07/03 20:22:00 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2019/06/14 04:54:45 adam Exp $ 1$NetBSD: distinfo,v 1.12 2019/07/03 20:22:00 adam Exp $
2 2
3SHA1 (Mako-1.0.12.tar.gz) = 2056c68f207114d86f470541ac177a5e6931cdb9 3SHA1 (Mako-1.0.13.tar.gz) = fc9532d4a3f6b6c49512581f428dcec123298391
4RMD160 (Mako-1.0.12.tar.gz) = f73d5bee774feec66c8599ff8d62f1d80d81c74f 4RMD160 (Mako-1.0.13.tar.gz) = d454f85a8aaf858d4d7d852d357f4ec683250aa5
5SHA512 (Mako-1.0.12.tar.gz) = aa295880c07938425e661b8865fed7cf398ac257d6b84bdbef5a2c542bbae79cd27df363e81c10450c9b6c8e038360166480b06e701d5a5affeb7bd03a7f5d83 5SHA512 (Mako-1.0.13.tar.gz) = dc28ea717b9a6ad8e9466bb8d66a021a73a2d2047305d4c54cfeacc7f170c683f5b6329fedb83d4ec5262fb4252ea3caf121eb8ea3da6af9d375fcb7e6024846
6Size (Mako-1.0.12.tar.gz) = 460108 bytes 6Size (Mako-1.0.13.tar.gz) = 460845 bytes