Path to this page:
Subject: CVS commit: pkgsrc/devel/py-jaraco.collections
From: Adam Ciarcinski
Date: 2023-08-24 11:06:47
Message id: 20230824090647.D341BFBDB@cvs.NetBSD.org
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.
Files: