- update to 0.6.14:

* Experimental support for free-threaded Python.
  * Fix memory leak in acebitstream module.
  * Add pytest smoke tests and configure GitHub Actions CI for
    testing.
  * Remove deprecated setup.py features.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-acefile?expand=0&rev=14
This commit is contained in:
2026-01-22 13:52:30 +00:00
committed by Git OBS Bridge
parent be9e77c315
commit 481925aa3a
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jan 22 13:51:11 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 0.6.14:
* Experimental support for free-threaded Python.
* Fix memory leak in acebitstream module.
* Add pytest smoke tests and configure GitHub Actions CI for
testing.
* Remove deprecated setup.py features.
-------------------------------------------------------------------
Mon Jun 16 12:09:56 UTC 2025 - Markéta Machová <mmachova@suse.com>