forked from pool/python-ipython
Accepting request 946721 from home:bnavigator:branches:devel:languages:python:jupyter
- Update requirements. OBS-URL: https://build.opensuse.org/request/show/946721 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=79
This commit is contained in:
parent
9b3df0ecf8
commit
718ec357b3
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 15 22:58:17 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update requirements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 15 15:40:59 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -50,25 +50,24 @@ Patch1: ipython-pr13371-py310-oserror.patch
|
||||
# skip doctests requiring network connection
|
||||
Patch2: skip-network-test.patch
|
||||
BuildRequires: %pythons
|
||||
BuildRequires: %{python_module backcall}
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module setuptools >= 18.5}
|
||||
BuildRequires: %{python_module stack-data}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros >= 20210929
|
||||
# requires the full stdlib including sqlite3
|
||||
Requires: python >= 3.7
|
||||
Requires: python-Pygments
|
||||
Requires: python-backcall
|
||||
Requires: python-black
|
||||
Requires: python-decorator
|
||||
Requires: python-jedi >= 0.16
|
||||
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-pygments
|
||||
Requires: python-setuptools >= 18.5
|
||||
Requires: python-stack-data
|
||||
Requires: python-traitlets >= 4.2
|
||||
Requires: python-traitlets >= 5
|
||||
Requires: (python-prompt_toolkit >= 2.0 with python-prompt_toolkit < 3.1)
|
||||
Recommends: jupyter
|
||||
Recommends: python-ipykernel
|
||||
Recommends: python-ipyparallel
|
||||
@ -90,24 +89,16 @@ Provides: python-jupyter_ipython-doc-pdf = %{version}
|
||||
Obsoletes: python-jupyter_ipython-doc-pdf < %{version}
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module black}
|
||||
BuildRequires: %{python_module curio}
|
||||
BuildRequires: %{python_module decorator}
|
||||
BuildRequires: %{python_module jedi}
|
||||
BuildRequires: %{python_module matplotlib-inline}
|
||||
BuildRequires: %{python_module ipython = %{version}}
|
||||
BuildRequires: %{python_module matplotlib}
|
||||
BuildRequires: %{python_module nbformat}
|
||||
BuildRequires: %{python_module numpy >= 1.19}
|
||||
BuildRequires: %{python_module pandas}
|
||||
BuildRequires: %{python_module pexpect}
|
||||
BuildRequires: %{python_module pickleshare}
|
||||
BuildRequires: %{python_module prompt_toolkit}
|
||||
BuildRequires: %{python_module pygments}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module testpath}
|
||||
BuildRequires: %{python_module testsuite}
|
||||
BuildRequires: %{python_module traitlets}
|
||||
BuildRequires: %{python_module trio}
|
||||
%endif
|
||||
%if !%{with test}
|
||||
|
Loading…
Reference in New Issue
Block a user