740f65a1bb
Accepting request 1004997 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1004997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coconut?expand=0&rev=8
2022-09-20 17:24:20 +00:00
c74a3edd16
Accepting request 1004987 from home:pgajdos:python
...
- version update to 1.6.0
* https://github.com/evhub/coconut/releases/tag/v1.6.0
- does not require six
OBS-URL: https://build.opensuse.org/request/show/1004987
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coconut?expand=0&rev=21
2022-09-20 15:12:19 +00:00
1a481df53c
Accepting request 873397 from devel:languages:python
...
- skip multi-version build, this is a compiler not a python module
OBS-URL: https://build.opensuse.org/request/show/873397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coconut?expand=0&rev=7
2021-02-18 19:41:35 +00:00
9d99d384dd
- skip multi-version build, this is a compiler not a python module
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coconut?expand=0&rev=19
2021-02-18 14:03:24 +00:00
7af9609cb4
- skip multi-version build, this is a compiler not a library
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coconut?expand=0&rev=18
2021-02-18 14:02:43 +00:00
b16bf46f40
Accepting request 730676 from devel:languages:python
...
- Update to 1.4.1:
* add support for python 3.8
OBS-URL: https://build.opensuse.org/request/show/730676
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coconut?expand=0&rev=6
2019-09-27 12:47:17 +00:00
Tomáš Chvátal
49c50136cd
- Update to 1.4.1:
...
* add support for python 3.8
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coconut?expand=0&rev=16
2019-09-13 10:56:57 +00:00
0cf542fdf4
Accepting request 705105 from devel:languages:python
...
- Add conflicts with python2 version since we are dropping update-alternatives.
- Drop python2 support since some of its dependencies have also dropped python2 support.
- Use new jupyter package names.
OBS-URL: https://build.opensuse.org/request/show/705105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coconut?expand=0&rev=5
2019-05-24 09:33:18 +00:00
Todd R
35af30ae6d
Accepting request 705104 from home:TheBlackCat:branches:devel:languages:python
...
- Add conflicts with python2 version since we are dropping update-alternatives.
OBS-URL: https://build.opensuse.org/request/show/705104
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coconut?expand=0&rev=14
2019-05-24 03:07:37 +00:00
Todd R
213deb1eb1
Accepting request 704829 from home:TheBlackCat:branches:devel:languages:python:jupyter
...
- Drop python2 support since some of its dependencies have also dropped python2 support.
- Use new jupyter package names.
OBS-URL: https://build.opensuse.org/request/show/704829
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coconut?expand=0&rev=13
2019-05-22 19:12:16 +00:00
77f27284dd
Accepting request 687618 from devel:languages:python
...
- Fix fdupes call
OBS-URL: https://build.opensuse.org/request/show/687618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coconut?expand=0&rev=4
2019-04-05 09:57:11 +00:00
Tomáš Chvátal
e7e6d1fe48
- Fix fdupes call
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coconut?expand=0&rev=11
2019-03-07 10:53:02 +00:00
e574f48307
Accepting request 653976 from devel:languages:python
...
Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/request/show/653976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coconut?expand=0&rev=3
2018-12-13 18:41:21 +00:00
730489ba61
Remove superfluous devel dependency for noarch package
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coconut?expand=0&rev=9
2018-12-04 13:20:01 +00:00
fc145e2c94
Accepting request 642133 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/642133
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coconut?expand=0&rev=2
2018-10-22 09:22:26 +00:00
Todd R
dc6388741f
Accepting request 642132 from home:TheBlackCat:branches:devel:languages:python:jupyter
...
- Fix conflict with IPython dependencies.
The python2 version of IPython requires prompt_toolkit 1 while
the python3 version requires prompt_toolkit 2.
OBS-URL: https://build.opensuse.org/request/show/642132
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coconut?expand=0&rev=7
2018-10-16 01:54:09 +00:00
Todd R
8f0cc3d118
Accepting request 638889 from home:TheBlackCat:branches:devel:languages:python
...
- 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
OBS-URL: https://build.opensuse.org/request/show/638889
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coconut?expand=0&rev=6
2018-09-28 03:48:03 +00:00
dfe580ede7
Accepting request 616816 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/616816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coconut?expand=0&rev=1
2018-06-22 11:31:55 +00:00
2562db9eb8
Accepting request 615782 from home:jengelh:branches:devel:languages:python
...
- Fix repeated name in summary (rpmlint).
- Trim rhetoric parts from description.
- Use find "+" logic.
OBS-URL: https://build.opensuse.org/request/show/615782
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coconut?expand=0&rev=2
2018-06-10 15:27:11 +00:00
Todd R
8be538856a
Accepting request 615044 from devel:languages:python:misc
...
a functional programming language that compiles to Python
OBS-URL: https://build.opensuse.org/request/show/615044
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coconut?expand=0&rev=1
2018-06-07 18:22:44 +00:00