2024-04-19 06:18:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-jaraco.functools: updated to 4.0.1 v4.0.1 No significant changes. |
2023-11-20 10:18:22 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-jaraco.functools: updated to 4.0.0 v4.0.0 Features - Added ``splat`` function. Deprecations and Removals - Removed deprecated 'call_aside'. |
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-08-28 09:53:16 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-jaraco.functools: updated to 3.9.0 v3.9.0 Features - Enhanced type hints and declare the package as typed. Module is now a package. |
2023-08-06 09:11:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-jaraco.functools: updated to 3.8.1 v3.8.1 Bugfixes - Restored type checking and repaired broken exclusion. |
2023-06-27 09:20:41 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-jaraco.functools: updated to 3.8.0 v3.8.0 ====== Features - Require Python 3.8 or later. |
2023-05-29 18:38:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-jaraco.functools: updated to 3.7.0 v3.7.0 Added ``bypass_unless`` and ``bypass_when`` and ``identity``. |
2023-03-17 09:19:16 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-jaraco.functools: updated to 3.6.0 v3.6.0 Renamed ``call_aside`` to ``invoke``, deprecating ``call_aside``. |