forked from pool/python-nbclassic
Accepting request 1104446 from devel:languages:python:jupyter
- Suggest primary python package -- boo#1214354 OBS-URL: https://build.opensuse.org/request/show/1104446 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclassic?expand=0&rev=21
This commit is contained in:
commit
0dff877b06
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 17 15:59:44 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Suggest primary python package -- boo#1214354
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 11 19:50:37 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Sun Jun 11 19:50:37 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -26,8 +26,6 @@
|
|||||||
%endif
|
%endif
|
||||||
# this conditional is used in the python-rpm-macros, but `osc build --without libalternatives` won't work
|
# this conditional is used in the python-rpm-macros, but `osc build --without libalternatives` won't work
|
||||||
%bcond_without libalternatives
|
%bcond_without libalternatives
|
||||||
# avoid rewriting
|
|
||||||
%define python3dist python3dist
|
|
||||||
# 1.0.0 gets abbreviated by pythondistdeps
|
# 1.0.0 gets abbreviated by pythondistdeps
|
||||||
%define shortversion 1
|
%define shortversion 1
|
||||||
Name: python-nbclassic%{psuffix}
|
Name: python-nbclassic%{psuffix}
|
||||||
@ -90,8 +88,9 @@ on top of the new Python server backend.
|
|||||||
|
|
||||||
%package -n jupyter-nbclassic
|
%package -n jupyter-nbclassic
|
||||||
Summary: Jupyter Notebook as a Jupyter Server Extension
|
Summary: Jupyter Notebook as a Jupyter Server Extension
|
||||||
# Any flavor is okay
|
# Any flavor is okay, but suggest the primary one for automatic zypper choice -- boo#1214354
|
||||||
Requires: %python3dist(nbclassic) = %{shortversion}
|
Requires: python3dist(nbclassic) = %{shortversion}
|
||||||
|
Suggests: python3-nbclassic
|
||||||
|
|
||||||
%description -n jupyter-nbclassic
|
%description -n jupyter-nbclassic
|
||||||
NBClassic runs the Jupyter Notebook frontend on the Jupyter Server backend.
|
NBClassic runs the Jupyter Notebook frontend on the Jupyter Server backend.
|
||||||
|
Loading…
Reference in New Issue
Block a user