diff --git a/python-nbconvert.changes b/python-nbconvert.changes index 5ace5fe..a8870dd 100644 --- a/python-nbconvert.changes +++ b/python-nbconvert.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 17 16:02:00 UTC 2023 - Ben Greiner + +- Suggest primary python package -- boo#1214354 + ------------------------------------------------------------------- Sat Aug 5 16:24:23 UTC 2023 - Arun Persaud diff --git a/python-nbconvert.spec b/python-nbconvert.spec index 6115e21..f9ac2a7 100644 --- a/python-nbconvert.spec +++ b/python-nbconvert.spec @@ -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