Package Details: calibre-web 0.6.22-4

Git Clone URL: https://aur.archlinux.org/calibre-web.git (read-only, click to copy)
Package Base: calibre-web
Description: Web app for browsing, reading and downloading eBooks stored in a Calibre database
Upstream URL: https://github.com/janeczku/calibre-web
Licenses: GPL3
Provides: calibre-web
Submitter: fryfrog
Maintainer: fryfrog (plenaerts)
Last Packager: fryfrog
Votes: 2
Popularity: 0.000088
First Submitted: 2021-11-29 04:13 (UTC)
Last Updated: 2024-07-10 21:33 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

fryfrog commented on 2024-07-10 22:38 (UTC)

To switch from python-pypdf2 to python-pypdf, you'll probably need to pacman -Rdd python-pypdf2 before you update calibre-web.

Thanks for the suggestion @maryanoo.

maryanoo commented on 2024-07-10 05:43 (UTC)

Can we just drop ‘python-pypdf2’ from dependencies? Or change to python-pypdf? The official dependencies list ‘pypdf > 3.00’, and ‘pypdf2’ in the AUR repository has been updated to version 4.2. Therefore, there is no point in keeping this version.

CultofRobots commented on 2024-07-09 10:41 (UTC)

Per the github release page,

"!Attention! For this update regex, bleach and python-magic has to be installed !Attention!"

You've already added python-bleach, but python-regex and python-magic should be added to the dependencies as well. https://github.com/janeczku/calibre-web/releases/tag/0.6.22

BrainDamage commented on 2024-07-09 06:19 (UTC)

this package needs python-regex as dependency, or it fails at runtime with

cps.py[42169]: *** Cannot import regex module, it is needed to run calibre-web, please install it using "pip install regex" ***

cotsuka commented on 2024-07-08 16:32 (UTC)

Looks like python-bleach should now be a dependency.

cotsuka commented on 2024-05-26 23:13 (UTC)

@fryfrog I rebuilt python-pypdf2 and metadata editing seems to be working again. Oddly, I've reconfirmed python-sqlalchemy is installed but I'm still seeing the error message, although there doesn't seem to be any issues.

luciferin commented on 2024-05-25 12:17 (UTC) (edited on 2024-05-25 12:33 (UTC) by luciferin)

Is anyone else seeing these errors after the python3.12 upgrade?

[edit] disregard, I had an outdated version of python-pyzstd provided by the x86-64-v3 repo I was using.

fryfrog commented on 2024-05-24 16:33 (UTC)

@cotsuka: Yours says pypdf and sqlalchemy are missing, but they are depends already, maybe you need to rebuild them? Arch doesn't really have a way to use older versions in a reasonable way. Maybe a Docker image makes more sense?

cotsuka commented on 2024-05-24 14:29 (UTC)

I'm starting to see errors editing the "Description" metadata on certain books/PDFs. If I ensure dependencies are properly installed with their version constraints, then this seems to go away. Here's what I'm seeing in the logs:

[2024-05-23 09:41:26,772]  INFO {cps:168} *** "Flask-Babel" version does not meet the requirements. Should: <3.2.0, Found: 4.0.0, please consider installing required version ***
[2024-05-23 09:41:26,772]  INFO {cps:168} *** "Flask-Login" version does not meet the requirements. Should: <0.6.3, Found: 0.6.3, please consider installing required version ***
[2024-05-23 09:41:26,772]  INFO {cps:168} *** "PyPDF" version does not meet the requirements. Should: available, Found: Not available, please consider installing required version ***
[2024-05-23 09:41:26,772]  INFO {cps:168} *** "requests" version does not meet the requirements. Should: <2.32.0, Found: 2.32.2, please consider installing required version ***
[2024-05-23 09:41:26,772]  INFO {cps:168} *** "SQLAlchemy" version does not meet the requirements. Should: available, Found: Not available, please consider installing required version ***
[2024-05-23 09:41:26,772]  INFO {cps:168} *** "tornado" version does not meet the requirements. Should: <6.4, Found: 6.4, please consider installing required version ***
[2024-05-23 09:41:26,772]  INFO {cps:168} *** "lxml" version does not meet the requirements. Should: <5.0.0, Found: 5.2.2, please consider installing required version ***
[2024-05-23 09:41:26,772]  INFO {cps:168} *** "flask-wtf" version does not meet the requirements. Should: <1.2.0, Found: 1.2.1, please consider installing required version ***
[2024-05-23 09:41:26,772]  INFO {cps:168} *** "chardet" version does not meet the requirements. Should: <4.1.0, Found: 5.2.0, please consider installing required version ***
[2024-05-23 09:41:26,772]  INFO {cps:168} *** "Flask-Limiter" version does not meet the requirements. Should: <3.5.0, Found: 3.7.0, please consider installing required version ***
[2024-05-23 09:41:26,772]  INFO {cps:168} *** "gevent" version does not meet the requirements. Should: <24.0.0, Found: 24.2.1, please consider installing required version ***
[2024-05-23 09:41:26,772]  INFO {cps:168} *** "greenlet" version does not meet the requirements. Should: <2.1.0, Found: 3.0.3, please consider installing required version ***
[2024-05-23 09:41:26,772]  INFO {cps:168} *** "python-dateutil" version does not meet the requirements. Should: <2.9.0, Found: 2.9.0, please consider installing required version ***
[2024-05-23 09:41:26,772]  INFO {cps:168} *** "py7zr" version does not meet the requirements. Should: <0.21.0, Found: 0.21.0, please consider installing required version ***
[2024-05-23 09:41:26,772]  INFO {cps:168} *** "jsonschema" version does not meet the requirements. Should: <4.20.0, Found: 4.21.1, please consider installing required version ***

fryfrog commented on 2024-02-13 17:45 (UTC)

@latipun, thanks for the report. Added!