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

Binary file not shown.

3
attrs-25.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b
size 812032

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Jul 12 11:37:13 UTC 2025 - Dirk Müller <dmueller@suse.com>
- 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.
-------------------------------------------------------------------
Thu Jan 2 14:12:53 UTC 2025 - Dirk Müller <dmueller@suse.com>

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