From 24f22a3cf73025ac67f5f884bd6b7ffc147ffb23 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 18 Sep 2022 18:15:03 +0200 Subject: [PATCH 1/3] 3.4.7 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index ddbbab3..aaf1e46 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Code console environment for running Python code interactively.", "fr": "Console de code pour exécuter du code Python de manière interactive." }, - "version": "3.4.6~ynh1", + "version": "3.4.7~ynh1", "url": "https://jupyter.org", "upstream": { "license": "BSD-3-Clause", diff --git a/scripts/_common.sh b/scripts/_common.sh index e64ae6c..93de4b3 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,7 +9,7 @@ pkg_dependencies="python3-dev python3-pip" nodejs_version="16" -jupyterlab_version="3.4.6" +jupyterlab_version="3.4.7" #================================================= # PERSONAL HELPERS From 46b14e3ebcacbe24f1acc8f9ddcfe97d50e6caca Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 18 Sep 2022 16:15:09 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35fe690..c1f41d9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in 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:** 3.4.6~ynh1 +**Shipped version:** 3.4.7~ynh1 **Demo:** https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab/tree/demo diff --git a/README_fr.md b/README_fr.md index 12c35d0..7537c32 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour 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. -**Version incluse :** 3.4.6~ynh1 +**Version incluse :** 3.4.7~ynh1 **Démo :** https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab/tree/demo From 207e4f9fe5b9af09c5dfb8cda99d5db660020a38 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 24 Sep 2022 09:22:29 +0200 Subject: [PATCH 3/3] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index aaf1e46..83d1108 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "jupyterlab", "packaging_format": 1, "description": { - "en": "Code console environment for running Python code interactively.", - "fr": "Console de code pour exécuter du code Python de manière interactive." + "en": "Code console environment for running Python code interactively", + "fr": "Console de code pour exécuter du code Python de manière interactive" }, "version": "3.4.7~ynh1", "url": "https://jupyter.org",