./devel/py-jaraco.collections, Collection objects similar to those in stdlib

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


Branch: CURRENT, Version: 5.0.1, Package name: py311-jaraco.collections-5.0.1, Maintainer: pkgsrc-users

Models and classes to supplement the stdlib 'collections' module.


Master sites:

Filesize: 17.568 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-15 10:11:37 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jaraco.collections: updated to 5.0.1

v5.0.1

Bugfixes

- Delinting and package refresh.
   2024-01-16 11:55:45 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jaraco.collections: updated to 5.0.0

v5.0.0

Features
- Moved collections into a package and declared as typed.

Deprecations and Removals
- Removed DictFilter.
   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-24 11:06:47 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jaraco.collections: updated to 4.3.0

v4.3.0
======
Features
- Require Python 3.8 or later.

v4.2.0
======
Added ``Mask``, the inverse of a ``Projection``.

v4.1.0
======
``Projection`` now accepts an iterable or callable or pattern
for matching keys.

``Projection`` now retains order of keys from the underlying
mapping.

``DictFilter`` is now deprecated in favor of ``Projection``.

v4.0.0
======
``DictFilter`` no longer accepts ``include_keys`` and requires
``include_pattern`` as a keyword argument.
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2022-11-07 11:43:53 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jaraco.collections: updated to 3.8.0

v3.8.0
======
Made ``DictStack`` mutable.
   2022-11-06 19:24:45 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-jaraco.collections: added version 3.7.0

Models and classes to supplement the stdlib 'collections' module.