From f96ee1afd9507a90babab93cb773c0047b0fa3c3 Mon Sep 17 00:00:00 2001 From: Noyax37 Date: Sat, 2 Mar 2024 18:06:06 +0100 Subject: [PATCH] 4.8.3a --- docs/fr_FR/changelog.md | 3 +++ plugin_info/info.json | 6 +++--- ressources/post-install.sh | 3 +-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/fr_FR/changelog.md b/docs/fr_FR/changelog.md index 42012d8..e8930d7 100644 --- a/docs/fr_FR/changelog.md +++ b/docs/fr_FR/changelog.md @@ -12,6 +12,9 @@ Pour toutes demandes : - [Changelog version stable](https://nextdom.github.io/plugin-teleinfo/fr_FR/changelog.md) - [Changelog version bêta](https://noyax.github.io/plugin-teleinfo/fr_FR/changelog.md) +## 4.8.3a (02-03-2024) => version stable ET bêta +- correction d'un problème qui pouvait se produire lors de l'install de l'environnement virtuel + ## 4.8.3 (**-**-2024) - Adapatation du plugin à jeedom V4.4 + Debian 12 + php 8.2.7 (merci @Typher) - Adaptation au passage à paho-mqtt v2 diff --git a/plugin_info/info.json b/plugin_info/info.json index 2a9d864..d46d635 100644 --- a/plugin_info/info.json +++ b/plugin_info/info.json @@ -16,7 +16,7 @@ }, "changelog" : "https://NextDom.github.io/plugin-teleinfo/fr_FR/changelog", "documentation" : "https://NextDom.github.io/plugin-teleinfo/fr_FR/", - "changelog_beta" : "https://noyax-37.github.io/plugin-teleinfo/fr_FR/changelog", - "documentation_beta" : "https://noyax-37.github.io/plugin-teleinfo/fr_FR/", - "pluginVersion" : "4.8.3" + "changelog_beta" : "https://noyax.github.io/plugin-teleinfo/fr_FR/changelog", + "documentation_beta" : "https://noyax.github.io/plugin-teleinfo/fr_FR/", + "pluginVersion" : "4.8.3a" } diff --git a/ressources/post-install.sh b/ressources/post-install.sh index e08b334..c1d7d76 100644 --- a/ressources/post-install.sh +++ b/ressources/post-install.sh @@ -31,9 +31,8 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y python3-venv python3-pip date echo 25 > ${PROGRESS_FILE} -sudo -u www-data python3 -m venv $BASEDIR/venv +sudo -u www-data python3 -m venv $BASEDIR/venv --without-pip --system-site-packages date - sudo -u www-data $BASEDIR/venv/bin/python3 -m pip install --upgrade pip wheel echo 30 > ${PROGRESS_FILE}