forked from pool/python-jupyter-server
Accepting request 719626 from home:TheBlackCat:branches:devel:languages:python:jupyter
Update to 0.1.0 OBS-URL: https://build.opensuse.org/request/show/719626 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=8
This commit is contained in:
parent
e984599b4c
commit
0d46def21d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7c8a9f685cbcad669763f5fd9295fd1361eb9a454290bf726de6714739e1815
|
||||
size 5412759
|
3
jupyter_server-0.1.0.tar.gz
Normal file
3
jupyter_server-0.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6704b6a70048487d8cec8365fefc8186b742b17a02e30203b502b570ddd0668a
|
||||
size 5407905
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user