Hello community,
here is the log from the commit of package python-jupyter_ipydatawidgets for
openSUSE:Factory checked in at 2019-01-21 10:46:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_ipydatawidgets (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_ipydatawidgets.new.28833
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_ipydatawidgets"
Mon Jan 21 10:46:15 2019 rev:5 rq:662878 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_ipydatawidgets/python-jupyter_ipydatawidgets.changes
2018-10-01 08:19:05.965903386 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_ipydatawidgets.new.28833/python-jupyter_ipydatawidgets.changes
2019-01-21 10:46:19.692314863 +0100
@@ -1,0 +2,13 @@
+Fri Jan 4 16:35:02 UTC 2019 - Todd R <[email protected]>
+
+- Update to 4.0.0
+ * Update frontend dep
+ * Update publish script
+ * Cleanup tsconfig
+ * Add NDArraySource
+ * Refactor NDArrayWidget on top of base class
+ * Add DataImage widget
+ * Also export base model in JS
+ * Remove scaled datawidget
+
+-------------------------------------------------------------------
Old:
----
ipydatawidgets-3.2.0-py2.py3-none-any.whl
New:
----
ipydatawidgets-4.0.0-py2.py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_ipydatawidgets.spec ++++++
--- /var/tmp/diff_new_pack.0PSAMF/_old 2019-01-21 10:46:20.388314008 +0100
+++ /var/tmp/diff_new_pack.0PSAMF/_new 2019-01-21 10:46:20.392314002 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-jupyter_ipydatawidgets
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jupyter_ipydatawidgets
-Version: 3.2.0
+%define mainver 4.0.0
+%define labver 6.1.0
+Version: %{mainver}
Release: 0
-%define labver 5.1.0
Summary: Widgets to help facilitate reuse of large datasets
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/vidartf/ipydatawidgets
-Source:
https://files.pythonhosted.org/packages/py2.py3/i/ipydatawidgets/ipydatawidgets-%{version}-py2.py3-none-any.whl
+Source:
https://files.pythonhosted.org/packages/py2.py3/i/ipydatawidgets/ipydatawidgets-%{mainver}-py2.py3-none-any.whl
BuildRequires: %{python_module jupyter_ipyscales >= 0.1.1}
BuildRequires: %{python_module jupyter_ipywidgets >= 7.0.0}
BuildRequires: %{python_module jupyter_notebook}
@@ -69,8 +70,8 @@
%package -n python3-jupyter_ipydatawidgets_jupyterlab
Summary: JupyterLab Widgets to help facilitate reuse of large datasets
-Group: Development/Languages/Python
-Requires: python3-jupyter_ipydatawidgets = %{version}
+Version: %{labver}
+Requires: python3-jupyter_ipydatawidgets = %{mainver}
Requires: python3-jupyter_jupyterlab
%description -n python3-jupyter_ipydatawidgets_jupyterlab
@@ -102,6 +103,8 @@
rm -d %{buildroot}%{_prefix}/etc
fi
+cp %{buildroot}%{python3_sitelib}/ipydatawidgets-*.dist-info/LICENSE.txt .
+
%files %{python_files}
%{python_sitelib}/ipydatawidgets-*.dist-info/
%license %{python_sitelib}/ipydatawidgets-*.dist-info/LICENSE.txt
@@ -110,6 +113,7 @@
%python3_only %config
%{_sysconfdir}/jupyter/nbconfig/notebook.d/jupyter-datawidgets.json
%files -n python3-jupyter_ipydatawidgets_jupyterlab
+%license LICENSE.txt
%{_datadir}/jupyter/lab/extensions/jupyterlab-datawidgets-%{labver}.tgz
%changelog