Accepting request 817629 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/817629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipython?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2020-06-30 19:53:43 +00:00 committed by Git OBS Bridge
commit 513e7e2f64
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ef1433879816a960cd3ae1ae1dc82c64732ca75cec8dab5a4e29783fb571d0e
size 5245923

3
ipython-7.16.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f4fcb31d3b2c533333893b9172264e4821c1ac91839500f31bd43f2c59b3ccf
size 5136303

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>

View File

@ -28,7 +28,7 @@
%define skip_python2 1
%bcond_without iptest
Name: python-ipython%{psuffix}
Version: 7.15.0
Version: 7.16.1
Release: 0
Summary: Rich architecture for interactive computing with Python
License: BSD-3-Clause