2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message: py-*: remove unused tool dependency py-setuptools includes the py-wheel functionality nowadays |
2024-08-06 13:48:34 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-path: updated to 17.0.0 v17.0.0 Deprecations and Removals - Removed deprecated methods ``getcwd``, ``abspath``, ``ext``, ``listdir``, \ ``isdir``, ``isfile``, and ``text``. - Removed deprecated support for passing ``bytes`` to ``write_text`` and \ ``write_lines(linesep=)`` parameter. |
2024-04-10 14:53:35 by Adam Ciarcinski | Files touched by this commit (3) | |
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) | |
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) | |
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) | |
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) | |
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) | |
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. |