From eeb435e17851bb40898610fe4e5f2bb23fd69c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 22 Dec 2021 11:03:30 +0100 Subject: [PATCH] Bump upstream to 5.1.1. Remove setuptools and sqlalchemy from pip_dependencies. --- README.md | 6 +++--- README_fr.md | 6 +++--- manifest.json | 2 +- scripts/_common.sh | 8 +++----- 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index fcd4758..c95d0bf 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # I Hate Money for YunoHost -[![Integration level](https://dash.yunohost.org/integration/ihatemoney.svg)](https://dash.yunohost.org/appci/app/ihatemoney) ![](https://ci-apps.yunohost.org/ci/badges/ihatemoney.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/ihatemoney.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/ihatemoney.svg)](https://dash.yunohost.org/appci/app/ihatemoney) ![](https://ci-apps.yunohost.org/ci/badges/ihatemoney.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/ihatemoney.maintain.svg) [![Install I Hate Money with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ihatemoney) *[Lire ce readme en français.](./README_fr.md)* @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Simple app to manage your collective expenses -**Shipped version:** 4.1.5~ynh3 +**Shipped version:** 5.1.1~ynh1 **Demo:** https://ihatemoney.org/demo/ @@ -58,4 +58,4 @@ or sudo yunohost app upgrade ihatemoney -u https://github.com/YunoHost-Apps/ihatemoney_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** https://yunohost.org/packaging_apps diff --git a/README_fr.md b/README_fr.md index 9e73549..7fea63a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,6 +1,6 @@ # I Hate Money pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/ihatemoney.svg)](https://dash.yunohost.org/appci/app/ihatemoney) ![](https://ci-apps.yunohost.org/ci/badges/ihatemoney.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/ihatemoney.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/ihatemoney.svg)](https://dash.yunohost.org/appci/app/ihatemoney) ![](https://ci-apps.yunohost.org/ci/badges/ihatemoney.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/ihatemoney.maintain.svg) [![Installer I Hate Money avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ihatemoney) *[Read this readme in english.](./README.md)* @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Gérez simplement vos dépenses collectives -**Version incluse :** 4.1.5~ynh3 +**Version incluse :** 5.1.1~ynh1 **Démo :** https://ihatemoney.org/demo/ @@ -54,4 +54,4 @@ ou sudo yunohost app upgrade ihatemoney -u https://github.com/YunoHost-Apps/ihatemoney_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps diff --git a/manifest.json b/manifest.json index 02dc9d3..fb46459 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "fr": "Gérez simplement vos dépenses collectives" }, "url": "http://ihatemoney.org/", - "version": "4.1.5~ynh3", + "version": "5.1.1~ynh1", "license": "MIT", "upstream": { "license": "MIT", diff --git a/scripts/_common.sh b/scripts/_common.sh index 7ca836a..e4b75d8 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -13,11 +13,9 @@ pkg_dependencies=( ) pip_dependencies=( - 'setuptools>=18.5' - 'gunicorn>=19.3.0' - 'PyMySQL>=0.9,<0.10' - 'SQLAlchemy<1.4' - 'ihatemoney>=4,<5' + 'ihatemoney==5.1.1' + 'gunicorn>=20.0' + 'PyMySQL>=0.9,<1.1' ) ### Constants