Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ipydatawidgets for
openSUSE:Factory checked in at 2021-04-12 12:36:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipydatawidgets (Old)
and /work/SRC/openSUSE:Factory/.python-ipydatawidgets.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipydatawidgets"
Mon Apr 12 12:36:13 2021 rev:7 rq:884594 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-ipydatawidgets/python-ipydatawidgets.changes
2020-12-17 17:08:33.997926882 +0100
+++
/work/SRC/openSUSE:Factory/.python-ipydatawidgets.new.2401/python-ipydatawidgets.changes
2021-04-12 12:39:12.465497833 +0200
@@ -1,0 +2,17 @@
+Sat Apr 10 11:50:45 UTC 2021 - Ben Greiner <[email protected]>
+
+- fix error in the subpackage requirements/version labyrinth
+
+-------------------------------------------------------------------
+Thu Mar 11 14:10:43 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 4.2.0
+ * jupyter-datawidgets 5.4.0
+ * jupyerlab-datawidgets 7.0.0
+ * no release notes
+ * jupyterlab 2.0 and 3.0 support
+ * updated numpy api support
+- Skip python36 build: With NumPy 1.20, python36-numpy is no
+ longer available in Tumbleweed (NEP 29)
+
+-------------------------------------------------------------------
Old:
----
ipydatawidgets-4.0.1-py2.py3-none-any.whl
New:
----
ipydatawidgets-4.2.0-py2.py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ipydatawidgets.spec ++++++
--- /var/tmp/diff_new_pack.hKqggb/_old 2021-04-12 12:39:13.021498480 +0200
+++ /var/tmp/diff_new_pack.hKqggb/_new 2021-04-12 12:39:13.021498480 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-ipydatawidgets
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,8 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
-%define mainver 4.0.1
-%define labver 6.2.0
+%define skip_python36 1
+%define mainver 4.2.0
+%define labver 7.0.0
+%define jupver 5.4.0
Name: python-ipydatawidgets
Version: %{mainver}
Release: 0
@@ -41,7 +43,7 @@
BuildRequires: %{python_module nbval}
BuildRequires: %{python_module pytest}
# /SECTION
-Requires: jupyter-ipydatawidgets = %{mainver}
+Requires: jupyter-ipydatawidgets = %{jupver}
Requires: python-ipywidgets >= 7.0.0
Requires: python-notebook
Requires: python-numpy
@@ -60,9 +62,12 @@
This package provides the python interface.
%package -n jupyter-ipydatawidgets
+Version: %{jupver}
+Release: 0
Summary: Jupyter widgets to help facilitate reuse of large datasets
Group: Development/Languages/Python
Requires: jupyter-notebook
+Provides: jupyter-datawidgets = %{jupver}
Requires: python3-ipydatawidgets = %{mainver}
%description -n jupyter-ipydatawidgets
@@ -76,8 +81,9 @@
Release: 0
Summary: JupyterLab Widgets to help facilitate reuse of large datasets
Group: Development/Languages/Python
-Requires: jupyter-ipydatawidgets = %{mainver}
+Requires: jupyter-ipydatawidgets = %{jupver}
Requires: jupyter-jupyterlab
+Provides: jupyter-datawidgets-jupyterlab = %{labver}
Provides: jupyter_ipydatawidgets_jupyterlab = %{labver}
Obsoletes: jupyter_ipydatawidgets_jupyterlab < %{labver}
@@ -105,11 +111,10 @@
%check
export LANG=en_US.UTF-8
-export PYTHONDONTWRITEBYTECODE=1
-%pytest %{buildroot}%{$python_sitelib}/ipydatawidgets/
+%pytest --pyargs ipydatawidgets
%files %{python_files}
-%license %{python_sitelib}/ipydatawidgets-%{mainver}.dist-info/LICENSE.txt
+%license LICENSE.txt
%{python_sitelib}/ipydatawidgets-%{mainver}*.dist-info/
%{python_sitelib}/ipydatawidgets/
@@ -121,5 +126,7 @@
%files -n jupyter-ipydatawidgets-jupyterlab
%license LICENSE.txt
%{_jupyter_labextensions_dir}/jupyterlab-datawidgets-%{labver}.tgz
+%dir %{_jupyter_prefix}/labextensions
+%{_jupyter_prefix}/labextensions/jupyterlab-datawidgets
%changelog