1
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/845113
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=56
This commit is contained in:
2020-11-02 15:22:49 +00:00
committed by Git OBS Bridge
parent 9d6ffd5311
commit 8a20277e73
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Oct 30 22:35:05 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 7.19.0:
* Fix to restore the ability to specify more than one extension
using command line flags when using traitlets 5.0 :ghpull:`12543`
* Docs docs formatting that make the install commands work on zsh
:ghpull:`12587`
* Always display the last frame in tracebacks even if hidden with
__traceback_hide__ :ghpull:`12601`
* Avoid an issue where a callback can be registered multiple
times. :ghpull:`12625`
* Avoid an issue in debugger mode where frames changes could be
lost. :ghpull:`12627`
* Never hide the frames that invoke a debugger, even if marked as
hidden by __traceback_hide__ :ghpull:`12631`
* Fix calling the debugger in a recursive manner :ghpull:`12659`
-------------------------------------------------------------------
Sat Sep 5 16:19:34 UTC 2020 - Arun Persaud <arun@gmx.de>