1 Commits

Author SHA256 Message Date
cb229aa55f - update to 3.2.0:
* Add t-string support #866: Coconut now supports Python 3.14
    template strings (`t"..."` syntax). On Python 3.14+, native
    t-string syntax is used. On Python 3.10-3.13, Coconut
    compiles t-strings to use the `tstr` backport library.
  * Add memoize.RECURSIVE #858: Added `memoize.RECURSIVE` option
    that allows unbounded cache growth during recursive calls but
    automatically clears the cache after the outermost call
    completes. This prevents memory leaks while still supporting
    recursive functions effectively.
  * Support Python 3.14 #873: Full support for Python 3.14,
    including compatibility with the new interpreter changes and
    native t-string support.
- Add conflicts with python2 version since we are dropping

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coconut?expand=0&rev=26
2026-02-16 17:09:47 +00:00