1
0

- Update to 1.4.1:

- Update README.md #425
  - Solve UnboundLocalError in launch_browser() #421
  - Add file_to_run to server extension docs #420
  - Remove outdated reference to _jupyter_server_extension_paths
    in docs #419
  - Add Tests to Distribution #416
  - Enable extensions to control the file_to_run #415
  - add missing template for view.html #414
  - Remove obsoleted asyncio-patch fixture #412
  - Emit deprecation warning on old name #411
  - Correct logging message position #410
  - Update 1.3.0 Changelog to include broken 1.2.3 PRs #408
  - [Gateway] Track only this server's kernels #407
  - Update manager.py: more descriptive warnings when extensions
    fail to load #396

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=24
This commit is contained in:
2021-02-25 21:07:39 +00:00
committed by Git OBS Bridge
parent 89f896a8d6
commit bfdbb34d10
4 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Feb 25 20:54:28 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 1.4.1:
- Update README.md #425
- Solve UnboundLocalError in launch_browser() #421
- Add file_to_run to server extension docs #420
- Remove outdated reference to _jupyter_server_extension_paths
in docs #419
- Add Tests to Distribution #416
- Enable extensions to control the file_to_run #415
- add missing template for view.html #414
- Remove obsoleted asyncio-patch fixture #412
- Emit deprecation warning on old name #411
- Correct logging message position #410
- Update 1.3.0 Changelog to include broken 1.2.3 PRs #408
- [Gateway] Track only this server's kernels #407
- Update manager.py: more descriptive warnings when extensions
fail to load #396
-------------------------------------------------------------------
Sun Feb 14 18:05:36 UTC 2021 - Arun Persaud <arun@gmx.de>