From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 27 05:28:25 2019 Received: (at submit) by debbugs.gnu.org; 27 Apr 2019 09:28:25 +0000 Received: from localhost ([127.0.0.1]:34325 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hKJdA-0000lV-Eu for submit@debbugs.gnu.org; Sat, 27 Apr 2019 05:28:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hKHk9-0006L1-Hf for submit@debbugs.gnu.org; Sat, 27 Apr 2019 03:27:30 -0400 Received: from lists.gnu.org ([209.51.188.17]:46877) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hKHk4-0004tJ-8y for submit@debbugs.gnu.org; Sat, 27 Apr 2019 03:27:24 -0400 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 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 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) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1556350039; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references; bh=B+f4Qi7j257jOWAVY1wG8sTNzwGV7H8lm+33OWtdF1A=; b=DGmRw/oad9ggvcwFT/u0DdeXk3BaUH2+OLwiNiYeh97a0IDl4T+PSFhSpJGRdMdFMnbch3 13VS4kDa26wvaHaJuNDG0JZ2tK7ZvVNTUPFDmo4RNCAxYo1Vbk4Q3xKmZXzhqjpX6fOToU TZh6Od1Rh4AiNIP1RGSOHnQCjhyBDHHFbAC9lnWYpkKJUZ2f4UAboFPlGAEFryZdtFAmHm cQKdPmNlqM6NjrXKv1RdOErEe/aOh8CIPQH1SGD14k4AzsykykLW8rPnyp/eQXqRTFfGiL Oq+jXPp468Nv/15/ew9pKqCL0K3BycEElUF3oRGBMhLorwZYcm0Z1czO3utVxg== 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) To: guix-patches@gnu.org From: Brendan Tildesley Subject: [PATCH 0/26] Calibre: Update to 3.41.3 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 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 80.241.60.215 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 27 Apr 2019 05:28:22 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) 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. From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 27 05:39:10 2019 Received: (at 35447-close) by debbugs.gnu.org; 27 Apr 2019 09:39:10 +0000 Received: from localhost ([127.0.0.1]:34453 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hKJnZ-0001BJ-UV for submit@debbugs.gnu.org; Sat, 27 Apr 2019 05:39:10 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:44166) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hKJnY-0001AE-FJ for 35447-close@debbugs.gnu.org; Sat, 27 Apr 2019 05:39:09 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 0E2884CC69 for <35447-close@debbugs.gnu.org>; Sat, 27 Apr 2019 11:39:03 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1556357942; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references; bh=fef/ISZYRHsdTUaQWjNAL1DrPOzbAHOHOM1KRxrmtnI=; b=uBfGTRvv13sNI0mxnx/xyQgUP6JmYJQAUnwRcidaEXHVTcFnm8pqelVZMB0wJKxU835pEx 1i9eQX2gUsogpiGZAHPCOYo4Y4/dMrkmoJKyYyHqA9UjZ9X/CiwnI8hOcxTneu8NpNs6XQ tmWhzRdKo0yscIDHQbdhJjhdosIb1NYYAczAEOaUsr0ePA5Qor0Xzzqrn9KVosWlgyI0VN g+oPMCkvTlZd3R7gbkFehBP8lKqL4HrZvc9I1l0dZu5RQaVKdDvwKd6HG2xoBvi9RuySd9 iicroGF9i1wfN0YdByVX+FM4tve2KsWez+/GBkjeKMSjtydQYwjYNjnYSZ1Q+g== Received: from smtp1.mailbox.org ([80.241.60.240]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id pjN5S6B3fis7 for <35447-close@debbugs.gnu.org>; Sat, 27 Apr 2019 11:38:55 +0200 (CEST) To: 35447-close@debbugs.gnu.org From: Brendan Tildesley Subject: Closing duplicate Message-ID: Date: Sat, 27 Apr 2019 19:38:51 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-AU X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 35447-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Closing duplicate. From unknown Sat Jun 21 03:28:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 25 May 2019 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator