From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:53791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hKJdo-0004K8-16 for guix-patches@gnu.org; Sat, 27 Apr 2019 05:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hKJdn-00074I-4d for guix-patches@gnu.org; Sat, 27 Apr 2019 05:29:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49021) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hKJdn-00074E-2D for guix-patches@gnu.org; Sat, 27 Apr 2019 05:29:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hKJdm-0000n1-UE for guix-patches@gnu.org; Sat, 27 Apr 2019 05:29:02 -0400 Subject: [bug#35447] [PATCH 0/26] Calibre: Update to 3.41.3 Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:36083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hKHk3-0001e7-9F for guix-patches@gnu.org; Sat, 27 Apr 2019 03:27:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hKHk2-0004r5-Eq for guix-patches@gnu.org; Sat, 27 Apr 2019 03:27:23 -0400 Received: from mx2.mailbox.org ([80.241.60.215]:28214) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hKHk2-0004kY-6Q for guix-patches@gnu.org; Sat, 27 Apr 2019 03:27:22 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 2A151A0183 for ; Sat, 27 Apr 2019 09:27:19 +0200 (CEST) Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter05.heinlein-hosting.de (spamfilter05.heinlein-hosting.de [80.241.56.123]) (amavisd-new, port 10030) with ESMTP id P5EsZxLcugln for ; Sat, 27 Apr 2019 09:27:07 +0200 (CEST) From: Brendan Tildesley Message-ID: Date: Sat, 27 Apr 2019 17:27:03 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35447@debbugs.gnu.org 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=C2=A0 like it may become a part of=C2=A0 beautifulsoup4 and used by Calibre in the=C2=A0 future. Calibre may begin= the slow transition to python3, or use some monstrous hybrid of both.