From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 06 14:31:10 2024 Received: (at submit) by debbugs.gnu.org; 6 Jan 2024 19:31:10 +0000 Received: from localhost ([127.0.0.1]:60312 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rMCNx-0006Jn-P8 for submit@debbugs.gnu.org; Sat, 06 Jan 2024 14:31:10 -0500 Received: from lists.gnu.org ([2001:470:142::17]:60516) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rMCNv-000670-B3 for submit@debbugs.gnu.org; Sat, 06 Jan 2024 14:31:08 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rMCNj-0004KR-Ot for guix-patches@gnu.org; Sat, 06 Jan 2024 14:30:56 -0500 Received: from pool-108-28-253-132.washdc.fios.verizon.net ([108.28.253.132] helo=localhost.localdomain) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rMCNe-0000Op-JM for guix-patches@gnu.org; Sat, 06 Jan 2024 14:30:52 -0500 Received: from brainstorm (uid 1000) (envelope-from brainstorm@localhost.localdomain) id 4247e9 by localhost.localdomain (DragonFly Mail Agent v0.13); Sat, 06 Jan 2024 14:28:35 -0500 From: kiasoc5 To: guix-patches@gnu.org Subject: [PATCH] gnu: txt2tags: Update to 3.9. Date: Sat, 6 Jan 2024 14:28:30 -0500 Message-Id: <20240106192830.600148-1-kiasoc5@disroot.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=108.28.253.132; envelope-from=brainstorm@localhost.localdomain; helo=localhost.localdomain X-Spam_score_int: 37 X-Spam_score: 3.7 X-Spam_bar: +++ X-Spam_report: (3.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.248, KHOP_HELO_FCRDNS=0.001, NO_DNS_FOR_FROM=0.001, RCVD_IN_PBL=3.335, RCVD_IN_SORBS_DUL=0.001, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_NONE=0.001, TVD_SUBJ_NUM_OBFU_MINFP=1, T_SCC_BODY_TEXT_LINE=-0.01, UNPARSEABLE_RELAY=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.6 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/textutils.scm (txt2tags): Update to 3.9. [native-inputs]: Remove python-tox. Change-Id: Ia825f5807c87941504feffdb317594f5b1fa62ef --- gnu/packages/textutils.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.4 NO_DNS_FOR_FROM DNS: Envelope sender has no MX or A DNS records 0.0 SPF_NONE SPF: sender does not publish an SPF Record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 T_SCC_BODY_TEXT_LINE No description available. 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines 1.0 TVD_SUBJ_NUM_OBFU_MINFP No description available. X-Debbugs-Envelope-To: submit Cc: kiasoc5 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: -0.4 (/) * gnu/packages/textutils.scm (txt2tags): Update to 3.9. [native-inputs]: Remove python-tox. Change-Id: Ia825f5807c87941504feffdb317594f5b1fa62ef --- gnu/packages/textutils.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index ea182b1925..91ba616087 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -996,15 +996,15 @@ (define-public python-editdistance (define-public txt2tags (package (name "txt2tags") - (version "3.7") + (version "3.9") (source (origin (method url-fetch) (uri (pypi-uri "txt2tags" version)) (sha256 (base32 - "12hpnvdy7dgarq6ini9jp7dp2zcmvpax04zbl3jb84kd423r75i7")))) + "0ik7gpr3gymgxnj0p86k8768kyxncbncv93zq67sbak3dbdl8hky")))) (build-system python-build-system) - (native-inputs (list python-tox)) + (native-inputs (list)) (home-page "https://txt2tags.org") (synopsis "Convert between markup languages") (description base-commit: c0e21e523d93081153a2ffc91e5a9f06afe62b91 -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 07 13:51:19 2024 Received: (at 68295-done) by debbugs.gnu.org; 7 Jan 2024 18:51:19 +0000 Received: from localhost ([127.0.0.1]:33840 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rMYEw-00085n-HV for submit@debbugs.gnu.org; Sun, 07 Jan 2024 13:51:19 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:44102) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rMYEu-00085a-Dc for 68295-done@debbugs.gnu.org; Sun, 07 Jan 2024 13:51:17 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rMYEi-0002Ve-4n; Sun, 07 Jan 2024 13:51:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=MqsHnMvRpkokQpFh3ntAts0k1paEb/aZr2lgy42DFcU=; b=MQ76yFx9xwb/i6nlp0tm l/ibNtZY2iLCclCvy6O9yU19I9RgSGuBWm1f10f+JMyUq/b5cpdAjFBcWiN/xIXiuWnuHtWH68Gmg DEi/ko00CzFAUbAyqL7K+qgtOCxzyUg/f8/Et1CpedVh9mozLfnZp/8GaiJEKkp5b2pUx0pMI6mtm Ar81syQBCNN0B/SqLgAefAVnhVgPONHbK+D3SoXWnUzIsx7bMmz90MEjuMYIwZrgWD/yJMikZawf3 CnlV+jwHs5b7X7Wtqsmrg2SPpzDUDNrOHNGDqfGYifvde9+pg7TxBAL0pNQBbWGS6JX99S9sMctZp R2HyT8ObobVAiQ==; From: Mathieu Othacehe To: kiasoc5 Subject: Re: [bug#68295] [PATCH] gnu: txt2tags: Update to 3.9. In-Reply-To: <20240106192830.600148-1-kiasoc5@disroot.org> (kiasoc5@disroot.org's message of "Sat, 6 Jan 2024 14:28:30 -0500") References: <20240106192830.600148-1-kiasoc5@disroot.org> Date: Sun, 07 Jan 2024 19:51:01 +0100 Message-ID: <878r51rn8q.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 68295-done Cc: 68295-done@debbugs.gnu.org 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 (---) > [native-inputs]: Remove python-tox. I restored that native-inputs, otherwise I have the following failure: --8<---------------cut here---------------start------------->8--- ERROR: No matching distribution found for tox error: Command '['/gnu/store/375350pi1l1izgnx6dnsqmg4xjyprx8q-python-wrapper-3.10.7/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/guix-build-txt2tags-3.9.drv-0/tmpohrsiiyw', '--quiet', 'tox']' returned non-zero exit status 1. error: in phase 'check': uncaught exception: %exception #<&invoke-error program: "python" arguments: ("-c" "import setuptools, tokenize;__file__='setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\\r\\n', '\\n');f.close();exec(compile(code, __file__, 'exec'))" "test") exit-status: 1 term-signal: #f stop-signal: #f> phase `check' failed after 8.1 seconds command "python" "-c" "import setuptools, tokenize;__file__='setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\\r\\n', '\\n');f.close();exec(compile(code, __file__, 'exec'))" "test" failed with status 1 builder for `/gnu/store/nlcgcbi9b0jlsbjz2cyrl5nqkd92j0ql-txt2tags-3.9.drv' failed with exit code 1 @ build-failed /gnu/store/nlcgcbi9b0jlsbjz2cyrl5nqkd92j0ql-txt2tags-3.9.drv - 1 builder for `/gnu/store/nlcgcbi9b0jlsbjz2cyrl5nqkd92j0ql-txt2tags-3.9.drv' failed with exit code 1 derivation '/gnu/store/nlcgcbi9b0jlsbjz2cyrl5nqkd92j0ql-txt2tags-3.9.drv' offloaded to '10.10.10.3' failed: build of `/gnu/store/nlcgcbi9b0jlsbjz2cyrl5nqkd92j0ql-txt2tags-3.9.drv' failed --8<---------------cut here---------------end--------------->8--- and applied. Thanks, Mathieu From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 07 15:11:27 2024 Received: (at 68295-done) by debbugs.gnu.org; 7 Jan 2024 20:11:27 +0000 Received: from localhost ([127.0.0.1]:33978 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rMZUV-0006o8-DA for submit@debbugs.gnu.org; Sun, 07 Jan 2024 15:11:27 -0500 Received: from layka.disroot.org ([178.21.23.139]:44490) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rMZUT-0006nx-54 for 68295-done@debbugs.gnu.org; Sun, 07 Jan 2024 15:11:26 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id EA32D4192C; Sun, 7 Jan 2024 21:11:17 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WpQ1QbJs-1ao; Sun, 7 Jan 2024 21:11:17 +0100 (CET) Message-ID: <744c8b74-b075-48dc-8443-ab0e7c1d5790@disroot.org> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1704658277; bh=gNzrBQ4xkWaw82LbwvtWEw7BSMPqt4vdVmKgvqGZSLo=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=KLPKJCPujgae/7Qf6/v0nAagVjPxnxRJp3hsM+2JKVGtQkW/S3QwtdvHro8g8BQn0 knPcUYSjfjW96E692ZQw8+6UxfncL1InS+quwpO/RxKtOPglhwiGaYI59SUlCjw/lV k42ek6cH73xUv3GP9vkl+/B0/6RAO/TDF/EVOD7JNH+wwkd+W5R46yWMwKhTdcgONc B63QMhRZqXhN55Ew8i4mzLMxvJ4Fvd7v+Kp6TTyPvSEO4hHEpO5tbMRjr7qnFP+SUI izIev5ggrZphSPr3OJZn+ewRB4iC+BBqprakRLXGKNq2XQpS/32y8k3be7LY76kNrC 9O+uJ2cnxQh1g== Date: Sun, 7 Jan 2024 15:11:13 -0500 MIME-Version: 1.0 Subject: Re: [bug#68295] [PATCH] gnu: txt2tags: Update to 3.9. Content-Language: en-US To: Mathieu Othacehe References: <20240106192830.600148-1-kiasoc5@disroot.org> <878r51rn8q.fsf@gnu.org> From: kiasoc5 In-Reply-To: <878r51rn8q.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68295-done Cc: 68295-done@debbugs.gnu.org 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.0 (-) On 1/7/24 13:51, Mathieu Othacehe wrote: > >> [native-inputs]: Remove python-tox. > > I restored that native-inputs, otherwise I have the following failure: Thanks! Didn't realize that guix refresh would delete the native input. From unknown Sat Sep 20 21:09:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 05 Feb 2024 12:24:16 +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