diff options
author | wiz <wiz> | 2014-07-22 10:20:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-07-22 10:20:50 +0000 |
commit | d10f81b0f900e09b05ce380ff78e88a21226d90a (patch) | |
tree | c8e07289c87c3bee7cdd51bf71af6f81db56c6ae /devel/py-py | |
parent | f0d472a1b42b729031caba171317fd7db21a97c2 (diff) | |
download | pkgsrc-d10f81b0f900e09b05ce380ff78e88a21226d90a.tar.gz |
Update to 1.4.22:
1.4.22
==================================================
- refactor class-level registry on ForkedFunc child start/finish
event to become instance based (i.e. passed into the constructor)
1.4.21
==================================================
- ForkedFunc now has class-level register_on_start/on_exit()
methods to allow adding information in the boxed process.
Thanks Marc Schlaich.
- ForkedFunc in the child opens in "auto-flush" mode for
stdout/stderr so that when a subprocess dies you can see
its output even if it didn't flush itself.
- refactor traceback generation in light of pytest issue 364
(shortening tracebacks). you can now set a new traceback style
on a per-entry basis such that a caller can force entries to be
isplayed as short or long entries.
- win32: py.path.local.sysfind(name) will preferrably return files with
extensions so that if "X" and "X.bat" or "X.exe" is on the PATH,
one of the latter two will be returned.
Diffstat (limited to 'devel/py-py')
-rw-r--r-- | devel/py-py/Makefile | 4 | ||||
-rw-r--r-- | devel/py-py/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-py/Makefile b/devel/py-py/Makefile index 25eb3576325..685d4379ea7 100644 --- a/devel/py-py/Makefile +++ b/devel/py-py/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2014/03/21 23:58:13 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/07/22 10:20:50 wiz Exp $ -DISTNAME= py-1.4.20 +DISTNAME= py-1.4.22 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= https://pypi.python.org/packages/source/p/py/ diff --git a/devel/py-py/distinfo b/devel/py-py/distinfo index 4438f83d886..54eebabcf74 100644 --- a/devel/py-py/distinfo +++ b/devel/py-py/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/03/21 23:58:13 wiz Exp $ +$NetBSD: distinfo,v 1.3 2014/07/22 10:20:50 wiz Exp $ -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 +SHA1 (py-1.4.22.tar.gz) = ef8e6405cc3a57664a38d47d25813c7f3ae9c1a1 +RMD160 (py-1.4.22.tar.gz) = 9aeb150ee815cfc3635c9f0ea3f1131f5af3b3ed +Size (py-1.4.22.tar.gz) = 189283 bytes |