2c7316281b
- Update to version 1.4.7: * fix issue11 - own test failure with python3.3 / Thanks Benjamin Peterson * help fix pytest issue 102 - Changes from version 1.4.6: * help to fix pytest issue99: unify output of ExceptionInfo.getrepr(style="native") with ...(style="long") * fix issue7: source.getstatementrange() now raises proper error if no valid statement can be found * fix issue8: fix code and tests of svnurl/svnwc to work on subversion 1.7 - note that path.status(updates=1) will not properly work svn-17's status --xml output is broken. * make source.getstatementrange() more resilent about non-python code frames (as seen from jnja2) * make trackeback recursion detection more resilent about the eval magic of a decorator library * iniconfig: add support for ; as comment starter * properly handle lists in xmlgen on python3 * normalize py.code.getfslineno(obj) to always return a (string, int) tuple defaulting to ("", -1) respectively if no source code can be found for obj. - Changes from version 1.4.5: * improve some unicode handling in terminalwriter and capturing - Spec file cleanup: * BuildRequire python-distribute instead of setuptools * Simplified macro usage * Removed outdated %clean section OBS-URL: https://build.opensuse.org/request/show/106131 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=3
35 lines
1.5 KiB
Plaintext
35 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Feb 20 22:04:23 UTC 2012 - saschpe@gmx.de
|
|
|
|
- Update to version 1.4.7:
|
|
* fix issue11 - own test failure with python3.3 / Thanks Benjamin Peterson
|
|
* help fix pytest issue 102
|
|
- Changes from version 1.4.6:
|
|
* help to fix pytest issue99: unify output of
|
|
ExceptionInfo.getrepr(style="native") with ...(style="long")
|
|
* fix issue7: source.getstatementrange() now raises proper error
|
|
if no valid statement can be found
|
|
* fix issue8: fix code and tests of svnurl/svnwc to work on subversion 1.7 -
|
|
note that path.status(updates=1) will not properly work svn-17's status
|
|
--xml output is broken.
|
|
* make source.getstatementrange() more resilent about non-python code frames
|
|
(as seen from jnja2)
|
|
* make trackeback recursion detection more resilent
|
|
about the eval magic of a decorator library
|
|
* iniconfig: add support for ; as comment starter
|
|
* properly handle lists in xmlgen on python3
|
|
* normalize py.code.getfslineno(obj) to always return a (string, int) tuple
|
|
defaulting to ("", -1) respectively if no source code can be found for obj.
|
|
- Changes from version 1.4.5:
|
|
* improve some unicode handling in terminalwriter and capturing
|
|
- Spec file cleanup:
|
|
* BuildRequire python-distribute instead of setuptools
|
|
* Simplified macro usage
|
|
* Removed outdated %clean section
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 14 08:48:35 UTC 2011 - saschpe@suse.de
|
|
|
|
- Initial version
|
|
|