1
0

- Suggest primary python package -- boo#1214354

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=67
This commit is contained in:
Benjamin Greiner 2023-08-17 16:02:13 +00:00 committed by Git OBS Bridge
parent 6b98eddf2f
commit 88fe1ebb7d
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 17 16:02:00 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Suggest primary python package -- boo#1214354
-------------------------------------------------------------------
Sat Aug 5 16:24:23 UTC 2023 - Arun Persaud <arun@gmx.de>

View File

@ -29,7 +29,7 @@
%else
%bcond_with libalternatives
%endif
# 7.6.0 gets abbreviated by pythondistdeps
# X.X.0 gets abbreviated by pythondistdeps
%define shortversion 7.7.3
Name: python-nbconvert%{psuffix}
Version: 7.7.3
@ -96,7 +96,9 @@ This package provides the python interface.
Summary: Conversion of Jupyter Notebooks
Requires: jupyter-ipykernel
Requires: jupyter-jupyter-core
# Any flavor is okay, but suggest the primary one for automatic zypper choice -- boo#1214354
Requires: python3dist(nbconvert) = %{shortversion}
Suggests: python3-nbconvert
Conflicts: python3-jupyter_nbconvert < 5.5.0
%description -n jupyter-nbconvert