mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
upgrade to 0.7.29 + simplify update
This commit is contained in:
parent
5d43db749c
commit
afad2274f5
5 changed files with 5 additions and 6 deletions
|
@ -5,7 +5,7 @@ name = "FitTrackee"
|
||||||
description.en = "Self-hosted outdoor activity tracker 🚴"
|
description.en = "Self-hosted outdoor activity tracker 🚴"
|
||||||
description.fr = "Traqueur d’activités extérieures auto-hébergé 🚴"
|
description.fr = "Traqueur d’activités extérieures auto-hébergé 🚴"
|
||||||
|
|
||||||
version = "0.7.29~ynh1"
|
version = "0.7.30~ynh1"
|
||||||
|
|
||||||
maintainers = ["Thovi98"]
|
maintainers = ["Thovi98"]
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
fittrackee_version="0.7.29"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -69,7 +69,7 @@ pushd $install_dir
|
||||||
python3 -m venv $install_dir/venv
|
python3 -m venv $install_dir/venv
|
||||||
source $install_dir/venv/bin/activate
|
source $install_dir/venv/bin/activate
|
||||||
ynh_exec_warn_less pip install --upgrade pip wheel toml pyyaml
|
ynh_exec_warn_less pip install --upgrade pip wheel toml pyyaml
|
||||||
ynh_exec_warn_less pip install fittrackee==$fittrackee_version
|
ynh_exec_warn_less pip install fittrackee=="$(ynh_app_upstream_version)"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -88,7 +88,7 @@ pushd $install_dir
|
||||||
python3 -m venv $install_dir/venv
|
python3 -m venv $install_dir/venv
|
||||||
source $install_dir/venv/bin/activate
|
source $install_dir/venv/bin/activate
|
||||||
ynh_exec_warn_less pip install --upgrade pip wheel toml pyyaml
|
ynh_exec_warn_less pip install --upgrade pip wheel toml pyyaml
|
||||||
ynh_exec_warn_less pip install fittrackee==$fittrackee_version
|
ynh_exec_warn_less pip install fittrackee=="$(ynh_app_upstream_version)"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -20,3 +20,4 @@ test_format = 1.0
|
||||||
test_upgrade_from.e48197d.name = "0.7.26"
|
test_upgrade_from.e48197d.name = "0.7.26"
|
||||||
test_upgrade_from.33f7a78.name = "0.7.27"
|
test_upgrade_from.33f7a78.name = "0.7.27"
|
||||||
test_upgrade_from.ac79c26.name = "0.7.28"
|
test_upgrade_from.ac79c26.name = "0.7.28"
|
||||||
|
test_upgrade_from.f52002b.name = "0.7.29"
|
Loading…
Reference in a new issue