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:           Sun Jul 21 08:07:20 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-mako/Makefile
cvs rdiff -u -r1.12 -r1.13 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.15 pkgsrc/devel/py-mako/Makefile:1.16
--- pkgsrc/devel/py-mako/Makefile:1.15  Wed Jul  3 20:22:00 2019
+++ pkgsrc/devel/py-mako/Makefile       Sun Jul 21 08:07:19 2019
@@ -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/}

Index: pkgsrc/devel/py-mako/distinfo
diff -u pkgsrc/devel/py-mako/distinfo:1.12 pkgsrc/devel/py-mako/distinfo:1.13
--- pkgsrc/devel/py-mako/distinfo:1.12  Wed Jul  3 20:22:00 2019
+++ pkgsrc/devel/py-mako/distinfo       Sun Jul 21 08:07:19 2019
@@ -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