15
0
forked from pool/python-atom

- Update to 0.11.0:

* Fix ruff config by @MatthieuDartiailh in #209
  * Add FixedTuple member enforcing a given number of items by
    @MatthieuDartiailh in #211
  * Fix memory leak in pickle creation by @MatthieuDartiailh in #213
  * 3.13 support by @MatthieuDartiailh in #214

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atom?expand=0&rev=28
This commit is contained in:
2024-10-29 05:21:40 +00:00
committed by Git OBS Bridge
parent 1c85f2619b
commit 871eae200b
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Oct 29 05:21:28 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.11.0:
* Fix ruff config by @MatthieuDartiailh in #209
* Add FixedTuple member enforcing a given number of items by
@MatthieuDartiailh in #211
* Fix memory leak in pickle creation by @MatthieuDartiailh in #213
* 3.13 support by @MatthieuDartiailh in #214
-------------------------------------------------------------------
Thu Aug 22 10:26:48 UTC 2024 - Frantisek Simorda <frantisek.simorda@suse.com>