From d53ac61610c8c23f2881ed906b7374b816b62cfb Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 14 Jul 2023 22:36:02 +0200 Subject: [PATCH 1/5] pin pillow --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c4cea10..4b1f680 100755 --- a/scripts/install +++ b/scripts/install @@ -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 fittrackee==$fittrackee_version toml pyyaml + ynh_exec_warn_less pip install pillow=="9.5.0" fittrackee==$fittrackee_version toml pyyaml popd #================================================= From ab601ee63b067ebb9c9d62b9b5c897438b67d6f1 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 14 Jul 2023 22:36:37 +0200 Subject: [PATCH 2/5] pin pillow --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 0098afd..638de41 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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 fittrackee==$fittrackee_version toml pyyaml + ynh_exec_warn_less pip install pillow=="9.5.0" fittrackee==$fittrackee_version toml pyyaml popd From 57bfff5d0f6d9e1fe60f97a9a4a8db564d0116a6 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 15 Jul 2023 07:51:44 +0200 Subject: [PATCH 3/5] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 4f437f9..fb5ccb2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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~ynh1" +version = "0.7.18~ynh2" maintainers = ["Thovi98"] From 065463da1c4660c3d2f863cd26d9039304702ff1 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 1 Aug 2023 10:20:22 +0200 Subject: [PATCH 4/5] upgrade to 0.7.21 --- manifest.toml | 2 +- scripts/_common.sh | 2 +- scripts/install | 2 +- scripts/upgrade | 2 +- tests.toml | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index fb5ccb2..e124f82 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"] diff --git a/scripts/_common.sh b/scripts/_common.sh index 4dca0c5..687fbb0 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -fittrackee_version="0.7.18" +fittrackee_version="0.7.21" #================================================= # PERSONAL HELPERS diff --git a/scripts/install b/scripts/install index 4b1f680..c4cea10 100755 --- a/scripts/install +++ b/scripts/install @@ -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 #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 638de41..0098afd 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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 diff --git a/tests.toml b/tests.toml index 768e05d..9995b8e 100644 --- a/tests.toml +++ b/tests.toml @@ -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" From b235fbf874c569cf2ea0d429d87cb21639c81420 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 1 Aug 2023 08:20:26 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ada966e..28a09e9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ FitTrackee allows you to track your outdoor activities (workouts) from gpx files No mobile app has been developed yet, but several existing mobile apps can store workouts data locally and export them into a gpx file. -**Shipped version:** 0.7.18~ynh1 +**Shipped version:** 0.7.21~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index fcf04ee..66de0db 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po FitTrackee vous permet de suivre vos activités de plein air (séances d'entraînement) à partir de fichiers gpx et de conserver vos données sur votre propre serveur. Aucune application mobile n'a encore été développée, mais plusieurs applications mobiles existantes peuvent stocker localement les données des séances d'entraînement et les exporter dans un fichier gpx. -**Version incluse :** 0.7.18~ynh1 +**Version incluse :** 0.7.21~ynh1 ## Captures d’écran