1
0

Accepting request 830496 from home:apersaud:branches:devel:languages:python:jupyter

update to latest version

OBS-URL: https://build.opensuse.org/request/show/830496
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=51
This commit is contained in:
Tomáš Chvátal
2020-08-31 08:04:07 +00:00
committed by Git OBS Bridge
parent 163625139b
commit c5a03eb03e
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Aug 29 16:14:09 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 7.18.0:
* IPython 7.18 is a minor release that mostly contains bugfixes.
+ CRLF is now handled by magics my default; solving some issues
due to copy pasting on windows. :ghpull:`12475`
+ Requiring pexpect >=4.3 as we are Python 3.7+ only and earlier
version of pexpect will be incompatible. :ghpull:`12510`
+ Minimum jedi version is now 0.16. :ghpull:`12488`
-------------------------------------------------------------------
Sat Aug 1 22:10:57 UTC 2020 - Arun Persaud <arun@gmx.de>