./devel/py-jaraco.functools, Additional functools in the spirit of stdlibs functools

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


Branch: CURRENT, Version: 4.0.1, Package name: py311-jaraco.functools-4.0.1, Maintainer: pkgsrc-users

Additional functools in the spirit of stdlib's functools.


Required to run:
[devel/py-setuptools] [devel/py-more-itertools] [lang/python37]

Required to build:
[pkgtools/cwrappers] [devel/py-setuptools_scm]

Master sites:

Filesize: 17.743 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-19 06:18:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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) | 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-08-28 09:53:16 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
Log message:
py-jaraco.functools: updated to 3.6.0

v3.6.0
Renamed ``call_aside`` to ``invoke``, deprecating ``call_aside``.