forked from pool/python-attrs
The base branch pool/python-attrs:factory has new changes
* Restore support for generator-based `field_transformer`s.
* 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-attrs?expand=0&rev=57
Description
No description provided
Languages
RPM Spec
100%