Hello community, here is the log from the commit of package python-voila for openSUSE:Factory checked in at 2019-06-14 20:42:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-voila (Old) and /work/SRC/openSUSE:Factory/.python-voila.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-voila" Fri Jun 14 20:42:11 2019 rev:3 rq:709580 version:0.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-voila/python-voila.changes 2019-06-01 09:49:55.615315537 +0200 +++ /work/SRC/openSUSE:Factory/.python-voila.new.4811/python-voila.changes 2019-06-14 20:42:12.554412302 +0200 @@ -1,0 +2,39 @@ +Wed Jun 12 19:33:29 UTC 2019 - Todd R <[email protected]> + +- Update to version 0.1.2 + * Add basic screencasts + * Add logo +- Update to version 0.1.1 + * adds styling and a header to the voila tree +- Update to version 0.1.0 + * Only use VoilaHandler for .ipynb files + * fix: pass config_file_path to pick up the extra nbextension + * Add flag for nbextensions + * don't 500 on cell execution errors + * top-level voila as a serverextension + * Add @web.autenticated to /voila/tree + * Wrap rendering with try-catch clauses to handle closed widgets + * Add ipynb extension in tree handler and voila handler url +- Update to version 0.0.11 + * Remove gridstack + * use base_url in tornado settings directly + * Enable bqplot 0.11.x themes + * feature(configuration): server extension shares configuration with voila app + * Use jupyterlab_pygments to generate syntax coloring CSS + * Remove locally built css + * Give an error when a template is not found + * Transition to JupyterLab template +- Update to version 0.0.10 + * Usability: Open browser, display url and shortcut to serving directory + * fix: set cwd of kernel and pass to nbconvert + * make sure displayed gets triggered + * fix for accidental default template hard coding + * do not call setup_template_dirs + * add traitlets configuration reading + * Implement Output widget at nbconvert level for interact + * fix: nbextension get loaded irrespective of jupyter-js-widgets/extension existence + * Allow starting voila from an instance + * Tornado6 support + + +------------------------------------------------------------------- Old: ---- voila-0.0.9-py2.py3-none-any.whl New: ---- voila-0.1.2-py2.py3-none-any.whl ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-voila.spec ++++++ --- /var/tmp/diff_new_pack.VlrRR0/_old 2019-06-14 20:42:14.222409474 +0200 +++ /var/tmp/diff_new_pack.VlrRR0/_new 2019-06-14 20:42:14.250409426 +0200 @@ -17,21 +17,23 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-voila -Version: 0.0.9 +Version: 0.1.2 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.3} -BuildRequires: %{python_module nbconvert >= 5.4} -BuildRequires: %{python_module notebook} +BuildRequires: %{python_module jupyter-server >= 0.0.5} +BuildRequires: %{python_module jupyterlab-pygments >= 0.1.0} +BuildRequires: %{python_module nbconvert >= 5.5} BuildRequires: %{python_module pip} BuildRequires: fdupes +BuildRequires: jupyter-notebook-filesystem BuildRequires: python-rpm-macros -Requires: python-nbconvert >= 5.4 -Requires: python-jupyter-server >= 0.0.3 +Requires: python-jupyter-server >= 0.0.5 +Requires: python-nbconvert >= 5.5 +Requires: python-jupyterlab-pygments >= 0.1.0 Requires: python-notebook Requires: jupyter-voila = %{version} BuildArch: noarch @@ -98,6 +100,8 @@ %{_bindir}/voila %config %{_jupyter_servextension_confdir}/voila.json %config %{_jupyter_server_confdir}/voila.json +%config %{_jupyter_nb_notebook_confdir}/voila.json +%{_jupyter_nbextension_dir}/voila/ %{_jupyter_prefix}/voila/ %changelog
