Accepting request 902860 from home:bnavigator:branches:devel:languages:python:jupyter

- 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.

OBS-URL: https://build.opensuse.org/request/show/902860
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=69
This commit is contained in:
Markéta Machová 2021-06-29 08:53:09 +00:00 committed by Git OBS Bridge
parent 735d51c8a6
commit b3bd492331
4 changed files with 27 additions and 9 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54bbd1fe3882457aaf28ae060a5ccdef97f212a741754e420028d4ec5c2291dc
size 5147224

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Jun 26 14:45:40 UTC 2021 - Ben Greiner <code@bnavigator.de>
- 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 <arun@gmx.de>

View File

@ -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}