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

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


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

Python module wrapper for os.path.


Master sites:

Filesize: 48.556 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-10 14:53:35 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-path: updated to 16.14.0

v16.14.0
========

Features
--------

- Add .symlink_to and .hardlink_to.
- Add .cwd method and deprecated .getcwd.

v16.13.0
========

Features
--------

- Create 'absolute' method and deprecate 'abspath'.
- In readlink, prefer the display path to the substitute path.

v16.12.1
========

Bugfixes
--------

- Restore functionality in .isdir and .isfile.

v16.12.0
========

Features
--------

- Added .is_dir and .is_file for parity with pathlib. Deprecates .isdir and .isfile.

v16.11.0
========

Features
--------

- Inlined some types.
   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.