From a6afcc6a73395e44e7c4c540b6da4ce26651435b Mon Sep 17 00:00:00 2001 From: Kay0u Date: Fri, 27 Sep 2019 20:55:18 +0200 Subject: [PATCH 1/2] fix lock --- scripts/install | 4 +--- scripts/upgrade | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/scripts/install b/scripts/install index 5756cd7..00e3f52 100644 --- a/scripts/install +++ b/scripts/install @@ -99,9 +99,7 @@ mkdir -p $final_path pushd $final_path -export PIPENV_VENV_IN_PROJECT="enabled" - -ynh_exec_warn_less pipenv install jupyterlab==$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator --three +PIPENV_VENV_IN_PROJECT="enabled" PIPENV_SKIP_LOCK=true ynh_exec_warn_less pipenv install jupyterlab==$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator --three popd diff --git a/scripts/upgrade b/scripts/upgrade index c2e1426..462f828 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -116,9 +116,7 @@ then pushd $final_path - export PIPENV_VENV_IN_PROJECT="enabled" - - ynh_exec_warn_less pipenv install jupyterlab==$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator --three + PIPENV_VENV_IN_PROJECT="enabled" PIPENV_SKIP_LOCK=true ynh_exec_warn_less pipenv install jupyterlab==$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator --three ynh_exec_warn_less pipenv run jupyterhub upgrade-db From d131cd02813331ce71b8fd563947392be0a65e9d Mon Sep 17 00:00:00 2001 From: Kay0u Date: Fri, 27 Sep 2019 22:13:36 +0200 Subject: [PATCH 2/2] 1.1.4 --- README.md | 2 +- manifest.json | 2 +- scripts/upgrade.d/upgrade.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc6e889..450916d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview JupyterLab is the next-generation user interface for Project Jupyter offering all the familiar building blocks of the classic Jupyter Notebook (notebook, terminal, text editor, file browser, rich outputs, etc.) in a flexible and powerful user interface. JupyterLab will eventually replace the classic Jupyter Notebook. -**Shipped version:** v1.1.1 +**Shipped version:** v1.1.4 ## Screenshots diff --git a/manifest.json b/manifest.json index ceb47cd..6aa18d1 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "JupyterLab", "id": "jupyterlab", "packaging_format": 1, - "version": "1.1.1~ynh1", + "version": "1.1.4~ynh1", "description": { "en": "JupyterLab for Yunohost, an extensible environment for interactive and reproducible computing (notebook, terminal, text editor, file browser, rich outputs, etc.)", "fr": "JupyterLab pour YunoHost, un environnement informatique extensible, interactif et reproductible (bloc-notes, terminal, éditeur de texte, explorateur de fichiers, texte enrichi, etc.)" diff --git a/scripts/upgrade.d/upgrade.sh b/scripts/upgrade.d/upgrade.sh index 71d95a6..a9fd2a3 100644 --- a/scripts/upgrade.d/upgrade.sh +++ b/scripts/upgrade.d/upgrade.sh @@ -1 +1 @@ -jupyterlab_version="1.1.1" +jupyterlab_version="1.1.4"