Accepting request 845467 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/845467
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipython?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2020-11-06 22:43:56 +00:00 committed by Git OBS Bridge
commit b790e72cc3
4 changed files with 22 additions and 4 deletions

View File

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

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

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

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>

View File

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