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 2022-08-21 14:10:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-widgetsnbextension (Old)
and /work/SRC/openSUSE:Factory/.python-widgetsnbextension.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-widgetsnbextension"
Sun Aug 21 14:10:58 2022 rev:6 rq:998370 version:4.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-widgetsnbextension/python-widgetsnbextension.changes
2022-08-04 13:23:58.980587098 +0200
+++
/work/SRC/openSUSE:Factory/.python-widgetsnbextension.new.2083/python-widgetsnbextension.changes
2022-08-21 14:11:01.910434335 +0200
@@ -1,0 +2,11 @@
+Sat Aug 20 15:06:27 UTC 2022 - Arun Persaud <[email protected]>
+
+- specfile:
+ * require python >= 3.7
+ * require jupyter-packaging
+ * added js license file
+
+- update to version 4.0.2 with [email protected]
+ * no relase notes
+
+-------------------------------------------------------------------
Old:
----
widgetsnbextension-3.6.1.tar.gz
New:
----
widgetsnbextension-4.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-widgetsnbextension.spec ++++++
--- /var/tmp/diff_new_pack.i4cCsu/_old 2022-08-21 14:11:02.462435857 +0200
+++ /var/tmp/diff_new_pack.i4cCsu/_new 2022-08-21 14:11:02.466435867 +0200
@@ -16,23 +16,24 @@
#
-%{?!python_module:%define python_module() python3-%{**}}
-%define skip_python2 1
+%define jupver 8.0.2
Name: python-widgetsnbextension
-Version: 3.6.1
+Version: 4.0.2
Release: 0
Summary: Jupyter interactive widgets for Jupyter Notebook
-License: BSD-3-Clause
+License: BSD-3-Clause AND MIT
URL:
https://github.com/jupyter-widgets/ipywidgets/tree/master/python/widgetsnbextension
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 setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: jupyter-widgetsnbextension = %{version}
Requires: python-notebook >= 4.4.1
-Provides: python-jupyter_widgetsnbextension = %{version}
-Obsoletes: python-jupyter_widgetsnbextension < %{version}
+Provides: python-jupyter_widgetsnbextension = %{version}-%{release}
+Obsoletes: python-jupyter_widgetsnbextension < %{version}-%{release}
BuildArch: noarch
%python_subpackages
@@ -46,8 +47,9 @@
%package -n jupyter-widgetsnbextension
Summary: Jupyter interactive widgets for Jupyter Notebook - Jupyter
Files
-Provides: juypter-js-widgets = %{version}
Requires: python3-widgetsnbextension = %{version}
+Provides: jupyter-jupyter-js-widgets = %{jupver}
+Provides: jupyter-jupyter-jupyter-widgets-notebook-manager = %{jupver}
%description -n jupyter-widgetsnbextension
This package makes Jupyter widgets available in the classic Jupyter Notebook.
@@ -66,7 +68,7 @@
%check
export JUPYTER_PATH=%{buildroot}%{_jupyter_prefix}
export JUPYTER_CONFIG_DIR=%{buildroot}%{_jupyter_confdir}
-%{python_expand # no python tests available
+%{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'
@@ -80,9 +82,10 @@
%files -n jupyter-widgetsnbextension
%license LICENSE
-%_jupyter_config %{_jupyter_nb_notebook_confdir}/widgetsnbextension.json
+%{_jupyter_config} %{_jupyter_nb_notebook_confdir}/widgetsnbextension.json
%dir %{_jupyter_nbextension_dir}/jupyter-js-widgets
%{_jupyter_nbextension_dir}/jupyter-js-widgets/extension.js
+%{_jupyter_nbextension_dir}/jupyter-js-widgets/extension.js.LICENSE.txt
%{_jupyter_nbextension_dir}/jupyter-js-widgets/extension.js.map
%changelog
++++++ widgetsnbextension-3.6.1.tar.gz -> widgetsnbextension-4.0.2.tar.gz ++++++
++++ 2386 lines of diff (skipped)