summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-03-21 23:58:13 +0000
committerwiz <wiz@pkgsrc.org>2014-03-21 23:58:13 +0000
commitcd6fe29e44dd2a35ce3920c4737c85006e099e32 (patch)
tree9b0fab9dd88d85aa9cf69d748941e00e68e17523 /devel
parent45a0083550cdac5b9098b0d55f0375761b3e9f64 (diff)
downloadpkgsrc-cd6fe29e44dd2a35ce3920c4737c85006e099e32.tar.gz
Update to 1.4.20.
Only used by py-test, and it prefers a newer version. 1.4.20 ================================================== - ignore unicode decode errors in xmlescape. Thanks Anatoly Bubenkoff. - on python2 modify traceback.format_exception_only to match python3 behaviour, namely trying to print unicode for Exception instances - use a safer way for serializing exception reports (helps to fix pytest issue413) Changes between 1.4.18 and 1.4.19 ================================================== - merge in apipkg fixes - some micro-optimizations in py/_code/code.py for speeding up pytest runs. Thanks Alex Gaynor for initiative. - check PY_COLORS=1 or PY_COLORS=0 to force coloring/not-coloring for py.io.TerminalWriter() independently from capabilities of the output file. Thanks Marc Abramowitz for the PR. - some fixes to unicode handling in assertion handling. Thanks for the PR to Floris Bruynooghe. (This helps to fix pytest issue 319). - depend on setuptools presence, remove distribute_setup Changes between 1.4.17 and 1.4.18 ================================================== - introduce path.ensure_dir() as a synonym for ensure(..., dir=1) - some unicode/python3 related fixes wrt to path manipulations (if you start passing unicode particular in py2 you might still get problems, though) Changes between 1.4.16 and 1.4.17 ================================================== - make py.io.TerminalWriter() prefer colorama if it is available and avoid empty lines when separator-lines are printed by being defensive and reducing the working terminalwidth by 1 - introduce optional "expanduser" argument to py.path.local to that local("~", expanduser=True) gives the home directory of "user".
Diffstat (limited to 'devel')
-rw-r--r--devel/py-py/Makefile9
-rw-r--r--devel/py-py/PLIST5
-rw-r--r--devel/py-py/distinfo8
3 files changed, 12 insertions, 10 deletions
diff --git a/devel/py-py/Makefile b/devel/py-py/Makefile
index d594b05a7f4..25eb3576325 100644
--- a/devel/py-py/Makefile
+++ b/devel/py-py/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2013/07/24 10:44:51 drochner Exp $
-#
+# $NetBSD: Makefile,v 1.2 2014/03/21 23:58:13 wiz Exp $
-DISTNAME= py-1.4.15
-PKGNAME= ${PYPKGPREFIX}-py-1.4.15
+DISTNAME= py-1.4.20
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= https://pypi.python.org/packages/source/p/py/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://pypi.python.org/packages/source/p/py/
+HOMEPAGE= https://pypi.python.org/pypi/py/
COMMENT= Python development support library
LICENSE= mit
diff --git a/devel/py-py/PLIST b/devel/py-py/PLIST
index 126f3eb084a..785488647fd 100644
--- a/devel/py-py/PLIST
+++ b/devel/py-py/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2013/07/24 10:44:51 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/03/21 23:58:13 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -25,6 +25,9 @@ ${PYSITELIB}/py/_code/_assertionnew.pyo
${PYSITELIB}/py/_code/_assertionold.py
${PYSITELIB}/py/_code/_assertionold.pyc
${PYSITELIB}/py/_code/_assertionold.pyo
+${PYSITELIB}/py/_code/_py2traceback.py
+${PYSITELIB}/py/_code/_py2traceback.pyc
+${PYSITELIB}/py/_code/_py2traceback.pyo
${PYSITELIB}/py/_code/assertion.py
${PYSITELIB}/py/_code/assertion.pyc
${PYSITELIB}/py/_code/assertion.pyo
diff --git a/devel/py-py/distinfo b/devel/py-py/distinfo
index 5ec27c7162c..4438f83d886 100644
--- a/devel/py-py/distinfo
+++ b/devel/py-py/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/07/24 10:44:51 drochner Exp $
+$NetBSD: distinfo,v 1.2 2014/03/21 23:58:13 wiz Exp $
-SHA1 (py-1.4.15.tar.gz) = 8bd1376f9989d296ad5dcd5e1954b7d9b3be2da2
-RMD160 (py-1.4.15.tar.gz) = bc2f99f8bbc7ea636ef6f477866180896a00dac4
-Size (py-1.4.15.tar.gz) = 189237 bytes
+SHA1 (py-1.4.20.tar.gz) = b6d34d50ccab43b841c1434a7a5274935f071299
+RMD160 (py-1.4.20.tar.gz) = 25518776d7277fe1f4587efe3c5b0338e30c653c
+Size (py-1.4.20.tar.gz) = 185583 bytes