Changelog for
python3-coconut-1.6.0-1.6.noarch.rpm :
* Tue Sep 20 2022 pgajdosAATTsuse.com- version update to 1.6.0
* https://github.com/evhub/coconut/releases/tag/v1.6.0- does not require six
* Thu Feb 18 2021 Dirk Müller
- skip multi-version build, this is a compiler not a python module
* Fri Sep 13 2019 Tomáš Chvátal - Update to 1.4.1:
* add support for python 3.8
* Fri May 24 2019 Todd R - Add conflicts with python2 version since we are dropping update-alternatives.
* Wed May 22 2019 Todd R - Drop python2 support since some of its dependencies have also dropped python2 support.- Use new jupyter package names.
* Thu Mar 07 2019 Tomáš Chvátal - Fix fdupes call
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Sun Oct 07 2018 Todd R - Fix conflict with IPython dependencies. The python2 version of IPython requires prompt_toolkit 1 while the python3 version requires prompt_toolkit 2.
* Fri Sep 28 2018 Todd R - Update to 1.4.0
* #320: added import hook to automatically compile imported Coconut files (thanks AATTArneBachmann!)
* #347: added where clauses
* #270: added a memoize decorator (thanks AATTiamrecursion!)
* #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, AATTArneBachmann!)
* #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
* Sun Jun 10 2018 jengelhAATTinai.de- Fix repeated name in summary (rpmlint).- Trim rhetoric parts from description.- Use find \"+\" logic.