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:
parent
57bfff5d0f
commit
065463da1c
5 changed files with 5 additions and 4 deletions
|
@ -5,7 +5,7 @@ name = "FitTrackee"
|
|||
description.en = "Self-hosted outdoor activity tracker 🚴"
|
||||
description.fr = "Traqueur d’activités extérieures auto-hébergé 🚴"
|
||||
|
||||
version = "0.7.18~ynh2"
|
||||
version = "0.7.21~ynh1"
|
||||
|
||||
maintainers = ["Thovi98"]
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
fittrackee_version="0.7.18"
|
||||
fittrackee_version="0.7.21"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue