Path to this page:
Subject: CVS commit: pkgsrc/devel/py-attrs
From: Adam Ciarcinski
Date: 2025-03-12 14:49:16
Message id: 20250312134916.265EBFBE1@cvs.NetBSD.org
Log Message:
py-attrs: updated to 25.2.0
25.2.0
Changes
- Checking mandatory vs non-mandatory attribute order is now performed after the \
field transformer, since the field transformer may change attributes and/or \
their order.
- `attrs.make_class()` now allows for Unicode class names.
- Speed up class creation by 30%-50% by compiling methods only once and using a \
variety of other techniques.
- The error message if an attribute has both an annotation and a type argument \
will now disclose _what_ attribute seems to be the problem.
Files: