diff --git a/README.md b/README.md index b4d702a..a088757 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Calibre-Web is a web app providing a clean interface for browsing, reading and d Alternatively, you may use [COPS](https://github.com/YunoHost-Apps/cops_ynh) which also allows access to your Calibre Library, but in read-only mode. -**Shipped version:** The shipped version is 0.6.8, but as the numbering changed in the calibre-web app, it is numbered as 0.96.8 in yunohost. +**Shipped version:** The shipped version is 0.6.9, but as the numbering changed in the calibre-web app, it is numbered as 0.96.9 in yunohost. Users will be synchronized with authorized Yunohost users (having the calibreweb.main authorization group) automatically. In case of issue you may force the sync in the app itself. @@ -71,13 +71,13 @@ chmod o+rw path/to/library Developers info ---------------- -Please do your pull request to the [testing branch](https://github.com/Yunohost-Apps/calibreweb_ynh/tree/Testing). +Please do your pull request to the [testing branch](https://github.com/Yunohost-Apps/calibreweb_ynh/tree/testing). To try the testing branch, please proceed like that. ``` -sudo yunohost app install https://github.com/Yunohost-Apps/calibreweb_ynh/tree/Testing --debug +sudo yunohost app install https://github.com/Yunohost-Apps/calibreweb_ynh/tree/testing --debug or -sudo yunohost app upgrade calibreweb -u https://github.com/Yunohost-Apps/calibreweb_ynh/tree/Testing --debug +sudo yunohost app upgrade calibreweb -u https://github.com/Yunohost-Apps/calibreweb_ynh/tree/testing --debug ``` diff --git a/conf/app.src b/conf/app.src index e9c3099..fbc1b41 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,3 +1,3 @@ -SOURCE_URL=https://github.com/janeczku/calibre-web/releases/download/0.6.8/calibre-web-0.6.8.zip -SOURCE_SUM=41ff00685893bad9794102d20a757c221704f10976f8aa7e6a0fecc817c329bf +SOURCE_URL=https://github.com/janeczku/calibre-web/releases/download/0.6.9/calibre-web-0.6.9.zip +SOURCE_SUM=e1e393e6f08f68d7aa11baf7a2f1d19b6e0ea83dadc52391470b7d1e6a3155b4 SOURCE_FORMAT=zip \ No newline at end of file diff --git a/manifest.json b/manifest.json index 656a685..6b501c0 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Browsing, reading and downloading eBooks using a Calibre database", "fr": "Explorer, lire et télécharger des eBooks à partir d'une base de données Calibre" }, - "version": "0.96.8~ynh5", + "version": "0.96.9~ynh5", "url": "https://github.com/janeczku/calibre-web", "license": "free", "maintainer": { diff --git a/sources/patches/app-optional-requirements.patch b/sources/patches/app-optional-requirements.patch index f798cca..b2b1aad 100644 --- a/sources/patches/app-optional-requirements.patch +++ b/sources/patches/app-optional-requirements.patch @@ -1,12 +1,12 @@ ---- a/optional-requirements.txt 2020-05-05 20:28:10.000000000 +0200 -+++ b/optional-requirements.txt 2020-05-10 21:21:53.032894653 +0200 +--- a/optional-requirements.txt 2020-09-27 07:15:03.000000000 +0200 ++++ b/optional-requirements.txt 2020-10-04 19:03:58.367531339 +0200 @@ -1,17 +1,3 @@ -# GDrive Integration -google-api-python-client==1.7.11,<1.8.0 --gevent>=1.2.1,<1.6.0 +-gevent>=1.2.1,<20.6.0 -greenlet>=0.4.12,<0.5.0 -httplib2>=0.9.2,<0.18.0 --oauth2client>=4.0.0,<4.14.0 +-oauth2client>=4.0.0,<4.1.4 -uritemplate>=3.0.0,<3.1.0 -pyasn1-modules>=0.0.8,<0.3.0 -pyasn1>=0.1.9,<0.5.0