Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-attrs for openSUSE:Factory checked in at 2024-01-09 20:48:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-attrs (Old) and /work/SRC/openSUSE:Factory/.python-attrs.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-attrs" Tue Jan 9 20:48:35 2024 rev:23 rq:1137517 version:23.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-attrs/python-attrs.changes 2023-06-30 19:58:02.289345808 +0200 +++ /work/SRC/openSUSE:Factory/.python-attrs.new.21961/python-attrs.changes 2024-01-09 20:48:48.670382969 +0100 @@ -1,0 +2,26 @@ +Mon Jan 8 08:59:59 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 23.2.0: + * The type annotation for `attrs.resolve_types()` is now + correct. + * Type stubs now use `typing.dataclass_transform` to decorate + dataclass-like decorators, instead of the non-standard + `__dataclass_transform__` special form, which is only + supported by Pyright. + * Fixed serialization of namedtuple fields using + `attrs.asdict/astuple()` with `retain_collection_types=True`. + * `attrs.AttrsInstance` is now a `typing.Protocol` in both type + hints and code. + * This allows you to subclass it along with another `Protocol`. + * If *attrs* detects that `__attrs_pre_init__` accepts more + than just `self`, it will call it with the same arguments as + `__init__` was called. + * This allows you to, for example, pass arguments to + `super().__init__()`. + * Slotted classes now transform `functools.cached_property` + decorated methods to support equivalent semantics. + * Added *class_body* argument to `attrs.make_class()` to + provide additional attributes for newly created classes. + * It is, for example, now possible to attach methods. + +------------------------------------------------------------------- Old: ---- attrs-23.1.0.tar.gz New: ---- attrs-23.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-attrs.spec ++++++ --- /var/tmp/diff_new_pack.te3U9K/_old 2024-01-09 20:48:49.426410455 +0100 +++ /var/tmp/diff_new_pack.te3U9K/_new 2024-01-09 20:48:49.430410601 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-attrs%{psuffix} -Version: 23.1.0 +Version: 23.2.0 Release: 0 Summary: Attributes without boilerplate License: MIT ++++++ attrs-23.1.0.tar.gz -> attrs-23.2.0.tar.gz ++++++ ++++ 6091 lines of diff (skipped)