11
0
forked from pool/python-py

Accepting request 242960 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/242960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=17
This commit is contained in:
Stephan Kulow
2014-07-31 08:04:02 +00:00
committed by Git OBS Bridge
parent 7e4c7c2681
commit 4cf63889b2
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Jul 30 07:50:37 UTC 2014 - toddrme2178@gmail.com
- Update to 1.4.22
- refactor class-level registry on ForkedFunc child start/finish
event to become instance based (i.e. passed into the constructor)
- Update to 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.
-------------------------------------------------------------------
Tue May 6 11:39:52 UTC 2014 - osynge@suse.com