Tue Jul 22 10:20:50 2014 UTC ()
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.


(wiz)
diff -r1.2 -r1.3 pkgsrc/devel/py-py/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/py-py/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-py/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-py/Makefile 2014/03/21 23:58:13 1.2
+++ pkgsrc/devel/py-py/Makefile 2014/07/22 10:20:50 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2014/03/21 23:58:13 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2014/07/22 10:20:50 wiz Exp $
2 2
3DISTNAME= py-1.4.20 3DISTNAME= py-1.4.22
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= https://pypi.python.org/packages/source/p/py/ 6MASTER_SITES= https://pypi.python.org/packages/source/p/py/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://pypi.python.org/pypi/py/ 9HOMEPAGE= https://pypi.python.org/pypi/py/
10COMMENT= Python development support library 10COMMENT= Python development support library
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15.include "../../lang/python/egg.mk" 15.include "../../lang/python/egg.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-py/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-py/distinfo 2014/03/21 23:58:13 1.2
+++ pkgsrc/devel/py-py/distinfo 2014/07/22 10:20:50 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2014/03/21 23:58:13 wiz Exp $ 1$NetBSD: distinfo,v 1.3 2014/07/22 10:20:50 wiz Exp $
2 2
3SHA1 (py-1.4.20.tar.gz) = b6d34d50ccab43b841c1434a7a5274935f071299 3SHA1 (py-1.4.22.tar.gz) = ef8e6405cc3a57664a38d47d25813c7f3ae9c1a1
4RMD160 (py-1.4.20.tar.gz) = 25518776d7277fe1f4587efe3c5b0338e30c653c 4RMD160 (py-1.4.22.tar.gz) = 9aeb150ee815cfc3635c9f0ea3f1131f5af3b3ed
5Size (py-1.4.20.tar.gz) = 185583 bytes 5Size (py-1.4.22.tar.gz) = 189283 bytes