- Update to version 7.21.0:
- New "context" command in ipdb It is now possible to change the number of lines shown in the backtrace information in ipdb using "context" command. - Compatibility with Xeus-Python for debugger protocol - Misc docs fixes for compatibility and uniformity with Numpydoc. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=64
This commit is contained in:
parent
118fa0e9a9
commit
39216737f6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1923af00820a8cf58e91d56b89efc59780a6e81363b94464a0f17c039dffff9e
|
||||
size 5140776
|
3
ipython-7.21.0.tar.gz
Normal file
3
ipython-7.21.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04323f72d5b85b606330b6d7e2dc8d2683ad46c3905e955aa96ecc7a99388e70
|
||||
size 5141725
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 1 18:27:17 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Update to version 7.21.0:
|
||||
- New "context" command in ipdb
|
||||
It is now possible to change the number of lines shown in the
|
||||
backtrace information in ipdb using "context" command.
|
||||
- Compatibility with Xeus-Python for debugger protocol
|
||||
- Misc docs fixes for compatibility and uniformity with Numpydoc.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 1 23:25:34 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-ipython
|
||||
# spec file for package python-ipython-test
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
@ -32,7 +32,7 @@
|
||||
|
||||
%bcond_without iptest
|
||||
Name: python-ipython%{psuffix}
|
||||
Version: 7.20.0
|
||||
Version: 7.21.0
|
||||
Release: 0
|
||||
Summary: Rich architecture for interactive computing with Python
|
||||
License: BSD-3-Clause
|
||||
@ -85,7 +85,7 @@ BuildRequires: desktop-file-utils
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: update-desktop-files
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
%if %{with ico}
|
||||
BuildRequires: icoutils
|
||||
%endif
|
||||
@ -129,7 +129,6 @@ Requires: %{name} = %{version}
|
||||
Requires: python-Pygments
|
||||
Requires: python-ipykernel
|
||||
Requires: python-nbformat
|
||||
Requires: python-nose >= 0.10.1
|
||||
Requires: python-numpy
|
||||
Requires: python-requests
|
||||
Requires: python-testpath
|
||||
|
Loading…
Reference in New Issue
Block a user