Changelog for
python-pathlib-1.0.1-4.3.noarch.rpm :
Sat Oct 21 14:00:00 2017 dmuellerAATTsuse.com
- convert to singlespec
Tue Nov 15 13:00:00 2016 dmuellerAATTsuse.com
- update to 1.0.1
Mon Oct 6 14:00:00 2014 p.drouandAATTgmail.com
- Remove redundant requirements
Mon Oct 6 14:00:00 2014 infromaAATTgmail.com
- Change BuildRequires (python-setuptools -> python3-setuptools)
- Reformat .spec file
Fri Sep 26 14:00:00 2014 infromaAATTgmail.com
- Use glob to catch cached
*.pyc
Fri Sep 26 14:00:00 2014 infromaAATTgmail.com
- Use a python3-pathlib package as a base of python-pathlib package
Sat Aug 2 14:00:00 2014 p.drouandAATTgmail.com
- Use download Url as source
Sat Aug 2 14:00:00 2014 iAATTmarguerite.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.