Path to this page:
./
devel/py-pathlib2,
Object-oriented filesystem paths
Branch: CURRENT,
Version: 2.3.5,
Package name: py37-pathlib2-2.3.5,
Maintainer: pkgsrc-usersThe 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.
Required to run:[
devel/py-setuptools] [
lang/py-six] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 2f6f0f728ab0277fc183685d1d22dcf507e70796
RMD160: c096039e5356b1d605ecca75b1f834cb8e526e8a
Filesize: 33.587 KB
Version history: (Expand)
- (2019-10-08) Updated to version: py37-pathlib2-2.3.5
- (2019-07-02) Updated to version: py37-pathlib2-2.3.4
- (2019-05-02) Updated to version: py37-pathlib2-2.3.3
- (2018-11-29) Updated to version: py27-pathlib2-2.3.3
- (2018-04-23) Updated to version: py27-pathlib2-2.3.2
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2019-10-07 22:30:22 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-pathlib2: updated to 2.3.5
Version 2.3.5
- Fall back to ascii when getfilesystemencoding returns None
|
2019-07-02 12:01:09 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-pathlib2: updated to 2.3.4
Version 2.3.4
- Do not raise windows error when calling resolve on a non-existing
path in Python 2.7, to match behaviour on Python 3.x
- Use the new collections.abc when possible
- Sync with upstream pathlib
|
2019-05-02 11:16:48 by Adam Ciarcinski | Files touched by this commit (10) |
Log message:
Forget about Python 3.4
|
2018-11-29 19:41:38 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
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-04-23 13:59:26 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
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.
|
2017-07-30 19:41:56 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Version 2.3.0
- Sync with upstream pathlib from CPython 3.6.1
|
2017-02-22 13:54:31 by Thomas Klausner | Files touched by this commit (4) |
Log message:
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.
|