Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-notebook for openSUSE:Factory
checked in at 2021-11-17 01:13:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
and /work/SRC/openSUSE:Factory/.python-notebook.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-notebook"
Wed Nov 17 01:13:48 2021 rev:13 rq:931610 version:6.4.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes
2021-10-29 22:35:15.071705190 +0200
+++
/work/SRC/openSUSE:Factory/.python-notebook.new.1890/python-notebook.changes
2021-11-17 01:14:46.298183757 +0100
@@ -1,0 +2,6 @@
+Fri Nov 12 23:02:37 UTC 2021 - Ben Greiner <[email protected]>
+
+- Reenable libalternatives
+- Export PYTHONNOUSERSITE when testing for jupyter-core 4.9.1
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-notebook.spec ++++++
--- /var/tmp/diff_new_pack.J9Sa8M/_old 2021-11-17 01:14:46.810183949 +0100
+++ /var/tmp/diff_new_pack.J9Sa8M/_new 2021-11-17 01:14:46.814183950 +0100
@@ -17,8 +17,7 @@
#
-%bcond_with libalternatives_issue_11_fixed
-%if 0%{?suse_version} > 1500 && %{with libalternatives_issue_11_fixed}
+%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
@@ -63,8 +62,6 @@
Requires: python-terminado >= 0.8.3
Requires: python-tornado >= 6.1
Requires: python-traitlets >= 4.2.1
-Requires(post): update-alternatives
-Requires(postun):update-alternatives
Recommends: python-ipywidgets
Suggests: %{name}-latex
Provides: python-jupyter_notebook = %{version}
@@ -235,6 +232,8 @@
%if %{with test}
%check
export LANG=en_US.UTF-8
+# required when testing with jupyter_core 4.9.1
+export PYTHONNOUSERSITE=1
# test_launch_socket_collision: fails because there are still servers listening
pythonall_donttest="test_launch_socket_collision"
%{python_expand # these tests call the wrong interpreter somewhere deep in the
stack