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 +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