14
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recordclass?expand=0&rev=11
This commit is contained in:
2024-08-05 19:13:23 +00:00
committed by Git OBS Bridge
parent baf7e92993
commit 1c54aa5f7b
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>