Skip to content
Snippets Groups Projects
Commit c898b00f authored by Jens Henrik Goebbert's avatar Jens Henrik Goebbert
Browse files

update simplevisor to 1.0.0 for MATLAB

parent 5a77fe49
No related branches found
No related tags found
No related merge requests found
...@@ -171,8 +171,14 @@ exts_list = [ ...@@ -171,8 +171,14 @@ exts_list = [
# jupyterlab #################################### # jupyterlab ####################################
('jupyterlab', local_jlab_version, { ('jupyterlab', local_jlab_version, {
'patches': [ 'patches': [
('jupyterlab-silencenotify.patch', '.'), {
('401.html', '.'), 'name': 'jupyterlab-silencenotify.patch',
'copy': '.'
},
{
'name': '401.html',
'copy': '.'
},
# 'jupyterlab-rendermime_p14618.patch' # 'jupyterlab-rendermime_p14618.patch'
], ],
'checksums': [ 'checksums': [
...@@ -200,8 +206,8 @@ exts_list = [ ...@@ -200,8 +206,8 @@ exts_list = [
('aiohttp', '3.8.4', { ('aiohttp', '3.8.4', {
'checksums': ['bf2e1a9162c1e441bf805a1fd166e249d574ca04e03b34f97e2928769e91ab5c'], 'checksums': ['bf2e1a9162c1e441bf805a1fd166e249d574ca04e03b34f97e2928769e91ab5c'],
}), }),
('simpervisor', '0.4', { ('simpervisor', '1.0.0', {
'checksums': ['cec79e13cdbd6edb04a5c98c1ff8d4bd9713e706c069226909a1ef0e89d393c5'], 'checksums': ['7eb87ca86d5e276976f5bb0290975a05d452c6a7b7f58062daea7d8369c823c1'],
}), }),
('jupyter_server_proxy', '4.0.0', { ('jupyter_server_proxy', '4.0.0', {
'patches': [ 'patches': [
...@@ -833,7 +839,7 @@ postinstallcmds = [ ...@@ -833,7 +839,7 @@ postinstallcmds = [
# disable notifications about new JupyterLab versions # disable notifications about new JupyterLab versions
( (
'patch "%%(installdir)s/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/notification.json" ' 'patch "%%(installdir)s/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/notification.json" '
' < %%(builddir)s/jupyterlab/jupyterlab-%s/jupyterjupyterlab-silencenotify.patch' ' < %%(builddir)s/jupyterlab/jupyterlab-%s/jupyterlab-silencenotify.patch'
) % local_jlab_version, ) % local_jlab_version,
# add webpage, which leads back to https://jupyter-jsc.fz-juelich.de # add webpage, which leads back to https://jupyter-jsc.fz-juelich.de
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment