./devel/py-path, Python module wrapper for os.path

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 16.10.0, Package name: py311-path-16.10.0, Maintainer: pkgsrc-users

Python module wrapper for os.path.


Master sites:

Filesize: 48.116 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-04 20:38:32 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-path: updated to 16.10.0

v16.10.0

Features
- Added .with_name and .with_stem.
- Prefer .suffix to .ext and deprecate .ext.
   2023-12-17 18:20:15 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-path: updated to 16.9.0

v16.9.0

Features

Added .iterdir() and deprecated .listdir().

v16.8.0

Features

Use '.' as the default path.
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-07-19 12:59:56 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-path: updated to 16.7.1

v16.7.1

Bugfixes
- Set ``stacklevel=2`` in deprecation warning for ``.text``.

v16.7.0

Features
- Added ``.permissions`` attribute.
- Require Python 3.8 or later.
   2022-01-07 17:56:33 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-path: updated to 16.3.0

v16.3.0
-------
- Require Python 3.7 or later.
- test_listdir_other_encoding now automatically skips
  itself on file systems where it's not appropriate.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-11-21 11:44:02 by Thomas Klausner | Files touched by this commit (4)
Log message:
devel/py-path: import py-path-16.2.0

Python module wrapper for os.path.