Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-coconut for openSUSE:Factory 
checked in at 2026-02-24 15:38:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-coconut (Old)
 and      /work/SRC/openSUSE:Factory/.python-coconut.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-coconut"

Tue Feb 24 15:38:52 2026 rev:10 rq:1334577 version:3.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-coconut/python-coconut.changes    
2025-08-25 20:39:42.284129375 +0200
+++ /work/SRC/openSUSE:Factory/.python-coconut.new.1977/python-coconut.changes  
2026-02-24 15:39:40.437089494 +0100
@@ -1,0 +2,17 @@
+Mon Feb 16 17:09:15 UTC 2026 - Dirk Müller <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  coconut-3.1.2.tar.gz

New:
----
  coconut-3.2.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-coconut.spec ++++++
--- /var/tmp/diff_new_pack.Gsv1tL/_old  2026-02-24 15:39:40.921109525 +0100
+++ /var/tmp/diff_new_pack.Gsv1tL/_new  2026-02-24 15:39:40.921109525 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-coconut
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 # coconut is a programming language, not a python module
 %define pythons python3
 Name:           python-coconut
-Version:        3.1.2
+Version:        3.2.0
 Release:        0
 Summary:        A functional programming language that compiles to Python
 License:        MIT

++++++ coconut-3.1.2.tar.gz -> coconut-3.2.0.tar.gz ++++++
++++ 72518 lines of diff (skipped)

Reply via email to