Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-nbclassic for
openSUSE:Factory checked in at 2023-08-18 19:28:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbclassic (Old)
and /work/SRC/openSUSE:Factory/.python-nbclassic.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbclassic"
Fri Aug 18 19:28:27 2023 rev:21 rq:1104446 version:1.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbclassic/python-nbclassic.changes
2023-06-12 15:27:04.335272372 +0200
+++
/work/SRC/openSUSE:Factory/.python-nbclassic.new.1766/python-nbclassic.changes
2023-08-18 19:28:53.183372633 +0200
@@ -1,0 +2,5 @@
+Thu Aug 17 15:59:44 UTC 2023 - Ben Greiner <[email protected]>
+
+- Suggest primary python package -- boo#1214354
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nbclassic.spec ++++++
--- /var/tmp/diff_new_pack.hV5zwv/_old 2023-08-18 19:28:54.119374312 +0200
+++ /var/tmp/diff_new_pack.hV5zwv/_new 2023-08-18 19:28:54.127374326 +0200
@@ -26,8 +26,6 @@
%endif
# this conditional is used in the python-rpm-macros, but `osc build --without
libalternatives` won't work
%bcond_without libalternatives
-# avoid rewriting
-%define python3dist python3dist
# 1.0.0 gets abbreviated by pythondistdeps
%define shortversion 1
Name: python-nbclassic%{psuffix}
@@ -90,8 +88,9 @@
%package -n jupyter-nbclassic
Summary: Jupyter Notebook as a Jupyter Server Extension
-# Any flavor is okay
-Requires: %python3dist(nbclassic) = %{shortversion}
+# Any flavor is okay, but suggest the primary one for automatic zypper choice
-- boo#1214354
+Requires: python3dist(nbclassic) = %{shortversion}
+Suggests: python3-nbclassic
%description -n jupyter-nbclassic
NBClassic runs the Jupyter Notebook frontend on the Jupyter Server backend.