1
0

Accepting request 778847 from home:TheBlackCat:branches:devel:languages:python:jupyter

- Update to 4.6.3
  * Changed windows secure_write path to skip all filesystem
    permission checks when running in insecure mode. Too many
    exception paths existed for mounted file systems to reliably
    try to set them before opting out with the insecure write
    pattern.
- Update to 4.6.2
  * Add ability to allow insecure writes with
    JUPYTER_ALLOW_INSECURE_WRITES environement variable.
  * Docs typo and build fixes
  * Added python 3.7 and 3.8 builds to testing
- Implement tests via multibuild
- Drop doc subpackage.  This was only around to resolve dependency
  cycles in testing, which the multibuild now does.  Keeping up
  with rapid changes in readthedocs was becoming difficult.

OBS-URL: https://build.opensuse.org/request/show/778847
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-core?expand=0&rev=3
This commit is contained in:
Todd R
2020-02-24 17:14:54 +00:00
committed by Git OBS Bridge
parent 3577bbfa76
commit 1a23b6df53
9 changed files with 60 additions and 303 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Feb 24 15:37:51 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Update to 4.6.3
* Changed windows secure_write path to skip all filesystem
permission checks when running in insecure mode. Too many
exception paths existed for mounted file systems to reliably
try to set them before opting out with the insecure write
pattern.
- Update to 4.6.2
* Add ability to allow insecure writes with
JUPYTER_ALLOW_INSECURE_WRITES environement variable.
* Docs typo and build fixes
* Added python 3.7 and 3.8 builds to testing
- Implement tests via multibuild
- Drop doc subpackage. This was only around to resolve dependency
cycles in testing, which the multibuild now does. Keeping up
with rapid changes in readthedocs was becoming difficult.
-------------------------------------------------------------------
Tue Nov 12 15:54:48 UTC 2019 - Todd R <toddrme2178@gmail.com>