diff --git a/jupyter_server-0.0.5.tar.gz b/jupyter_server-0.0.5.tar.gz deleted file mode 100644 index 01989da..0000000 --- a/jupyter_server-0.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7c8a9f685cbcad669763f5fd9295fd1361eb9a454290bf726de6714739e1815 -size 5412759 diff --git a/jupyter_server-0.1.0.tar.gz b/jupyter_server-0.1.0.tar.gz new file mode 100644 index 0000000..f9673cc --- /dev/null +++ b/jupyter_server-0.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6704b6a70048487d8cec8365fefc8186b742b17a02e30203b502b570ddd0668a +size 5407905 diff --git a/python-jupyter-server.changes b/python-jupyter-server.changes index 184dec4..8a9e27b 100644 --- a/python-jupyter-server.changes +++ b/python-jupyter-server.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Jul 28 20:33:09 UTC 2019 - Todd R + +- 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 diff --git a/python-jupyter-server.spec b/python-jupyter-server.spec index ba8a67b..98c124a 100644 --- a/python-jupyter-server.spec +++ b/python-jupyter-server.spec @@ -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