From unknown Thu Aug 21 14:54:39 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#42556 <42556@debbugs.gnu.org> To: bug#42556 <42556@debbugs.gnu.org> Subject: Status: [PATCH] gnu: csvkit: Add missing input. Reply-To: bug#42556 <42556@debbugs.gnu.org> Date: Thu, 21 Aug 2025 21:54:39 +0000 retitle 42556 [PATCH] gnu: csvkit: Add missing input. reassign 42556 guix-patches submitter 42556 Tanguy Le Carrour severity 42556 normal tag 42556 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 27 06:52:36 2020 Received: (at submit) by debbugs.gnu.org; 27 Jul 2020 10:52:36 +0000 Received: from localhost ([127.0.0.1]:54167 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k00kF-0004Jf-Nw for submit@debbugs.gnu.org; Mon, 27 Jul 2020 06:52:35 -0400 Received: from lists.gnu.org ([209.51.188.17]:48434) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k00kC-0004JW-DC for submit@debbugs.gnu.org; Mon, 27 Jul 2020 06:52:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45018) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k00kC-0002AL-5e for guix-patches@gnu.org; Mon, 27 Jul 2020 06:52:32 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:48593) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k00k9-0003JF-73 for guix-patches@gnu.org; Mon, 27 Jul 2020 06:52:31 -0400 X-Originating-IP: 176.185.184.238 Received: from localhost.localdomain (static-176-185-184-238.ftth.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 1A7861C000A; Mon, 27 Jul 2020 10:52:25 +0000 (UTC) From: Tanguy Le Carrour To: guix-patches@gnu.org Subject: [PATCH] gnu: csvkit: Add missing input. Date: Mon, 27 Jul 2020 12:51:54 +0200 Message-Id: <20200727105154.29052-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=217.70.183.197; envelope-from=tanguy@bioneland.org; helo=relay5-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/27 06:52:26 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -35 X-Spam_score: -3.6 X-Spam_bar: --- X-Spam_report: (-3.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Tanguy Le Carrour 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: -3.3 (---) * gnu/packages/wireservice.scm (csvkit)[inputs]: Add python-text-unidecode. --- gnu/packages/wireservice.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/wireservice.scm b/gnu/packages/wireservice.scm index e3bfe8d478..9451e24d33 100644 --- a/gnu/packages/wireservice.scm +++ b/gnu/packages/wireservice.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2019 Pierre Langlois ;;; Copyright © 2020 Tobias Geerinckx-Rice +;;; Copyright © 2020 Tanguy Le Carrour ;;; ;;; This file is part of GNU Guix. ;;; @@ -215,7 +216,8 @@ for xls and xlsx files support to all @code{agate.Table} instances."))) `(("python-agate-dbf" ,python-agate-dbf) ("python-agate-excel" ,python-agate-excel) ("python-agate-sql" ,python-agate-sql) - ("python-six" ,python-six))) + ("python-six" ,python-six) + ("python-text-unidecode" ,python-text-unidecode))) (arguments `(#:phases (modify-phases %standard-phases -- 2.27.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 27 07:00:03 2020 Received: (at 42556) by debbugs.gnu.org; 27 Jul 2020 11:00:03 +0000 Received: from localhost ([127.0.0.1]:54182 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k00rS-0004Va-3P for submit@debbugs.gnu.org; Mon, 27 Jul 2020 07:00:03 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:34871) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k00rQ-0004Uz-0F for 42556@debbugs.gnu.org; Mon, 27 Jul 2020 07:00:01 -0400 Received: from localhost (static-176-185-184-238.axione.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 5821524000B for <42556@debbugs.gnu.org>; Mon, 27 Jul 2020 10:59:53 +0000 (UTC) Date: Mon, 27 Jul 2020 12:59:52 +0200 From: Tanguy Le Carrour To: 42556@debbugs.gnu.org Subject: Re: bug#42556: Acknowledgement ([PATCH] gnu: csvkit: Add missing input.) Message-ID: <20200727105952.4kw5xjtbmfill6xp@melmoth> References: <20200727105154.29052-1-tanguy@bioneland.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42556 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 (-) I forgot to mention "why" this patch… `csvkit` will be broken when the patch #42511 is integrated. This is a side effect of the update of `python-slugify`. -- Tanguy From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 27 15:58:46 2020 Received: (at 42556-done) by debbugs.gnu.org; 27 Jul 2020 19:58:46 +0000 Received: from localhost ([127.0.0.1]:55729 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k09Go-0003Hi-KO for submit@debbugs.gnu.org; Mon, 27 Jul 2020 15:58:46 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:41797) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k09Gl-0003HR-O2 for 42556-done@debbugs.gnu.org; Mon, 27 Jul 2020 15:58:45 -0400 X-Originating-IP: 176.185.184.238 Received: from localhost (static-176-185-184-238.axione.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 13E88C0008 for <42556-done@debbugs.gnu.org>; Mon, 27 Jul 2020 19:58:36 +0000 (UTC) Date: Mon, 27 Jul 2020 21:58:36 +0200 From: Tanguy Le Carrour To: 42556-done@debbugs.gnu.org Subject: [PATCH] gnu: csvkit: Add missing input. Message-ID: <20200727195836.kka2s5scgbdxvruu@melmoth> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42556-done 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 (-) Actually, I figured out (yes, I can be a bit slow) that it would make more sense to have this patch in the same set as the patch that introduces the problem: #42511. Sorry for the noise! -- Tanguy From unknown Thu Aug 21 14:54:39 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 25 Aug 2020 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