15
0
forked from pool/python-attrs

- update to 25.3.0:

* 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
This commit is contained in:
2025-07-12 11:37:36 +00:00
committed by Git OBS Bridge
parent f95269ecde
commit efae94f5e8
4 changed files with 19 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-attrs%{psuffix}
Version: 24.3.0
Version: 25.3.0
Release: 0
Summary: Attributes without boilerplate
License: MIT