Hello community,

here is the log from the commit of package python-voila for openSUSE:Factory 
checked in at 2019-07-31 14:27:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-voila (Old)
 and      /work/SRC/openSUSE:Factory/.python-voila.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-voila"

Wed Jul 31 14:27:46 2019 rev:4 rq:719625 version:0.1.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-voila/python-voila.changes        
2019-06-14 20:42:12.554412302 +0200
+++ /work/SRC/openSUSE:Factory/.python-voila.new.4126/python-voila.changes      
2019-07-31 14:27:48.450201263 +0200
@@ -1,0 +2,29 @@
+Sun Jul 28 20:42:19 UTC 2019 - Todd R <[email protected]>
+
+- Update to 0.1.8
+  * Voila manager constructor
+  * Update jupyter_server to 0.1.0
+  * Add pygments to install_requires
+  * Increase ulimit for testing
+  * Add instructions to install dependencies of example notebooks
+- Update to 0.1.7
+  * Fix tornado templates
+  * Remove use of jquery
+- Update to 0.1.6
+  * Update binder
+- Update to 0.1.5
+  * Black list the voila nbextension
+  * Drop HTML manager
+- Update to 0.1.4
+  * Update jlab extension to 1.0.0
+  * Use jupyterlab-manager 1.0
+  * Add server companion metadata
+  * Update to JLab 1.0
+  * Place the voila preview toolbar icon after cellType
+  * Save notebook before showing the Voila preview
+- Update to 0.1.3
+  * Add toolbar and refresh button for the voila preview
+  * Fix support for Jupyter widget display in n output widget
+  * Open browser after listening
+
+-------------------------------------------------------------------

Old:
----
  voila-0.1.2-py2.py3-none-any.whl

New:
----
  voila-0.1.8.tar.gz

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

Other differences:
------------------
++++++ python-voila.spec ++++++
--- /var/tmp/diff_new_pack.4HxjJN/_old  2019-07-31 14:27:53.238192433 +0200
+++ /var/tmp/diff_new_pack.4HxjJN/_new  2019-07-31 14:27:53.242192426 +0200
@@ -17,21 +17,23 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-voila
-Version:        0.1.2
+Version:        0.1.8
 Release:        0
 License:        BSD-3-Clause
 Summary:        Plugin for serving read-only live Jupyter notebooks
 Url:            https://github.com/QuantStack/voila
 Group:          Development/Languages/Python
-Source:         
https://files.pythonhosted.org/packages/py2.py3/v/voila/voila-%{version}-py2.py3-none-any.whl
 
-BuildRequires:  %{python_module jupyter-server >= 0.0.5}
+Source:         
https://files.pythonhosted.org/packages/source/v/voila/voila-%{version}.tar.gz
+BuildRequires:  %{python_module Pygments >= 2.4.1}
+BuildRequires:  %{python_module jupyter-server >= 0.1.0}
 BuildRequires:  %{python_module jupyterlab-pygments >= 0.1.0}
 BuildRequires:  %{python_module nbconvert >= 5.5}
-BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  jupyter-notebook-filesystem
 BuildRequires:  python-rpm-macros
-Requires:       python-jupyter-server >= 0.0.5
+Requires:       python-Pygments >= 2.4.1
+Requires:       python-jupyter-server >= 0.1.0
 Requires:       python-nbconvert >= 5.5
 Requires:       python-jupyterlab-pygments >= 0.1.0
 Requires:       python-notebook
@@ -79,24 +81,24 @@
 
 
 %prep
-%setup -q -c -T
+%setup -q -n voila-%{version}
 
 %build
-# Not needed
+%python_build
 
 %install
-%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
-%jupyter_move_config
+%python_install
+%{jupyter_move_config}
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
-cp %{buildroot}%{python3_sitelib}/voila-%{version}.dist-info/LICENSE .
 
 %files %{python_files}
-%license %{python_sitelib}/voila-%{version}.dist-info/LICENSE
-%{python_sitelib}/voila-%{version}.dist-info/
+%license LICENSE
+%{python_sitelib}/voila-%{version}-py*.egg-info
 %{python_sitelib}/voila/
 
 %files -n jupyter-voila
 %license LICENSE
+%doc README.md
 %{_bindir}/voila
 %config %{_jupyter_servextension_confdir}/voila.json
 %config %{_jupyter_server_confdir}/voila.json


Reply via email to