Skip to content

Commit

Permalink
4.8.3a
Browse files Browse the repository at this point in the history
4.8.3a
  • Loading branch information
noyax authored Mar 2, 2024
2 parents 0538baf + e2b6d03 commit 0f0396c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/fr_FR/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin_info/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"documentation" : "https://NextDom.github.io/plugin-teleinfo/fr_FR/",
"changelog_beta" : "https://noyax.github.io/plugin-teleinfo/fr_FR/changelog",
"documentation_beta" : "https://noyax.github.io/plugin-teleinfo/fr_FR/",
"pluginVersion" : "4.8.3"
"pluginVersion" : "4.8.3a"
}
3 changes: 1 addition & 2 deletions ressources/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 0f0396c

Please sign in to comment.