Accepting request 1104450 from devel:languages:python:jupyter
- Suggest primary python package -- boo#1214354 OBS-URL: https://build.opensuse.org/request/show/1104450 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbdime?expand=0&rev=15
This commit is contained in:
commit
f7dbbd9d59
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 17 16:04:56 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Suggest primary python package -- boo#1214354
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 19 20:53:11 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
%define pyver 3.2.1
|
||||
%define labver 2.2.0
|
||||
%define jupver 6.2.0
|
||||
%define anypythondist python3dist
|
||||
# always cut trailing .0
|
||||
%define pyverdist 3.2.1
|
||||
%define mainbins nbdime nbshow nbdiff nbdiff-web nbmerge nbmerge-web
|
||||
@ -98,7 +97,9 @@ This package provides the python interface.
|
||||
%package -n jupyter-nbdime
|
||||
Version: %{jupver}
|
||||
Summary: A JupyterLab extension for showing Notebook diffs
|
||||
Requires: %{anypythondist}(nbdime) = %{pyverdist}
|
||||
# Any flavor is okay, but suggest the primary one for automatic zypper choice -- boo#1214354
|
||||
Requires: python3dist(nbdime) = %{pyverdist}
|
||||
Suggests: python3-nbdime
|
||||
Conflicts: python3-jupyter_nbdime < 1.0.5
|
||||
|
||||
%description -n jupyter-nbdime
|
||||
@ -112,7 +113,9 @@ Version: %{labver}
|
||||
Release: 0
|
||||
Summary: A JupyterLab extension for showing Notebook diffs
|
||||
Requires: jupyter-jupyterlab
|
||||
Requires: %{anypythondist}(nbdime) = %{pyverdist}
|
||||
# Any flavor is okay, but suggest the primary one for automatic zypper choice -- boo#1214354
|
||||
Requires: python3dist(nbdime) = %{pyverdist}
|
||||
Suggests: python3-nbdime
|
||||
|
||||
%description -n jupyter-nbdime-jupyterlab
|
||||
The nbdime package provides tools for diffing and merging of
|
||||
|
Loading…
Reference in New Issue
Block a user