From 88fe1ebb7dd0c473fb1055058e8ca332b331e960e3024b6729cd780272263f2d Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 17 Aug 2023 16:02:13 +0000 Subject: [PATCH] - Suggest primary python package -- boo#1214354 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=67 --- python-nbconvert.changes | 5 +++++ python-nbconvert.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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