Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| efae94f5e8 | |||
| f95269ecde | |||
| eff624faa4 | |||
| e429b0427a |
BIN
attrs-24.3.0.tar.gz
LFS
BIN
attrs-24.3.0.tar.gz
LFS
Binary file not shown.
3
attrs-25.3.0.tar.gz
Normal file
3
attrs-25.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b
|
||||||
|
size 812032
|
||||||
@@ -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>
|
Thu Jan 2 14:12:53 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-attrs%{psuffix}
|
Name: python-attrs%{psuffix}
|
||||||
Version: 24.3.0
|
Version: 25.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Attributes without boilerplate
|
Summary: Attributes without boilerplate
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user