14
0

- Update to 3.1.2

* See Coconut's documentation for more information on all of the features listed below.
  * #851, #852: Fixed comments inside of parentheses in the Jupyter kernel.
  * #846: reduce, takewhile, and dropwhile now support keyword arguments.
  * #848: Class and data patterns now support keyword argument name elision.
  * #847: New pattern-matching syntax for matching anonymous named tuples.
  * #843: Added compiler warnings for (some cases of) undefined variables.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coconut?expand=0&rev=23
This commit is contained in:
2025-08-21 07:00:07 +00:00
committed by Git OBS Bridge
parent c74a3edd16
commit 797fb5c3de
4 changed files with 42 additions and 39 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Aug 12 12:55:20 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>
- Update to 3.1.2
* See Coconut's documentation for more information on all of the features listed below.
* #851, #852: Fixed comments inside of parentheses in the Jupyter kernel.
* #846: reduce, takewhile, and dropwhile now support keyword arguments.
* #848: Class and data patterns now support keyword argument name elision.
* #847: New pattern-matching syntax for matching anonymous named tuples.
* #843: Added compiler warnings for (some cases of) undefined variables.
-------------------------------------------------------------------
Tue Sep 20 14:14:44 UTC 2022 - pgajdos@suse.com