Hello community,

here is the log from the commit of package jupyter-widgetsnbextension for 
openSUSE:Factory checked in at 2019-07-30 12:38:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jupyter-widgetsnbextension (Old)
 and      /work/SRC/openSUSE:Factory/.jupyter-widgetsnbextension.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jupyter-widgetsnbextension"

Tue Jul 30 12:38:29 2019 rev:2 rq:719667 version:3.5.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/jupyter-widgetsnbextension/jupyter-widgetsnbextension.changes
    2019-05-22 10:57:18.482942196 +0200
+++ 
/work/SRC/openSUSE:Factory/.jupyter-widgetsnbextension.new.4126/jupyter-widgetsnbextension.changes
  2019-07-30 12:38:32.746940920 +0200
@@ -1,0 +2,9 @@
+Sat Jul 27 03:30:24 UTC 2019 - Todd R <[email protected]>
+
+- Update to 3.5.0
+  * New `AppLayout` and `GridLayout` templates for positioning interactive 
widgets.
+  * New `FileUpload` widget allowing users to upload files from the browser.
+  * New `ComboBox` widget.
+  * JupyterLab CSS variables are now exposed by default even in the case of 
the classic notebook.
+
+-------------------------------------------------------------------

Old:
----
  widgetsnbextension-3.4.2-py2.py3-none-any.whl

New:
----
  widgetsnbextension-3.5.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jupyter-widgetsnbextension.spec ++++++
--- /var/tmp/diff_new_pack.BOQO0o/_old  2019-07-30 12:38:33.718940797 +0200
+++ /var/tmp/diff_new_pack.BOQO0o/_new  2019-07-30 12:38:33.722940797 +0200
@@ -17,22 +17,22 @@
 
 
 Name:           jupyter-widgetsnbextension
-Version:        3.4.2
+Version:        3.5.0
 Release:        0
 Summary:        IPython HTML widgets for Jupyter
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            
https://github.com/jupyter-widgets/ipywidgets/tree/master/widgetsnbextension
-Source:         
https://files.pythonhosted.org/packages/py2.py3/w/widgetsnbextension/widgetsnbextension-%{version}-py2.py3-none-any.whl
+Source:         
https://files.pythonhosted.org/packages/source/w/widgetsnbextension/widgetsnbextension-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  jupyter-notebook >= 4.4.1
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-certifi
-BuildRequires:  python3-pip
+BuildRequires:  python3-setuptools
 Requires:       jupyter-notebook >= 4.4.1
 Requires:       python3-certifi
 Provides:       python3-jupyter_widgetsnbextension = %{version}
-Obsoletes:      python3-jupyter_widgetsnbextension <= %{version}
+Obsoletes:      python3-jupyter_widgetsnbextension < %{version}
 BuildArch:      noarch
 
 %description
@@ -43,21 +43,22 @@
 documentation for usage instructions.
 
 %prep
-%setup -q -c -T
+%setup -q -n widgetsnbextension-%{version}
 
 %build
-# not needed
+%python3_build
 
 %install
-pip%{python3_bin_suffix} install --root=%{buildroot} %{SOURCE0}
-
+%python3_install
 %{jupyter_move_config}
-%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}}
+%fdupes %{buildroot}%{python3_sitelib}
+%fdupes %{buildroot}%{_jupyter_nbextension_dir}
+%fdupes %{buildroot}%{_jupyter_nb_notebook_confdir}
 
 %files
-%license %{python3_sitelib}/widgetsnbextension-%{version}.dist-info/LICENSE.txt
+%license LICENSE
 %{python3_sitelib}/widgetsnbextension/
-%{python3_sitelib}/widgetsnbextension-%{version}.dist-info
+%{python3_sitelib}/widgetsnbextension-%{version}-py*.egg-info
 %{_jupyter_nbextension_dir}/jupyter-js-widgets/
 %config %{_jupyter_nb_notebook_confdir}/widgetsnbextension.json
 


Reply via email to