1
0

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:
Todd R
2020-02-10 18:51:58 +00:00
committed by Git OBS Bridge
parent 3da2121c4a
commit 29775885eb
4 changed files with 39 additions and 16 deletions

View File

@@ -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>