forked from pool/python-ipython
Accepting request 980869 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/980869 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipython?expand=0&rev=31
This commit is contained in:
commit
64e6c55b80
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:70e5eb132cac594a34b5f799bd252589009905f05104728aea6a403ec2519dc1
|
|
||||||
size 5400583
|
|
3
ipython-8.4.0.tar.gz
Normal file
3
ipython-8.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f2db3a10254241d9b447232cec8b424847f338d9d36f9a577a6192c332a46abd
|
||||||
|
size 5314601
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 4 23:13:12 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 8.4.0:
|
||||||
|
* fix uncaught BdbQuit exceptions on ipdb exit :ghpull:`13668`
|
||||||
|
* typo fix in documentation: :ghpull:`13682`
|
||||||
|
|
||||||
|
- changes from version 8.3.0:
|
||||||
|
* :ghpull:`13625`, using ?, ??, *? will not call set_next_input as
|
||||||
|
most frontend allow proper multiline editing and it was causing
|
||||||
|
issues for many users of multi-cell frontends. This has been
|
||||||
|
backported to 7.33
|
||||||
|
* :ghpull:`13600`, pre_run_*-hooks will now have a cell_id attribute
|
||||||
|
on the info object when frontend provide it. This has been
|
||||||
|
backported to 7.33
|
||||||
|
* :ghpull:`13624`, fixed End key being broken after accepting an
|
||||||
|
auto-suggestion.
|
||||||
|
* :ghpull:`13657` fix issue where history from different sessions
|
||||||
|
would be mixed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 27 17:53:22 UTC 2022 - Arun Persaud <arun@gmx.de>
|
Sun Mar 27 17:53:22 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
%bcond_with libalternatives
|
%bcond_with libalternatives
|
||||||
%endif
|
%endif
|
||||||
Name: python-ipython%{psuffix}
|
Name: python-ipython%{psuffix}
|
||||||
Version: 8.2.0
|
Version: 8.4.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