1
0

Accepting request 868775 from home:bnavigator:branches:devel:languages:python:jupyter

- Update to version 1.2.3
  * for the full changelog between 0.2.1 and 1.2.3 see
    https://github.com/jupyter-server/jupyter_server/blob/master/CHANGELOG.md
  * 1.0.6: Fix open redirect vulnerability GHSA-grfj-wjv9-4f9v
    (CVE-2020-26232) 
  * 1.0: Added new extension manager API for handling server 
    extensions
  * 1.0: Dropped support for Python 3.5. (296)
  * 1.0: Removed ipykernel as a dependency of jupyter_server.
  * 0.3: (#194) The bundlerextension entry point was removed.
- Merge the jupyter-jupyter_server package into the python
  packages using update-alternatives. It contained only the script
  entrypoints.
- Fix testsuite by providing the correct entrypoints in PATH

OBS-URL: https://build.opensuse.org/request/show/868775
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=20
This commit is contained in:
2021-02-03 12:38:07 +00:00
committed by Git OBS Bridge
parent 106644e3ed
commit 54cafe48ef
4 changed files with 69 additions and 61 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Feb 1 22:48:25 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 1.2.3
* for the full changelog between 0.2.1 and 1.2.3 see
https://github.com/jupyter-server/jupyter_server/blob/master/CHANGELOG.md
* 1.0.6: Fix open redirect vulnerability GHSA-grfj-wjv9-4f9v
(CVE-2020-26232)
* 1.0: Added new extension manager API for handling server
extensions
* 1.0: Dropped support for Python 3.5. (296)
* 1.0: Removed ipykernel as a dependency of jupyter_server.
* 0.3: (#194) The bundlerextension entry point was removed.
- Merge the jupyter-jupyter_server package into the python
packages using update-alternatives. It contained only the script
entrypoints.
- Fix testsuite by providing the correct entrypoints in PATH
-------------------------------------------------------------------
Tue Jun 9 07:13:34 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>