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:
parent
9d6ffd5311
commit
8a20277e73
@ -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
3
ipython-7.19.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cbb2ef3d5961d44e6a963b9817d4ea4e1fa2eb589c371a470fed14d8d40cbd6a
|
||||||
|
size 5225775
|
@ -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>
|
Sat Sep 5 16:19:34 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%bcond_without iptest
|
%bcond_without iptest
|
||||||
Name: python-ipython%{psuffix}
|
Name: python-ipython%{psuffix}
|
||||||
Version: 7.18.1
|
Version: 7.19.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rich architecture for interactive computing with Python
|
Summary: Rich architecture for interactive computing with Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user