2025-08-21 07:00:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2022-09-20 15:12:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 20 14:14:44 UTC 2022 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 1.6.0
|
|
|
|
* https://github.com/evhub/coconut/releases/tag/v1.6.0
|
|
|
|
- does not require six
|
|
|
|
|
2019-09-13 10:56:57 +00:00
|
|
|
-------------------------------------------------------------------
|
2021-02-18 14:02:43 +00:00
|
|
|
Thu Feb 18 14:02:08 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
2021-02-18 14:03:24 +00:00
|
|
|
- skip multi-version build, this is a compiler not a python module
|
2021-02-18 14:02:43 +00:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-09-13 10:56:57 +00:00
|
|
|
Fri Sep 13 10:56:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 1.4.1:
|
|
|
|
* add support for python 3.8
|
|
|
|
|
2019-05-24 03:07:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 24 03:06:34 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
- Add conflicts with python2 version since we are dropping
|
|
|
|
update-alternatives.
|
|
|
|
|
2019-05-22 19:12:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 22 14:34:21 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
- Drop python2 support since some of its dependencies have also
|
|
|
|
dropped python2 support.
|
|
|
|
- Use new jupyter package names.
|
|
|
|
|
2019-03-07 10:53:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 7 10:52:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Fix fdupes call
|
|
|
|
|
2018-10-16 01:54:09 +00:00
|
|
|
-------------------------------------------------------------------
|
2018-12-04 13:20:01 +00:00
|
|
|
Tue Dec 4 12:46:42 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2018-10-16 01:54:09 +00:00
|
|
|
Sun Oct 7 23:42:50 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
- Fix conflict with IPython dependencies.
|
|
|
|
The python2 version of IPython requires prompt_toolkit 1 while
|
|
|
|
the python3 version requires prompt_toolkit 2.
|
|
|
|
|
2018-09-28 03:48:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 28 03:44:12 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
- Update to 1.4.0
|
|
|
|
* #320: added import hook to automatically compile imported Coconut files (thanks @ArneBachmann!)
|
|
|
|
* #347: added where clauses
|
|
|
|
* #270: added a memoize decorator (thanks @iamrecursion!)
|
|
|
|
* #403: added a TYPE_CHECKING constant
|
|
|
|
* #409: added support for M `bind` x -> y syntax
|
|
|
|
* #419: data type equality is now typed (thanks everyone in #418!)
|
|
|
|
* #331: support negative pattern-matching with match ... not in ...
|
|
|
|
* #411: count now supports a step size of 0
|
|
|
|
* #394: scan now has an initializer argument
|
|
|
|
* #398: creating a new indented block after a colon is no longer necessary for any statement
|
|
|
|
* #229: --strict now warns on unused imports
|
|
|
|
* #327: interpreter now supports reload built-in (thanks, @ArneBachmann!)
|
|
|
|
* #382: interpreter now supports compiling to arbitrary file names
|
|
|
|
* #393: unicode operators for multiplication and matrix multiplication have been switched
|
|
|
|
* #153: function composition precedence is now such that f..g(x) is the same as f..(g(x)) not (f..g)(x)
|
|
|
|
* #395: built-in attributes changed to remove initial underscores
|
|
|
|
|
2018-06-10 15:27:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 10 10:48:01 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Fix repeated name in summary (rpmlint).
|
|
|
|
- Trim rhetoric parts from description.
|
|
|
|
- Use find "+" logic.
|
|
|
|
|
2018-06-07 18:22:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 24 17:29:32 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Fix dependencies
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 7 19:55:07 UTC 2017 - sleep_walker@opensuse.org
|
|
|
|
|
|
|
|
- take package from home:geewass:python
|
|
|
|
- rewrite to cleanup, use singlespec
|