forked from pool/python-jupyter-server
Accepting request 773194 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Update to 0.2.1
+ Added
* pytest-plugin for Jupyter Server.
- Update to 0.2.0
+ Added
* `extension` submodule
+ Changed
* `jupyter serverextension <command>` entrypoint has been changed to `jupyter server extension <command>`.
* `toggle_jupyter_server` and `validate_jupyter_server` function no longer take a Logger object as an argument.
* Changed testing framework from nosetests to pytest
* Added Github actions as a testing framework along side Travis and Azure
+ Removed
* Removed the option to update `root_dir` trait in FileContentsManager and MappingKernelManager in ServerApp
+ Fixed
* Synced Jupyter Server with Notebook PRs in batches (ended on 2019-09-27)
+ Security
* Added a "secure_write to function for cookie/token saves
OBS-URL: https://build.opensuse.org/request/show/773194
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=14
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 15 15:25:43 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Update to 0.2.1
|
||||
+ Added
|
||||
* pytest-plugin for Jupyter Server.
|
||||
- Update to 0.2.0
|
||||
+ Added
|
||||
* `extension` submodule
|
||||
+ Changed
|
||||
* `jupyter serverextension <command>` entrypoint has been changed to `jupyter server extension <command>`.
|
||||
* `toggle_jupyter_server` and `validate_jupyter_server` function no longer take a Logger object as an argument.
|
||||
* Changed testing framework from nosetests to pytest
|
||||
* Added Github actions as a testing framework along side Travis and Azure
|
||||
+ Removed
|
||||
* Removed the option to update `root_dir` trait in FileContentsManager and MappingKernelManager in ServerApp
|
||||
+ Fixed
|
||||
* Synced Jupyter Server with Notebook PRs in batches (ended on 2019-09-27)
|
||||
+ Security
|
||||
* Added a "secure_write to function for cookie/token saves
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 17:38:51 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user