mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
commit
79c6c4ad03
6 changed files with 18 additions and 19 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Browsing, reading and downloading eBooks using a Calibre database
|
Browsing, reading and downloading eBooks using a Calibre database
|
||||||
|
|
||||||
**Shipped version:** 0.6.13
|
**Shipped version:** 0.6.14
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Explorer, lire et télécharger des eBooks à partir d'une base de données Calibre
|
Explorer, lire et télécharger des eBooks à partir d'une base de données Calibre
|
||||||
|
|
||||||
**Version incluse :** 0.6.13
|
**Version incluse :** 0.6.14
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
SOURCE_URL=https://github.com/janeczku/calibre-web/releases/download/0.6.13/calibre-web-0.6.13.zip
|
SOURCE_URL=https://github.com/janeczku/calibre-web/releases/download/0.6.14/calibre-web-0.6.14.zip
|
||||||
SOURCE_SUM=35ddfda60cc902d325424b5deffb104b8692f26a9e9e634d4ad7d83406018050
|
SOURCE_SUM=df772c692bfa42d3d4293b531133c833b0f4d427267e784c32b4678bb5a1b753
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
|
|
|
@ -6,10 +6,10 @@
|
||||||
"en": "Browsing, reading and downloading eBooks using a Calibre database",
|
"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"
|
"fr": "Explorer, lire et télécharger des eBooks à partir d'une base de données Calibre"
|
||||||
},
|
},
|
||||||
"version": "0.96.13~ynh1",
|
"version": "0.96.14~ynh1",
|
||||||
"url": "https://github.com/janeczku/calibre-web",
|
"url": "https://github.com/janeczku/calibre-web",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"version": "0.6.13",
|
"version": "0.6.14",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"admindoc": "https://github.com/janeczku/calibre-web/wiki",
|
"admindoc": "https://github.com/janeczku/calibre-web/wiki",
|
||||||
"code": "https://github.com/janeczku/calibre-web"
|
"code": "https://github.com/janeczku/calibre-web"
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
--- a/cps/templates/admin.html 2021-05-22 14:08:46.000000000 +0200
|
--- a/cps/templates/admin.html 2021-10-31 11:31:53.000000000 +0100
|
||||||
+++ b/cps/templates/admin.html 2021-06-06 12:43:44.886680839 +0200
|
+++ b/cps/templates/admin.html 2021-11-05 19:22:28.554122091 +0100
|
||||||
@@ -184,11 +184,7 @@
|
@@ -185,12 +185,6 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
- {% if feature_support['updater'] %}
|
- {% if feature_support['updater'] %}
|
||||||
|
- <input type="hidden" name="csrf_token" value="{{ csrf_token() }}">
|
||||||
- <div class="hidden" id="update_error"> <span>{{update_error}}</span></div>
|
- <div class="hidden" id="update_error"> <span>{{update_error}}</span></div>
|
||||||
- <div class="btn btn-primary" id="check_for_update">{{_('Check for Update')}}</div>
|
- <div class="btn btn-primary" id="check_for_update">{{_('Check for Update')}}</div>
|
||||||
- <div class="btn btn-primary hidden" id="perform_update" data-toggle="modal" data-target="#StatusDialog">{{_('Perform Update')}}</div>
|
- <div class="btn btn-primary hidden" id="perform_update" data-toggle="modal" data-target="#StatusDialog">{{_('Perform Update')}}</div>
|
||||||
- {% endif %}
|
- {% endif %}
|
||||||
+
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
|
@ -1,8 +1,8 @@
|
||||||
--- a/optional-requirements.txt 2021-05-22 14:08:46.000000000 +0200
|
--- a/optional-requirements.txt 2021-10-31 11:31:53.000000000 +0100
|
||||||
+++ b/optional-requirements.txt 2021-06-06 10:47:53.012009447 +0200
|
+++ b/optional-requirements.txt 2021-11-05 19:27:25.664091168 +0100
|
||||||
@@ -1,22 +1,3 @@
|
@@ -1,21 +1,3 @@
|
||||||
-# GDrive Integration
|
-# GDrive Integration
|
||||||
-gevent>20.6.0,<21.2.0
|
-gevent>20.6.0,<22.0.0
|
||||||
-greenlet>=0.4.17,<1.2.0
|
-greenlet>=0.4.17,<1.2.0
|
||||||
-httplib2>=0.9.2,<0.20.0
|
-httplib2>=0.9.2,<0.20.0
|
||||||
-oauth2client>=4.0.0,<4.1.4
|
-oauth2client>=4.0.0,<4.1.4
|
||||||
|
@ -19,11 +19,10 @@
|
||||||
-
|
-
|
||||||
-# Gmail
|
-# Gmail
|
||||||
-google-auth-oauthlib>=0.4.3,<0.5.0
|
-google-auth-oauthlib>=0.4.3,<0.5.0
|
||||||
-
|
|
||||||
# goodreads
|
# goodreads
|
||||||
goodreads>=0.3.2,<0.4.0
|
goodreads>=0.3.2,<0.4.0
|
||||||
python-Levenshtein>=0.12.0,<0.13.0
|
@@ -25,10 +7,6 @@
|
||||||
@@ -25,10 +6,6 @@
|
|
||||||
python-ldap>=3.0.0,<3.4.0
|
python-ldap>=3.0.0,<3.4.0
|
||||||
Flask-SimpleLDAP>=1.4.0,<1.5.0
|
Flask-SimpleLDAP>=1.4.0,<1.5.0
|
||||||
|
|
||||||
|
@ -32,5 +31,5 @@
|
||||||
-SQLAlchemy-Utils>=0.33.5,<0.38.0
|
-SQLAlchemy-Utils>=0.33.5,<0.38.0
|
||||||
-
|
-
|
||||||
# extracting metadata
|
# extracting metadata
|
||||||
lxml>=3.8.0,<4.7.0
|
|
||||||
rarfile>=2.7
|
rarfile>=2.7
|
||||||
|
scholarly>=1.2.0, <1.3
|
||||||
|
|
Loading…
Add table
Reference in a new issue