pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-mako Changes 0.8.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/719114288edc
branches:  trunk
changeset: 621832:719114288edc
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jul 18 20:33:50 2013 +0000

description:
Changes 0.8.1:
- [bug] Changed setup.py to skip installing markupsafe
  if Python version is < 2.6 or is between 3.0 and
  less than 3.3, as Markupsafe now only supports 2.6->2.X,
  3.3->3.X.
- [bug] Fixed regression where "entity" filter wasn't
  converted for py3k properly (added tests.)
- [bug] Fixed bug where mako-render script wasn't
  compatible with Py3k.
- [bug] Cleaned up all the various deprecation/
  file warnings when running the tests under
  various Pythons with warnings turned on.

diffstat:

 devel/py-mako/Makefile |  4 ++--
 devel/py-mako/PLIST    |  5 ++++-
 devel/py-mako/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r e6594f5359d9 -r 719114288edc devel/py-mako/Makefile
--- a/devel/py-mako/Makefile    Thu Jul 18 20:19:51 2013 +0000
+++ b/devel/py-mako/Makefile    Thu Jul 18 20:33:50 2013 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2013/02/19 18:49:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2013/07/18 20:33:50 adam Exp $
 
-DISTNAME=      Mako-0.7.3
+DISTNAME=      Mako-0.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  http://pypi.python.org/packages/source/M/Mako/ \
diff -r e6594f5359d9 -r 719114288edc devel/py-mako/PLIST
--- a/devel/py-mako/PLIST       Thu Jul 18 20:19:51 2013 +0000
+++ b/devel/py-mako/PLIST       Thu Jul 18 20:33:50 2013 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2013/02/19 18:49:03 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.3 2013/07/18 20:33:50 adam Exp $
 bin/mako-render
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -22,6 +22,9 @@
 ${PYSITELIB}/mako/codegen.py
 ${PYSITELIB}/mako/codegen.pyc
 ${PYSITELIB}/mako/codegen.pyo
+${PYSITELIB}/mako/compat.py
+${PYSITELIB}/mako/compat.pyc
+${PYSITELIB}/mako/compat.pyo
 ${PYSITELIB}/mako/exceptions.py
 ${PYSITELIB}/mako/exceptions.pyc
 ${PYSITELIB}/mako/exceptions.pyo
diff -r e6594f5359d9 -r 719114288edc devel/py-mako/distinfo
--- a/devel/py-mako/distinfo    Thu Jul 18 20:19:51 2013 +0000
+++ b/devel/py-mako/distinfo    Thu Jul 18 20:33:50 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2013/02/19 18:49:03 ryoon Exp $
+$NetBSD: distinfo,v 1.4 2013/07/18 20:33:50 adam Exp $
 
-SHA1 (Mako-0.7.3.tar.gz) = 43557978c2d52e19073f5ff19ee23816f4af5d66
-RMD160 (Mako-0.7.3.tar.gz) = 2370ce5720911b4c7d0b1bf317a62b74ed9068b8
-Size (Mako-0.7.3.tar.gz) = 401794 bytes
+SHA1 (Mako-0.8.1.tar.gz) = 6e27889d3dddedd442da9bdb79df3f3a93eeb172
+RMD160 (Mako-0.8.1.tar.gz) = 09a667be607eba7cbbd9368f89fcc6f32e3bf9c1
+Size (Mako-0.8.1.tar.gz) = 407434 bytes



Home | Main Index | Thread Index | Old Index