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