Accepting request 980815 from home:apersaud:branches:devel:languages:python:jupyter

update to latest version

OBS-URL: https://build.opensuse.org/request/show/980815
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=88
This commit is contained in:
Benjamin Greiner 2022-06-05 10:50:31 +00:00 committed by Git OBS Bridge
parent 3f2e54c9b5
commit 1c16678852
4 changed files with 24 additions and 4 deletions

View File

@ -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
View File

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

View File

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

View File

@ -32,7 +32,7 @@
%bcond_with libalternatives
%endif
Name: python-ipython%{psuffix}
Version: 8.2.0
Version: 8.4.0
Release: 0
Summary: Rich architecture for interactive computing with Python
License: BSD-3-Clause