forked from pool/python-recordclass
- Add patch do-not-use-pytuple-get-size.patch:
* Use Py_SIZE rather than PyTuple_GET_SIZE to avoid assertion failures. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recordclass?expand=0&rev=13
This commit is contained in:
62
python-recordclass.changes
Normal file
62
python-recordclass.changes
Normal file
@@ -0,0 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 00:56:20 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Add patch do-not-use-pytuple-get-size.patch:
|
||||
* Use Py_SIZE rather than PyTuple_GET_SIZE to avoid assertion failures.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 19:05:39 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.22.1:
|
||||
* Add `pyproject.toml`.
|
||||
- update to 0.22.0.3:
|
||||
* Rename examples est_*.py files since they are detected by
|
||||
pytest as a tests.
|
||||
* Fix segfault with litelist after 0.22.0.2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- update to 0.21.1:
|
||||
* Allow to specify __match_args__.
|
||||
* Add @as_record adapter for def-style decalarations of
|
||||
dataclasses that are considered as just a struct.
|
||||
* The option fast_new will be removed in 0.22. It will be
|
||||
always as fast_new=True by creation.
|
||||
* Fix issues with `_PyUnicodeWriter` for python 3.13.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 18:53:20 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to 0.18.0.1
|
||||
* Exclude test_dataobject_match.py (for testing match statement) for python < 3.10.
|
||||
|
||||
- Update to 0.18
|
||||
* Python 3.11 support.
|
||||
* Adapt data object to take benefit from bytecode specialization in 3.11.
|
||||
* Fix issue for argument with default value in __new__, which havn't __repr__ that can be interpreted as valid python expression for creation of the default value.
|
||||
* Add support for typing.ClassVar.
|
||||
* Add Py_TPFLAGS_SEQUENCE and Py_TPFLAGS_MAPPING.
|
||||
* Add __match_args__ to support match protocol for dataobject-based subclasses.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 7 03:49:55 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- 0.17.5
|
||||
Make to compile, to build and to test successfully for python 3.11.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 31 21:55:59 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Initial package.
|
||||
Reference in New Issue
Block a user