Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-widgetsnbextension for
openSUSE:Factory checked in at 2023-08-28 17:14:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-widgetsnbextension (Old)
and /work/SRC/openSUSE:Factory/.python-widgetsnbextension.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-widgetsnbextension"
Mon Aug 28 17:14:47 2023 rev:11 rq:1106056 version:4.0.8
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-widgetsnbextension/python-widgetsnbextension.changes
2023-08-20 00:15:31.491389614 +0200
+++
/work/SRC/openSUSE:Factory/.python-widgetsnbextension.new.1766/python-widgetsnbextension.changes
2023-08-28 17:14:51.783892027 +0200
@@ -1,0 +2,5 @@
+Sat Aug 26 14:37:58 UTC 2023 - Ben Greiner <[email protected]>
+
+- Avoid notebook 7: use nbclassic or notebook < 6
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-widgetsnbextension.spec ++++++
--- /var/tmp/diff_new_pack.gsk5HF/_old 2023-08-28 17:14:52.791928226 +0200
+++ /var/tmp/diff_new_pack.gsk5HF/_new 2023-08-28 17:14:52.795928369 +0200
@@ -26,9 +26,10 @@
Source:
https://files.pythonhosted.org/packages/source/w/widgetsnbextension/widgetsnbextension-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module jupyter-packaging}
-BuildRequires: %{python_module notebook >= 4.4.1}
+BuildRequires: %{python_module nbclassic}
BuildRequires: %{python_module pip}
BuildRequires: fdupes
+BuildRequires: jupyter-rpm-macros
BuildRequires: python-rpm-macros
Requires: jupyter-widgetsnbextension = %{version}
Provides: python-jupyter_widgetsnbextension = %{version}-%{release}
@@ -46,6 +47,7 @@
%package -n jupyter-widgetsnbextension
Summary: Jupyter interactive widgets for Jupyter Notebook - Jupyter
Files
+Requires: (jupyter-notebook < 7 or jupyter-nbclassic)
Requires: python3dist(widgetsnbextension) = %{version}
Suggests: python3-widgetsnbextension
Provides: jupyter-jupyter-js-widgets = %{jupver}
@@ -71,7 +73,7 @@
%{python_expand # no $python tests available
export PYTHONPATH=%{buildroot}%{$python_sitelib}
$python -c 'import widgetsnbextension'
-jupyter-%{$python_bin_suffix} nbextension list 2>&1 | grep
'jupyter-js-widgets.*enabled'
+jupyter-%{$python_bin_suffix} nbclassic-extension list 2>&1 | grep
'jupyter-js-widgets.*enabled'
}
rm -f %{buildroot}%{_jupyter_confdir}migrated