Accepting request 946633 from home:bnavigator:branches:devel:languages:python:jupyter
- Cleanup specfile - Update dependency declarations OBS-URL: https://build.opensuse.org/request/show/946633 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=42
This commit is contained in:
parent
952eaabc28
commit
c1d2343dfd
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 15 14:59:15 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Cleanup specfile
|
||||
- Update dependency declarations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 17:29:31 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-ipykernel
|
||||
# Note: Don't update to > 6.4 until you can update traitlets 4, which is required for python36
|
||||
Version: 6.7.0
|
||||
Release: 0
|
||||
Summary: IPython Kernel for Jupyter
|
||||
@ -40,7 +38,7 @@ Requires: python-jupyter-client
|
||||
Requires: python-jupyter-core
|
||||
Requires: python-matplotlib-inline >= 0.1
|
||||
Requires: python-tornado >= 4.2
|
||||
Requires: python-traitlets >= 4.1.0
|
||||
Requires: python-traitlets >= 5.1.0
|
||||
Provides: python-jupyter_ipykernel = %{version}
|
||||
Obsoletes: python-jupyter_ipykernel < %{version}
|
||||
Provides: %{python_module ipykernel-doc = %{version}}
|
||||
@ -58,13 +56,12 @@ Obsoletes: jupyter-ipykernel < %{version}-%{release}
|
||||
BuildRequires: %{python_module debugpy >= 1.0.0}
|
||||
BuildRequires: %{python_module flaky}
|
||||
BuildRequires: %{python_module ipython >= 7.23.1}
|
||||
BuildRequires: %{python_module ipython_genutils}
|
||||
BuildRequires: %{python_module jupyter-client}
|
||||
BuildRequires: %{python_module jupyter-core}
|
||||
BuildRequires: %{python_module matplotlib-inline >= 0.1}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module tornado >= 4.2}
|
||||
BuildRequires: %{python_module traitlets >= 4.1.0}
|
||||
BuildRequires: %{python_module traitlets >= 5.1.0}
|
||||
# /SECTION
|
||||
# typing is only built-in for later versions of python
|
||||
%if 0%{?suse_version} <= 1320
|
||||
|
Loading…
x
Reference in New Issue
Block a user