File python-pathlib.changes of Package python-pathlib
-------------------------------------------------------------------
Mon Oct 6 22:03:55 UTC 2014 - p.drouand@gmail.com
- Remove redundant requirements
-------------------------------------------------------------------
Mon Oct 6 17:59:21 UTC 2014 - infroma@gmail.com
- Change BuildRequires (python-setuptools -> python3-setuptools)
- Reformat .spec file
-------------------------------------------------------------------
Fri Sep 26 07:47:52 UTC 2014 - infroma@gmail.com
- Use glob to catch cached *.pyc
-------------------------------------------------------------------
Fri Sep 26 06:38:07 UTC 2014 - infroma@gmail.com
- Use a python3-pathlib package as a base of python-pathlib package
-------------------------------------------------------------------
Sat Aug 2 10:54:55 UTC 2014 - p.drouand@gmail.com
- Use download Url as source
-------------------------------------------------------------------
Sat Aug 2 01:12:30 UTC 2014 - i@marguerite.su
- initial version 1.0
* Python issue #20765: Add missing documentation for PurePath.with_name()
and PurePath.with_suffix().
* Fix test_mkdir_parents when the working directory has additional bits
set (such as the setgid or sticky bits).
* Python issue #20111: pathlib.Path.with_suffix() now sanity checks the
given suffix.
* Python issue #19918: Fix PurePath.relative_to() under Windows.
* Python issue #19921: When Path.mkdir() is called with parents=True,
any missing parent is created with the default permissions, ignoring
the mode argument (mimicking the POSIX "mkdir -p" command).
* Python issue #19887: Improve the Path.resolve() algorithm to support
certain symlink chains.
* Make pathlib usable under Python 2.7 with unicode pathnames (only pure
ASCII, though).
* Issue #21: fix TypeError under Python 2.7 when using new division.
* Add tox support for easier testing.