15
0

- update to 0.17.1:

* [converters] Define our own structuring hook for fontTools
    Transform to workaround bug in cattrs when using `from
    __future__ import annotations` on NamedTuple

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufoLib2?expand=0&rev=21
This commit is contained in:
2025-02-11 20:47:45 +00:00
committed by Git OBS Bridge
parent d7a779d0b9
commit 51aa705a4c
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Feb 11 20:47:26 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.17.1:
* [converters] Define our own structuring hook for fontTools
Transform to workaround bug in cattrs when using `from
__future__ import annotations` on NamedTuple
-------------------------------------------------------------------
Sat Nov 23 16:36:53 UTC 2024 - Dirk Müller <dmueller@suse.com>