pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-mako



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jul  3 20:22:01 UTC 2019

Modified Files:
        pkgsrc/devel/py-mako: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-mako/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-mako/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-mako/Makefile
diff -u pkgsrc/devel/py-mako/Makefile:1.14 pkgsrc/devel/py-mako/Makefile:1.15
--- pkgsrc/devel/py-mako/Makefile:1.14  Fri Jun 14 04:54:45 2019
+++ pkgsrc/devel/py-mako/Makefile       Wed Jul  3 20:22:00 2019
@@ -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/}

Index: pkgsrc/devel/py-mako/distinfo
diff -u pkgsrc/devel/py-mako/distinfo:1.11 pkgsrc/devel/py-mako/distinfo:1.12
--- pkgsrc/devel/py-mako/distinfo:1.11  Fri Jun 14 04:54:45 2019
+++ pkgsrc/devel/py-mako/distinfo       Wed Jul  3 20:22:00 2019
@@ -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