diff --git a/ipython-7.22.0.tar.gz b/ipython-7.22.0.tar.gz deleted file mode 100644 index dcba063..0000000 --- a/ipython-7.22.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c900332d4c5a6de534b4befeeb7de44ad0cc42e8327fa41b7685abde58cec74 -size 5143229 diff --git a/ipython-7.25.0.tar.gz b/ipython-7.25.0.tar.gz new file mode 100644 index 0000000..faf672e --- /dev/null +++ b/ipython-7.25.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bbd1fe3882457aaf28ae060a5ccdef97f212a741754e420028d4ec5c2291dc +size 5147224 diff --git a/python-ipython.changes b/python-ipython.changes index 5e8e2a9..74bf44c 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Jun 26 14:45:40 UTC 2021 - Ben Greiner + +- Update to version 7.25.0 + * debugger bug fix +- Release 7.24 + * Fix an issue where %recall would both succeeded and print an + error message it failed. + * Drop support for NumPy 1.16 – practically has no effect beyond + indicating in package metadata that we do not support it. + * Debugger improvements +- Release 7.23 + * We have a new dependency: matplotlib-inline, which try to + extract matplotlib inline backend specific behavior. It is + available on PyPI and conda-forge thus should not be a problem + to upgrade to this version. If you are a package maintainer + that might be an extra dependency to package first. + ------------------------------------------------------------------- Sun Mar 28 16:53:58 UTC 2021 - Arun Persaud diff --git a/python-ipython.spec b/python-ipython.spec index 65198b8..5f74c80 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -1,5 +1,5 @@ # -# spec file for package python-ipython-test +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -30,7 +30,7 @@ %define skip_python36 1 %bcond_without iptest Name: python-ipython%{psuffix} -Version: 7.22.0 +Version: 7.25.0 Release: 0 Summary: Rich architecture for interactive computing with Python License: BSD-3-Clause @@ -48,11 +48,11 @@ Requires: python-backcall Requires: python-base >= 3.7 Requires: python-decorator Requires: python-jedi >= 0.16 -Requires: python-pexpect >= 4.6 +Requires: python-matplotlib-inline +Requires: python-pexpect >= 4.3 Requires: python-pickleshare Requires: python-prompt_toolkit < 3.1 Requires: python-prompt_toolkit >= 2.0 -Requires: python-simplegeneric > 0.8 Requires: python-traitlets >= 4.2 Recommends: jupyter Recommends: python-ipykernel @@ -75,8 +75,8 @@ Provides: python-jupyter_ipython-doc-pdf = %{version} Obsoletes: python-jupyter_ipython-doc-pdf < %{version} BuildArch: noarch %if %{with test} +# test requirements are specified in the iptest subpackage below BuildRequires: %{python_module ipython-iptest = %{version}} -BuildRequires: %{python_module matplotlib} %endif %if !%{with test} BuildRequires: desktop-file-utils @@ -128,7 +128,7 @@ Requires: python-Pygments Requires: python-ipykernel Requires: python-nbformat Requires: python-nose >= 0.10.1 -Requires: python-numpy +Requires: python-numpy >= 1.17 Requires: python-requests Requires: python-testpath Provides: python-jupyter_ipython-iptest = %{version}