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.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1839c7aef31
branches:  trunk
changeset: 398515:d1839c7aef31
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jul 21 08:07:19 2019 +0000

description:
py-mako: updated to 1.0.14

1.0.14

[feature] [template]

The n filter is now supported in the <%page> tag. This allows a template to omit the default expression filters throughout a whole template, for those cases where a template-wide filter needs to have 
default filtering disabled. Pull request courtesy Martin von Gagern.

[bug] [exceptions]

Fixed issue where the correct file URI would not be shown in the template-formatted exception traceback if the template filename were not known. Additionally fixes an issue where stale filenames 
would be displayed if a stack trace alternated between different templates. Pull request courtesy Martin von Gagern.

diffstat:

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

diffs (27 lines):

diff -r 845d07f4d7aa -r d1839c7aef31 devel/py-mako/Makefile
--- a/devel/py-mako/Makefile    Sun Jul 21 08:05:31 2019 +0000
+++ b/devel/py-mako/Makefile    Sun Jul 21 08:07:19 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2019/07/03 20:22:00 adam Exp $
+# $NetBSD: Makefile,v 1.16 2019/07/21 08:07:19 adam Exp $
 
-DISTNAME=      Mako-1.0.13
+DISTNAME=      Mako-1.0.14
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=M/Mako/}
diff -r 845d07f4d7aa -r d1839c7aef31 devel/py-mako/distinfo
--- a/devel/py-mako/distinfo    Sun Jul 21 08:05:31 2019 +0000
+++ b/devel/py-mako/distinfo    Sun Jul 21 08:07:19 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/07/03 20:22:00 adam Exp $
+$NetBSD: distinfo,v 1.13 2019/07/21 08:07:19 adam Exp $
 
-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
+SHA1 (Mako-1.0.14.tar.gz) = 2bab25aeb6efaff2065b934202ceffcb3635396a
+RMD160 (Mako-1.0.14.tar.gz) = d1cfdfa5d353afb9d9e752a9edadb8fed45d41ff
+SHA512 (Mako-1.0.14.tar.gz) = e9a4840f4dddd77d55ad6d3b8724f0326937c04aa9c8c578ec385c70f897419b13ffc234cc673a316de2fa8cd7060fc837cf12f2317658181f8d2eb7dd4ac88f
+Size (Mako-1.0.14.tar.gz) = 462343 bytes



Home | Main Index | Thread Index | Old Index