Path to this page:
Subject: CVS commit: pkgsrc/devel/py-path
From: Adam Ciarcinski
Date: 2024-04-10 14:53:35
Message id: 20240410125335.9A5B5FA2C@cvs.NetBSD.org
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.
Files: