Go to file
Stephan Kulow 2b8eeb157d Accepting request 209874 from devel:languages:python
- Update to version 1.4.18
  + introduce path.ensure_dir() as a synonym for ensure(..., dir=1)
  + some unicode/python3 related fixes wrt to path manipulations
    (if you start passing unicode particular in py2 you might 
    still get problems, though)
- Changes from 1.4.17
  + make py.io.TerminalWriter() prefer colorama if it is available
    and avoid empty lines when separator-lines are printed by
    being defensive and reducing the working terminalwidth by 1
  + introduce optional "expanduser" argument to py.path.local
    to that local("~", expanduser=True) gives the home
    directory of "user".
- Changes from 1.4.16
  + fix issue35 - define __gt__ ordering between a local path
    and strings
  + fix issue36 - make chdir() work even if os.getcwd() fails.
  + add path.exists/isdir/isfile/islink shortcuts
  + introduce local path.as_cwd() context manager.
  + introduce p.write(ensure=1) and p.open(ensure=1)
    where ensure triggers creation of neccessary parent dirs. (forwarded request 209873 from posophe)

OBS-URL: https://build.opensuse.org/request/show/209874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=13
2013-12-09 16:01:34 +00:00
.gitattributes Accepting request 93473 from devel:languages:python 2011-11-28 17:27:08 +00:00
.gitignore Accepting request 93473 from devel:languages:python 2011-11-28 17:27:08 +00:00
py-1.4.18.tar.gz Accepting request 209874 from devel:languages:python 2013-12-09 16:01:34 +00:00
python-py.changes Accepting request 209874 from devel:languages:python 2013-12-09 16:01:34 +00:00
python-py.spec Accepting request 209874 from devel:languages:python 2013-12-09 16:01:34 +00:00