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

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


Branch: CURRENT, Version: 4.1.0, Package name: py312-jaraco.functools-4.1.0, 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: 18.71 KB

Version history: (Expand)


CVS history: (Expand)


   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-10-03 12:13:20 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jaraco.functools: updated to 4.1.0

v4.1.0

Features
- Added chainable decorator.
   2024-08-03 10:14:44 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jaraco.functools: updated to 4.0.2

v4.0.2

No significant changes.
   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.