pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-py Update to 1.4.20.
details: https://anonhg.NetBSD.org/pkgsrc/rev/fd96fcd55eea
branches: trunk
changeset: 632281:fd96fcd55eea
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Mar 21 23:58:13 2014 +0000
description:
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:
devel/py-py/Makefile | 9 ++++-----
devel/py-py/PLIST | 5 ++++-
devel/py-py/distinfo | 8 ++++----
3 files changed, 12 insertions(+), 10 deletions(-)
diffs (53 lines):
diff -r 7de16f2405af -r fd96fcd55eea devel/py-py/Makefile
--- a/devel/py-py/Makefile Fri Mar 21 23:39:28 2014 +0000
+++ b/devel/py-py/Makefile Fri Mar 21 23:58:13 2014 +0000
@@ -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@localhost
-HOMEPAGE= https://pypi.python.org/packages/source/p/py/
+HOMEPAGE= https://pypi.python.org/pypi/py/
COMMENT= Python development support library
LICENSE= mit
diff -r 7de16f2405af -r fd96fcd55eea devel/py-py/PLIST
--- a/devel/py-py/PLIST Fri Mar 21 23:39:28 2014 +0000
+++ b/devel/py-py/PLIST Fri Mar 21 23:58:13 2014 +0000
@@ -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/_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 -r 7de16f2405af -r fd96fcd55eea devel/py-py/distinfo
--- a/devel/py-py/distinfo Fri Mar 21 23:39:28 2014 +0000
+++ b/devel/py-py/distinfo Fri Mar 21 23:58:13 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index