Accepting request 882364 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/882364
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipython?expand=0&rev=20
This commit is contained in:
Richard Brown 2021-04-10 13:25:50 +00:00 committed by Git OBS Bridge
commit bb97c47cdf
4 changed files with 18 additions and 8 deletions

View File

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

3
ipython-7.22.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Mar 28 16:53:58 UTC 2021 - Arun Persaud <arun@gmx.de>
- update to version 7.22.0:
* Fix some sys.excepthook shenanigan when embedding with qt,
recommended if you for example use napari. :ghpull:`12842`.
* Fix bug when using the new ipdb %context magic :ghpull:`12844`
* Couples of deprecation cleanup :ghpull:`12868`
* Update for new dpast.com api if you use the %pastbin
magic. :ghpull:`12712`
* Remove support for numpy before 1.16. :ghpull:`12836`
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 13 13:06:24 UTC 2021 - Benjamin Greiner <code@bnavigator.de> Sat Mar 13 13:06:24 UTC 2021 - Benjamin Greiner <code@bnavigator.de>

View File

@ -1,5 +1,5 @@
# #
# spec file for package python-ipython # spec file for package python-ipython-test
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
@ -24,15 +24,13 @@
%define psuffix %{nil} %define psuffix %{nil}
%bcond_with test %bcond_with test
%endif %endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
# Python 3.6 was officiallay supported with IPython up to 7.15 # Python 3.6 was officiallay supported with IPython up to 7.15
%define skip_python36 1 %define skip_python36 1
%bcond_without iptest %bcond_without iptest
Name: python-ipython%{psuffix} Name: python-ipython%{psuffix}
Version: 7.21.0 Version: 7.22.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