1
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/780632
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=38
This commit is contained in:
Tomáš Chvátal
2020-03-03 09:35:16 +00:00
committed by Git OBS Bridge
parent af24684e76
commit be9aa363d1
10 changed files with 42 additions and 12 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Mar 1 07:13:22 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 7.13.0:
* Fix inability to run PDB when inside an event loop :ghpull:`12141`
* Fix ability to interrupt some processes on windows :ghpull:`12137`
* Fix debugger shortcuts :ghpull:`12132`
* improve tab completion when inside a string by removing irrelevant
elements :ghpull:`12128`
* Fix display of filename tab completion when the path is long
:ghpull:`12122`
* Many removal of Python 2 specific code path :ghpull:`12110`
* displaying wav files do not require NumPy anymore, and is 5x to
30x faster :ghpull:`12113`
-------------------------------------------------------------------
Sat Feb 8 22:41:18 UTC 2020 - Arun Persaud <arun@gmx.de>