1
0

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

- Update to version 4.8.1
  * Print an error message instead of an exception when a command
    is not found (PR #218)
  * Return canonical path when using %APPDATA% on Windows (PR #222)
  * Print full usage on missing or invalid commands (PR #225)
  * Remove dependency on pywin32 package on PyPy (PR #230)
  * Update packages listed in jupyter --version (PR #232)
  * Inherit base aliases/flags from traitlets Application,
    including --show-config from traitlets 5 (PR #233)
  * Trigger warning when trying to check hidden file status on PyPy
    (PR #238)

OBS-URL: https://build.opensuse.org/request/show/925885
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-core?expand=0&rev=18
This commit is contained in:
2021-10-17 21:54:00 +00:00
committed by Git OBS Bridge
parent 979b3dbaea
commit 670cc9a082
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Oct 17 17:28:20 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 4.8.1
* Print an error message instead of an exception when a command
is not found (PR #218)
* Return canonical path when using %APPDATA% on Windows (PR #222)
* Print full usage on missing or invalid commands (PR #225)
* Remove dependency on pywin32 package on PyPy (PR #230)
* Update packages listed in jupyter --version (PR #232)
* Inherit base aliases/flags from traitlets Application,
including --show-config from traitlets 5 (PR #233)
* Trigger warning when trying to check hidden file status on PyPy
(PR #238)
-------------------------------------------------------------------
Tue Oct 5 15:35:48 UTC 2021 - Stefan Schubert <schubi@suse.de>