aboutsummaryrefslogtreecommitdiff
path: root/development/jupyter-notebook/fix-traitlets-error.patch
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-10-31 00:43:38 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-10-31 15:27:00 +0700
commite602f010650fa6eb25ffc63c504eaa789567b43d (patch)
tree4622603171a9c8623b7b72cb79d8cf652e6d9ef6 /development/jupyter-notebook/fix-traitlets-error.patch
parentd2a11c4a0d80aa53b6fc4658d6b67b41d710099b (diff)
development/jupyter-notebook: Update for 6.5.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-notebook/fix-traitlets-error.patch')
-rw-r--r--development/jupyter-notebook/fix-traitlets-error.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/development/jupyter-notebook/fix-traitlets-error.patch b/development/jupyter-notebook/fix-traitlets-error.patch
deleted file mode 100644
index 874fc6b3ed..0000000000
--- a/development/jupyter-notebook/fix-traitlets-error.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/notebook/notebookapp.py 2023-12-20 18:04:52.352937385 -0800
-+++ b/notebook/notebookapp.py 2023-12-20 18:06:22.564933788 -0800
-@@ -1408,7 +1408,7 @@
- # and allow jupyter_server contents managers to pass
- # through. If jupyter_server is not installed, this class
- # will be ignored.
-- 'jupyter_server.contents.services.managers.ContentsManager'
-+ "jupyter_server.services.contents.managers.ContentsManager",
- ],
- config=True,
- help=_('The notebook manager class to use.')
---- a/notebook/traittypes.py 2023-12-20 18:08:44.904928112 -0800
-+++ b/notebook/traittypes.py 2023-12-20 18:09:04.503927331 -0800
-@@ -1,5 +1,6 @@
- import inspect
--from traitlets import ClassBasedTraitType, Undefined, warn
-+from warnings import warn
-+from traitlets import ClassBasedTraitType, Undefined
-
- # Traitlet's 5.x includes a set of utilities for building
- # description strings for objects. Traitlets 5.x does not