1
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/817552
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=47
This commit is contained in:
Tomáš Chvátal
2020-06-29 07:56:16 +00:00
committed by Git OBS Bridge
parent b82f599ad5
commit c7c1ad5669
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Jun 28 19:06:05 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 7.16.1:
* Noticeable changes:
+ Exceptions are now (re)raised when running notebooks via the
:magic:`%run`, helping to catch issues in workflows and
pipelines. :ghpull:`12301`
+ Fix inputhook for qt 5.15.0 :ghpull:`12355`
+ Fix wx inputhook :ghpull:`12375`
+ Add handling for malformed pathext env var (Windows)
:ghpull:`12367`
+ use $SHELL in system_piped :ghpull:`12360` for uniform behavior
with ipykernel.
* Reproducible Build
-------------------------------------------------------------------
Sat May 30 23:53:32 UTC 2020 - Arun Persaud <arun@gmx.de>