Files
poky/meta/recipes-devtools
Wang Mingyu f76ddac2f7 python3-attrs: upgrade 22.1.0 -> 23.2.0
Changelog:
===========
- 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.

(From OE-Core rev: 9070758f0bb806f763a0d07b2b58b8b84b255880)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-01-07 12:24:57 +00:00
..
2023-06-01 08:05:11 +01:00
2023-07-19 19:37:38 +01:00
2023-07-30 07:54:44 +01:00
2024-01-07 12:24:57 +00:00
2023-11-05 11:28:35 +00:00
2022-11-07 14:32:42 +00:00
2023-05-05 11:07:25 +01:00
2023-12-23 08:46:00 +00:00
2023-09-03 10:34:20 +01:00
2023-05-22 10:53:49 +01:00
2023-08-29 09:41:07 +01:00
2023-09-29 23:11:59 +01:00
2023-12-21 10:38:29 +00:00
2023-11-30 08:43:03 +00:00
2023-12-13 11:34:27 +00:00
2023-09-26 10:35:27 +01:00
2023-12-02 17:18:57 +00:00
2023-09-09 12:04:55 +01:00
2022-03-23 12:13:49 +00:00
2023-12-02 17:18:57 +00:00
2023-06-27 16:23:40 +01:00
2023-03-11 00:08:41 +00:00
2024-01-07 12:24:57 +00:00
2023-11-23 12:46:42 +00:00
2023-09-26 10:35:27 +01:00
2023-04-13 11:56:07 +01:00
2023-01-06 12:03:47 +00:00
2023-06-02 15:16:36 +01:00
2023-12-21 10:38:29 +00:00
2023-12-21 10:38:29 +00:00
2023-09-14 09:19:37 +01:00
2023-12-23 08:46:00 +00:00
2024-01-07 12:24:57 +00:00
2023-12-30 11:03:08 +00:00
2022-12-06 15:23:18 +00:00
2023-09-26 10:35:27 +01:00