1
0

Accepting request 719627 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/719627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-server?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2019-07-31 12:27:48 +00:00 committed by Git OBS Bridge
commit 08b9490a74
4 changed files with 26 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7c8a9f685cbcad669763f5fd9295fd1361eb9a454290bf726de6714739e1815
size 5412759

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6704b6a70048487d8cec8365fefc8186b742b17a02e30203b502b570ddd0668a
size 5407905

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Jul 28 20:33:09 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 0.1.0
* Update jupyter_client
* Removed Python 3.4 from the matrix
* fix bug from empty argv in extension app
* refactor extension testing to handle server instances
* add initial tests for extensionapp
* rearrange initialization steps for sanity
* add extension config as an attribute of the ExtensionApp
* pass extension traits to extension handlers as `config` property
* handler sources extension name from extension app object
* allow application to generate config
* Added control channel to ZMQChannelsHandler
* make extension handlers and settings configurable
* properly handle generate-config command
* working command line configuration, help, version, etc.
* add server extension submodule to jupyter_server
* remove notebook templates and replace with simple server templates
* Add localhost to list of default local_hostnames
-------------------------------------------------------------------
Wed Jun 12 20:07:20 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@ -17,7 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jupyter-server
Version: 0.0.5
Version: 0.1.0
Release: 0
License: BSD-3-Clause
Summary: The Jupyter Server