Path to this page:
Subject: CVS commit: pkgsrc/devel/py-attrs
From: Adam Ciarcinski
Date: 2024-08-07 22:12:10
Message id: 20240807201210.BB488FC74@cvs.NetBSD.org
Log Message:
py-attrs: updated to 24.2.0
24.2.0
Deprecations
- Given the amount of warnings raised in the broader ecosystem, we've decided to \
only soft-deprecate the *hash* argument to `@define` / `@attr.s`.
Please don't use it in new code, but we don't intend to remove it anymore.
Changes
- `attrs.converters.pipe()` (and its syntactic sugar of passing a list for \
`attrs.field()`'s / `attr.ib()`'s *converter* argument) works again when passing \
`attrs.setters.convert` to *on_setattr* (which is default for `attrs.define`).
- Restored support for PEP [649](https://peps.python.org/pep-0649/) / \
[749](https://peps.python.org/pep-0749/)-implementing Pythons -- currently \
3.14-dev.
Files: