Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ipykernel for
openSUSE:Factory checked in at 2026-05-24 19:34:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipykernel (Old)
and /work/SRC/openSUSE:Factory/.python-ipykernel.new.2084 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipykernel"
Sun May 24 19:34:21 2026 rev:56 rq:1354414 version:6.31.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipykernel/python-ipykernel.changes
2026-02-11 18:47:34.126155334 +0100
+++
/work/SRC/openSUSE:Factory/.python-ipykernel.new.2084/python-ipykernel.changes
2026-05-24 19:34:33.368582722 +0200
@@ -1,0 +2,6 @@
+Wed May 20 17:09:11 UTC 2026 - Matej Cepl <[email protected]>
+
+- Use the current style of checking whether the current Python is
+ the primary one.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ipykernel.spec ++++++
--- /var/tmp/diff_new_pack.NDi6Fe/_old 2026-05-24 19:34:34.156614964 +0200
+++ /var/tmp/diff_new_pack.NDi6Fe/_new 2026-05-24 19:34:34.160615129 +0200
@@ -81,7 +81,7 @@
# we don't want ipyparallel and its dependencies in Ring1, see below
#BuildRequires: #{python_module ipyparallel}
# /SECTION
-%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
+%if "%{python_flavor}" == "%{primary_python}"
Provides: jupyter-ipykernel = %{version}-%{release}
Obsoletes: jupyter-ipykernel < %{version}-%{release}
%endif
@@ -123,7 +123,7 @@
%{python_expand #
export PYTHONPATH=%{buildroot}%{$python_sitelib}
# install single kernelspecs for each flavor, so that it is taken by default
-mkdir testjupyter-{$python_bin_suffix}
+mkdir testjupyter-%{$python_bin_suffix}
export JUPYTER_DATA_DIR=$PWD/testjupyter-%{$python_bin_suffix}
$python -m ipykernel install \
--prefix=$JUPYTER_DATA_DIR \
@@ -139,8 +139,9 @@
%{python_sitelib}/ipykernel_launcher.py
%{python_sitelib}/ipykernel-%{version}*-info
%pycache_only %{python_sitelib}/__pycache__/ipykernel_launcher*.pyc
+# /usr/share/jupyter//kernels/
%{_jupyter_kernel_dir}/python%{python_bin_suffix}
-%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3" ||
0%{?suse_version} < 1600
+%if "%{python_flavor}" == "%{primary_python}" || 0%{?suse_version} < 1600
%{_jupyter_kernel_dir}/python3
%endif