From 735d51c8a61cd6fd78930669f548b9a64f00994f6237a1cf8cbcd0370f27afb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 31 Mar 2021 13:56:28 +0000 Subject: [PATCH] Accepting request 881765 from home:apersaud:branches:devel:languages:python:jupyter update to latest version OBS-URL: https://build.opensuse.org/request/show/881765 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=67 --- ipython-7.21.0.tar.gz | 3 --- ipython-7.22.0.tar.gz | 3 +++ python-ipython.changes | 12 ++++++++++++ python-ipython.spec | 8 +++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 ipython-7.21.0.tar.gz create mode 100644 ipython-7.22.0.tar.gz diff --git a/ipython-7.21.0.tar.gz b/ipython-7.21.0.tar.gz deleted file mode 100644 index 750a21a..0000000 --- a/ipython-7.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04323f72d5b85b606330b6d7e2dc8d2683ad46c3905e955aa96ecc7a99388e70 -size 5141725 diff --git a/ipython-7.22.0.tar.gz b/ipython-7.22.0.tar.gz new file mode 100644 index 0000000..dcba063 --- /dev/null +++ b/ipython-7.22.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c900332d4c5a6de534b4befeeb7de44ad0cc42e8327fa41b7685abde58cec74 +size 5143229 diff --git a/python-ipython.changes b/python-ipython.changes index 90f6eb5..5e8e2a9 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Mar 28 16:53:58 UTC 2021 - Arun Persaud + +- 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 diff --git a/python-ipython.spec b/python-ipython.spec index 9c29d79..65198b8 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -1,5 +1,5 @@ # -# spec file for package python-ipython +# spec file for package python-ipython-test # # Copyright (c) 2021 SUSE LLC # @@ -24,15 +24,13 @@ %define psuffix %{nil} %bcond_with test %endif - %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 # Python 3.6 was officiallay supported with IPython up to 7.15 %define skip_python36 1 - %bcond_without iptest Name: python-ipython%{psuffix} -Version: 7.21.0 +Version: 7.22.0 Release: 0 Summary: Rich architecture for interactive computing with Python License: BSD-3-Clause @@ -85,7 +83,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