Commit graph

4 commits

Author SHA1 Message Date
adam
0a6faa7a7c py-pathlib2: updated to 2.3.3
Version 2.3.3
- Bring back old deprecated dependency syntax to ensure compatibility
  with older systems
- Drop Python 3.3 support, as scandir no longer supports it.
- Add Python 3.7 support.
2018-11-29 18:41:38 +00:00
adam
550b9101b5 py-pathlib2: updated to 2.3.2
Version 2.3.2
- Hotfix for broken setup.py.

Version 2.3.1
- Fix tests for systems where filesystem encoding only supports ascii.
- Use modern setuptools syntax for specifying conditional scandir
  dependency.
- Remove legacy use of support module from old pathlib module.
  This fixes the tests for Python 3.6.
- Drop the "from __future__ import unicode_literals" and -Qnew tests
  as it introduced subtle bugs in the tests, and maintaining separate
  test modules for these legacy features seems not worth the effort.
- Drop Python 3.2 support, as scandir no longer supports it.
2018-04-23 11:59:26 +00:00
adam
a7f9e57969 Version 2.3.0
- Sync with upstream pathlib from CPython 3.6.1
2017-07-30 17:41:56 +00:00
wiz
ca3a60ae64 Import py-pathlib2-2.2.1 as devel/py-pathlib2.
The goal of pathlib2 is to provide a backport of standard pathlib
module which tracks the standard library module, so all the newest
features of the standard pathlib can be used also on older Python
versions.
2017-02-22 12:54:31 +00:00