./devel/py-jaraco.path, Miscellaneous path functions

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


Branch: CURRENT, Version: 3.7.2, Package name: py312-jaraco.path-3.7.2, Maintainer: pkgsrc-users

Python module with miscellaneous path functions.


Master sites:

Filesize: 12.07 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-29 10:28:48 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jaraco.path: updated to 3.7.2

v3.7.2

Bugfixes
- Fix ``FilesSpec`` parameters variance issues by making it a `typing.Mapping` \ 
instead of a `dict`
   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-26 13:35:58 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-jaraco.path: use correct DISTNAME
   2024-08-26 11:55:28 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jaraco.path: updated to 3.7.1

v3.7.1

No significant changes.
   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-10 05:38:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jaraco.path: updated to 3.7.0

v3.7.0

Features
- Require Python 3.8 or later.
   2023-06-27 09:17:17 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jaraco.path: updated to 3.6.0

v3.6.0
Added support for ``Symlink``s for the tree maker (``build``).
   2023-04-20 07:52:12 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jaraco.path: updated to 3.5.0

v3.5.0

Introduced ``Recording`` object and ``TreeMaker`` protocol,
with ``build()`` now explicitly accepting any ``TreeMaker``.