Files
python-py/python3-py.changes

25 lines
1.0 KiB
Plaintext
Raw Normal View History

Accepting request 176815 from devel:languages:python - update to 1.4.14: - fix dupfile to work with files that don't carry a mode. - fix getting statementrange/compiling a file ending in a comment line without newline (on python2.5) - for local paths you can pass "mode=True" to a copy() in order to copy permission bits (underlying mechanism is using shutil.copymode) - add paths arguments to py.path.local.sysfind to restrict search to the diretories in the path. - add isdir/isfile/islink to path.stat() objects allowing to perform multiple checks without calling out multiple times - drop py.path.local.__new__ in favour of a simpler __init__ - iniconfig: allow "name:value" settings in config files, no space after "name" required - fix issue 27 - NameError in unlikely untested case of saferepr - update to 1.4.14: - fix dupfile to work with files that don't carry a mode. - fix getting statementrange/compiling a file ending in a comment line without newline (on python2.5) - for local paths you can pass "mode=True" to a copy() in order to copy permission bits (underlying mechanism is using shutil.copymode) - add paths arguments to py.path.local.sysfind to restrict search to the diretories in the path. - add isdir/isfile/islink to path.stat() objects allowing to perform multiple checks without calling out multiple times - drop py.path.local.__new__ in favour of a simpler __init__ - iniconfig: allow "name:value" settings in config files, no space after "name" required (forwarded request 176757 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/176815 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=8
2013-06-05 11:35:53 +00:00
-------------------------------------------------------------------
Mon May 27 14:08:03 UTC 2013 - dmueller@suse.com
- update to 1.4.14:
- fix dupfile to work with files that don't carry a mode.
- fix getting statementrange/compiling a file ending
in a comment line without newline (on python2.5)
- for local paths you can pass "mode=True" to a copy()
in order to copy permission bits (underlying mechanism
is using shutil.copymode)
- add paths arguments to py.path.local.sysfind to restrict
search to the diretories in the path.
- add isdir/isfile/islink to path.stat() objects allowing to perform
multiple checks without calling out multiple times
- drop py.path.local.__new__ in favour of a simpler __init__
- iniconfig: allow "name:value" settings in config files, no space after
"name" required
- fix issue 27 - NameError in unlikely untested case of saferepr
-------------------------------------------------------------------
Sat Jan 12 16:42:01 UTC 2013 - p.drouand@gmail.com
- Initial python3 support