diff options
author | adam <adam@pkgsrc.org> | 2019-07-03 20:22:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-07-03 20:22:00 +0000 |
commit | 75b8df54fa50e1f444a2d29a1dcdcdbf35cadecd (patch) | |
tree | cd7ea29b4c75f9a928d486699344f9161bd1adb9 | |
parent | 48a50b7db881adeca06c7cb57eae571038481203 (diff) | |
download | pkgsrc-75b8df54fa50e1f444a2d29a1dcdcdbf35cadecd.tar.gz |
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.
-rw-r--r-- | devel/py-mako/Makefile | 4 | ||||
-rw-r--r-- | devel/py-mako/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-mako/Makefile b/devel/py-mako/Makefile index 130e6e1aa4e..456d598170c 100644 --- a/devel/py-mako/Makefile +++ b/devel/py-mako/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2019/06/14 04:54:45 adam Exp $ +# $NetBSD: Makefile,v 1.15 2019/07/03 20:22:00 adam Exp $ -DISTNAME= Mako-1.0.12 +DISTNAME= Mako-1.0.13 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=M/Mako/} diff --git a/devel/py-mako/distinfo b/devel/py-mako/distinfo index 6539c463225..d5a5c7a65aa 100644 --- a/devel/py-mako/distinfo +++ b/devel/py-mako/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2019/06/14 04:54:45 adam Exp $ +$NetBSD: distinfo,v 1.12 2019/07/03 20:22:00 adam Exp $ -SHA1 (Mako-1.0.12.tar.gz) = 2056c68f207114d86f470541ac177a5e6931cdb9 -RMD160 (Mako-1.0.12.tar.gz) = f73d5bee774feec66c8599ff8d62f1d80d81c74f -SHA512 (Mako-1.0.12.tar.gz) = aa295880c07938425e661b8865fed7cf398ac257d6b84bdbef5a2c542bbae79cd27df363e81c10450c9b6c8e038360166480b06e701d5a5affeb7bd03a7f5d83 -Size (Mako-1.0.12.tar.gz) = 460108 bytes +SHA1 (Mako-1.0.13.tar.gz) = fc9532d4a3f6b6c49512581f428dcec123298391 +RMD160 (Mako-1.0.13.tar.gz) = d454f85a8aaf858d4d7d852d357f4ec683250aa5 +SHA512 (Mako-1.0.13.tar.gz) = dc28ea717b9a6ad8e9466bb8d66a021a73a2d2047305d4c54cfeacc7f170c683f5b6329fedb83d4ec5262fb4252ea3caf121eb8ea3da6af9d375fcb7e6024846 +Size (Mako-1.0.13.tar.gz) = 460845 bytes |