1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

upgrade to 0.7.21

This commit is contained in:
Thomas 2023-08-01 10:20:22 +02:00 committed by GitHub
parent 57bfff5d0f
commit 065463da1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 4 deletions

View file

@ -5,7 +5,7 @@ name = "FitTrackee"
description.en = "Self-hosted outdoor activity tracker 🚴"
description.fr = "Traqueur dactivités extérieures auto-hébergé 🚴"
version = "0.7.18~ynh2"
version = "0.7.21~ynh1"
maintainers = ["Thovi98"]

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
fittrackee_version="0.7.18"
fittrackee_version="0.7.21"
#=================================================
# PERSONAL HELPERS

View file

@ -52,7 +52,7 @@ ynh_script_progression --message="Installing Python dependencies..." --weight=3
pushd $install_dir
python3 -m venv $install_dir/venv
source $install_dir/venv/bin/activate
ynh_exec_warn_less pip install pillow=="9.5.0" fittrackee==$fittrackee_version toml pyyaml
ynh_exec_warn_less pip install fittrackee==$fittrackee_version toml pyyaml
popd
#=================================================

View file

@ -63,7 +63,7 @@ ynh_secure_remove $install_dir/.venv
pushd $install_dir
python3 -m venv $install_dir/venv
source $install_dir/venv/bin/activate
ynh_exec_warn_less pip install pillow=="9.5.0" fittrackee==$fittrackee_version toml pyyaml
ynh_exec_warn_less pip install fittrackee==$fittrackee_version toml pyyaml
popd

View file

@ -18,3 +18,4 @@ test_format = 1.0
test_upgrade_from.852bf0d.name = "0.7.14"
test_upgrade_from.0b20803.name = "0.7.17"
test_upgrade_from.ca02214.name = "0.7.18"