mbox

[bug#35446,0/26] Calibre: Update to 3.41.3

Message ID e59625f0-7f65-fcba-ea01-28d8bcc9bcae@brendan.scot
Headers show

Message

Brendan Tildesley April 27, 2019, 6:36 a.m. UTC
This patch series brings Calibre up to date, installs desktop files and
enables most tests. There are still 3 tests that fail. Qt test, loading
sqlite, and loading soupsieve. I'm not sure if there are any actual bugs
behind these test failures. I'd greatly appreciate if someone with
python experience could get to the bottom of them. Soupsieve isn't
actually used yet but it looks  like it may become a part of 
beautifulsoup4 and used by Calibre in the  future. Calibre may begin the
slow transition to python3, or use some monstrous hybrid of both.

Comments

Andreas Enge May 3, 2019, 11:22 a.m. UTC | #1
Hello Brendan,

On Sat, Apr 27, 2019 at 04:36:35PM +1000, Brendan Tildesley wrote:
> This patch series brings Calibre up to date, installs desktop files and
> enables most tests.

thanks for these comprehensive patches, although their sheer number is a bit
discouraging :)  So I will just start reviewing them at the beginning,
without guaranteeing that I will keep up until the end.

Concerning the first one, I counted and indeed we have 384 occurrences
of "l:" and 7715 of "license:". So it makes sense to switch. However,
I think we should mention all concerned packages in the git commit message.
So I will modify the patch and push it accordingly.

Andreas