Accepting request 1178448 from devel:languages:python:jupyter

- Reenable testing matplotlib
- Update to 8.25.0:
  * Rplaces the unicode micro symbol with greek letter mu, visually
    identical but should fix nfkc normalisations issues.
  * Introduces intersphinx_registry as a new dependency which is recommended
    only to build documentation.
  * Improve inference from return type annotations in completer and the
    introduction of the optional target ipython[matplotlib] to explicitly
    request the matplotlib optional dependencies.
  * Move of the matplotlib backend handling from IPython to matplotlib.
  * pytest 8 compatibility.
  * typing-extension now needs 4.6 or newer. It was already the case, but
    not explicated.
  * Attempt to speed running code under debugger in some cases.

OBS-URL: https://build.opensuse.org/request/show/1178448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipython?expand=0&rev=48
This commit is contained in:
Ana Guerrero 2024-06-12 13:37:23 +00:00 committed by Git OBS Bridge
commit a6644097ee
4 changed files with 30 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2dcaad9049f9056f1fef63514f176c7d41f930daa78d05b82a176202818f2c14
size 5490399

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

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jun 4 06:55:22 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Reenable testing matplotlib
-------------------------------------------------------------------
Tue Jun 4 03:19:44 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 8.25.0:
* Rplaces the unicode micro symbol with greek letter mu, visually
identical but should fix nfkc normalisations issues.
* Introduces intersphinx_registry as a new dependency which is recommended
only to build documentation.
* Improve inference from return type annotations in completer and the
introduction of the optional target ipython[matplotlib] to explicitly
request the matplotlib optional dependencies.
* Move of the matplotlib backend handling from IPython to matplotlib.
* pytest 8 compatibility.
* typing-extension now needs 4.6 or newer. It was already the case, but
not explicated.
* Attempt to speed running code under debugger in some cases.
-------------------------------------------------------------------
Fri Mar 29 17:16:13 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -35,11 +35,10 @@
%define skip_python39 1
%{?sle15_python_module_pythons}
Name: python-ipython%{psuffix}
Version: 8.22.2
Version: 8.25.0
Release: 0
Summary: Rich architecture for interactive computing with Python
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/ipython/ipython
Source: https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz
Source1: https://raw.githubusercontent.com/jupyter/qtconsole/4.0.0/qtconsole/resources/icon/JupyterConsole.svg
@ -63,6 +62,9 @@ Requires: (python-prompt_toolkit >= 3.0.41 with python-prompt_toolkit < 3.
%if %{python_version_nodots} < 311
Requires: python-exceptiongroup
%endif
%if %{python_version_nodots} < 312
Requires: python-typing_extensions >= 4.6
%endif
Recommends: jupyter
Recommends: python-ipykernel
Recommends: python-ipyparallel
@ -89,8 +91,8 @@ BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module numpy >= 1.23}
BuildRequires: %{python_module pandas}
BuildRequires: %{python_module pickleshare}
BuildRequires: %{python_module pytest < 8}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module testpath}
BuildRequires: %{python_module trio}
%endif