14
0

- update to 0.22.0.2:

* Fix regression with `as_dataclass`.
- update to 0.22:
  * `Recordclass 0.22` started support of `python 3.13`.
  * Add a base class `datastruct` for subclasses that should
    behave more like simple datastructures.
  * Fix bug with `__match_args__` (#6).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recordclass?expand=0&rev=9
This commit is contained in:
2024-07-02 15:13:39 +00:00
committed by Git OBS Bridge
parent a362b9bf43
commit baf7e92993
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jul 2 15:13:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.22.0.2:
* Fix regression with `as_dataclass`.
- update to 0.22:
* `Recordclass 0.22` started support of `python 3.13`.
* Add a base class `datastruct` for subclasses that should
behave more like simple datastructures.
* Fix bug with `__match_args__` (#6).
-------------------------------------------------------------------
Fri Dec 29 09:35:17 UTC 2023 - Dirk Müller <dmueller@suse.com>