pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-mako py-mako: updated to 1.0.13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/665df356c0ca
branches:  trunk
changeset: 397803:665df356c0ca
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 03 20:22:00 2019 +0000

description:
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.

diffstat:

 devel/py-mako/Makefile |   4 ++--
 devel/py-mako/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 6ac5b554fc5a -r 665df356c0ca devel/py-mako/Makefile
--- a/devel/py-mako/Makefile    Wed Jul 03 20:19:53 2019 +0000
+++ b/devel/py-mako/Makefile    Wed Jul 03 20:22:00 2019 +0000
@@ -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 -r 6ac5b554fc5a -r 665df356c0ca devel/py-mako/distinfo
--- a/devel/py-mako/distinfo    Wed Jul 03 20:19:53 2019 +0000
+++ b/devel/py-mako/distinfo    Wed Jul 03 20:22:00 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index