Accepting request 965216 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/965216 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipython?expand=0&rev=30
This commit is contained in:
commit
7d1295dc63
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8138762243c9b3a3ffcf70b37151a2a35c23d3a29f9743878c33624f4207be3d
|
||||
size 5313998
|
3
ipython-8.2.0.tar.gz
Normal file
3
ipython-8.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70e5eb132cac594a34b5f799bd252589009905f05104728aea6a403ec2519dc1
|
||||
size 5400583
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 27 17:53:22 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 8.2.0:
|
||||
* Auto-suggestion can now be elected with the end
|
||||
key. :ghpull:`13566`
|
||||
* Some traceback issues with assert etb is not None have been
|
||||
fixed. :ghpull:`13588`
|
||||
* History is now pulled from the sqitel database and not from
|
||||
in-memory. In particular when using the %paste magic, the content
|
||||
of the pasted text will be part of the history and not the
|
||||
verbatim text %paste anymore. :ghpull:`13592`
|
||||
* Fix Ctrl-\\ exit cleanup :ghpull:`13603`
|
||||
* Fixes to ultratb ipdb support when used outside of
|
||||
IPython. :ghpull:`13498`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 5 18:25:05 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
%bcond_with libalternatives
|
||||
%endif
|
||||
Name: python-ipython%{psuffix}
|
||||
Version: 8.1.1
|
||||
Version: 8.2.0
|
||||
Release: 0
|
||||
Summary: Rich architecture for interactive computing with Python
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user