commit python-voila for openSUSE:Factory

2020-01-16 Thread root
Hello community,

here is the log from the commit of package python-voila for openSUSE:Factory 
checked in at 2020-01-16 18:23:37

Comparing /work/SRC/openSUSE:Factory/python-voila (Old)
 and  /work/SRC/openSUSE:Factory/.python-voila.new.26092 (New)


Package is "python-voila"

Thu Jan 16 18:23:37 2020 rev:7 rq:765015 version:0.1.20

Changes:

--- /work/SRC/openSUSE:Factory/python-voila/python-voila.changes
2019-11-29 16:02:25.388817581 +0100
+++ /work/SRC/openSUSE:Factory/.python-voila.new.26092/python-voila.changes 
2020-01-16 18:23:49.125060666 +0100
@@ -1,0 +2,5 @@
+Thu Jan 16 15:23:11 UTC 2020 - Todd R 
+
+- Requires async_generator
+
+---



Other differences:
--
++ python-voila.spec ++
--- /var/tmp/diff_new_pack.UcKmMf/_old  2020-01-16 18:23:49.777061014 +0100
+++ /var/tmp/diff_new_pack.UcKmMf/_new  2020-01-16 18:23:49.781061016 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-voila
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,6 +34,7 @@
 BuildRequires:  jupyter-notebook-filesystem
 BuildRequires:  python-rpm-macros
 Requires:   python-Pygments >= 2.4.1
+Requires:   python-async_generator
 Requires:   python-jupyter-server >= 0.1.0
 Requires:   python-nbconvert >= 5.5
 Requires:   python-jupyterlab-pygments >= 0.1.0




commit python-voila for openSUSE:Factory

2019-11-29 Thread root
Hello community,

here is the log from the commit of package python-voila for openSUSE:Factory 
checked in at 2019-11-29 15:58:01

Comparing /work/SRC/openSUSE:Factory/python-voila (Old)
 and  /work/SRC/openSUSE:Factory/.python-voila.new.26869 (New)


Package is "python-voila"

Fri Nov 29 15:58:01 2019 rev:6 rq:749354 version:0.1.20

Changes:

--- /work/SRC/openSUSE:Factory/python-voila/python-voila.changes
2019-08-13 13:21:24.125416211 +0200
+++ /work/SRC/openSUSE:Factory/.python-voila.new.26869/python-voila.changes 
2019-11-29 16:02:25.388817581 +0100
@@ -1,0 +2,109 @@
+Mon Nov 18 16:02:09 UTC 2019 - Todd R 
+
+- Update to 0.1.20
+  * nbconvert requirement
+- Update to 0.1.19
+  * Add cell error instruction configurable
+  * feat: execute cells in a thread, this will unblock the server's event loop
+
+---
+Wed Nov 13 16:40:01 UTC 2019 - Todd R 
+
+- Drop python2 support due to python-notebook dropping python2 support
+
+---
+Tue Nov 12 15:29:23 UTC 2019 - Todd R 
+
+- Update to 0.1.18
+  * Fixup woff public path
+  * move to mathjax3
+  * Resolve unpacking issue in case of execution error
+  * Remove cell outputs
+- Update to 0.1.17
+  * Compatibility with nbconvert 5.5
+- Update to 0.1.16
+  * Fixup voila configuration
+  * Added GridspecLayout example
+- Update to 0.1.15
+  * Include both jupyter_server and notebook server
+  * Fix filtering of empty code cells
+  * spinner macro
+  * Document when dict conversion is needed
+  * Test configuring template-related resource in JSON file
+  * Add test for resources used in template system
+  * Read config file as plain JSON
+  * Remove check to allow for all base template configs
+  * Get parent directory for sure
+  * Include template-related config from JSON file
+  * Improve code formally (minor)
+  * Fix Binder link
+  * Update contributing guidelines
+  * Use Jupyter visual identity
+  * Allow comm_close messages by default
+  * Allow comm open messages
+  * chore: improve release instructions and include ipywidgets as test dep ( 
+- Update to 0.1.14
+  * Strip code cell warnings
+  * Filter empty cells
+  * fix: the voila side output widget did not handle error msges 
+  * Added a link to the documentation in the README.md
+  * add auto port detection as in jupyter notebook 
+  * Add .vscode to gitignore
+  * add note about installing and verifying the server extension
+  * Add release instructions for the JLab extension
+  * Expose base_url to browser-open template
+  * Clean and improve templates
+  * Update package_lock
+  * Fix CSS name
+  * Check for 'outputs' key in the cell
+  * Update nbconvert version in setup.py
+  * Update nbconvert in travis
+  * Strip errors if not in debug mode
+  * Fix spinner CSS
+  * DOC: README.md: typos
+- Update to 0.1.13
+  * Handle cell error
+  * Inline svg logo
+  * Speed up progressive rendering
+  * Use Voila logo for the spinner
+  * fix: allow voila to run a server extension for notebook <5
+  * Mention `jupyter_config.json` in Binder docs
+- Update to 0.1.12
+  * Fix exporter for non progressive rendering
+  * New voila logo
+  * Update copyright statements before moving to voila-dashboards
+- Update to 0.1.11
+  * Optimize svg icons, fix JLab 1.1 issue
+  * Add docs for deploying to Binder
+  * extra docs for running scripts 
+  * Update docs/source/customize.rst
+  * docs: descript script support and static files
+  * docs: improved release instructions
+- Update to 0.1.10
+  * fix: filter_empty_code_cells extra argument
+  * remove console.log
+  * yield after writing out and flushing chunk
+  * html fixes
+  * subdivide body block to avoid having to call body's super in other te…
+  * add more docs
+  * feat: progressive cell rendering
+  * py27 fix
+  * style: support theming for spinner
+  * feat(template): allow kernel starting and notebook execution control …
+  * test: make sure the test dont accidently pass
+  * Update tests/app/tree_test.py
+  * feat: add support for script files
+  * fix: support nested output widgets in voila executor
+  * Align Render on Save vertically
+  * Add Render on Save checkbox to the toolbar
+  * Correct render on save behavior
+  * Rename plugin to @jupyter-voila/jupyterlab-preview
+  * Add settings for the voila preview extension
+  * Auto-refresh Voila preview on notebook save
+  * feat: serve static files similar to the notebook, but limited by whit…
+  * Add section for sharing with ngrok to the docs
+  * Add the Voila Gallery to README.md
+  * Fix nbextension commands for local install
+  * Add RELEASE.md 
+
+---

Old:

  voila-0.1.9.tar.gz

New:

  voila-0.1.20.tar.gz

+

commit python-voila for openSUSE:Factory

2019-07-31 Thread root
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 
+
+- 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




commit python-voila for openSUSE:Factory

2019-06-14 Thread root
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 
+
+- 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




commit python-voila for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-voila for openSUSE:Factory 
checked in at 2019-06-01 09:49:54

Comparing /work/SRC/openSUSE:Factory/python-voila (Old)
 and  /work/SRC/openSUSE:Factory/.python-voila.new.5148 (New)


Package is "python-voila"

Sat Jun  1 09:49:54 2019 rev:2 rq:705975 version:0.0.9

Changes:

--- /work/SRC/openSUSE:Factory/python-voila/python-voila.changes
2019-05-22 11:10:33.878596367 +0200
+++ /work/SRC/openSUSE:Factory/.python-voila.new.5148/python-voila.changes  
2019-06-01 09:49:55.615315537 +0200
@@ -1,0 +2,5 @@
+Fri May  3 06:24:52 UTC 2019 - Jan Engelhardt 
+
+- Use noun phrase in descriptions.
+
+---



Other differences:
--
++ python-voila.spec ++
--- /var/tmp/diff_new_pack.FYlxOG/_old  2019-06-01 09:49:56.327315293 +0200
+++ /var/tmp/diff_new_pack.FYlxOG/_new  2019-06-01 09:49:56.331315292 +0200
@@ -20,7 +20,7 @@
 Version:0.0.9
 Release:0
 License:BSD-3-Clause
-Summary:Serving read-only live Jupyter notebooks
+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
 
@@ -54,7 +54,7 @@
 This package provides the python interface.
 
 %package -n jupyter-voila
-Summary:Serving read-only live Jupyter notebooksmacros
+Summary:Plugin for serving read-only live Jupyter notebooksmacros
 Requires:   jupyter-jupyter-server >= 0.0.3
 Requires:   jupyter-nbconvert >= 5.4
 Requires:   jupyter-notebook