Package Release Info

python-pathlib-1.0.1-bp154.1.61

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-pathlib

Change Logs

Version: 1.0.1-bp150.2.4
* Sat Oct 21 2017 dmueller@suse.com
- convert to singlespec
* Tue Nov 15 2016 dmueller@suse.com
- update to 1.0.1
* Mon Oct 06 2014 p.drouand@gmail.com
- Remove redundant requirements
* Mon Oct 06 2014 infroma@gmail.com
- Change BuildRequires (python-setuptools -> python3-setuptools)
- Reformat .spec file
* Fri Sep 26 2014 infroma@gmail.com
- Use glob to catch cached *.pyc
* Fri Sep 26 2014 infroma@gmail.com
- Use a python3-pathlib package as a base of python-pathlib package
* Sat Aug 02 2014 p.drouand@gmail.com
- Use download Url as source
* Sat Aug 02 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.