GNU bug report logs - #68295
[PATCH] gnu: txt2tags: Update to 3.9.

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Sat, 6 Jan 2024 19:32:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68295 in the body.
You can then email your comments to 68295 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#68295; Package guix-patches. (Sat, 06 Jan 2024 19:32:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to kiasoc5 <kiasoc5 <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 06 Jan 2024 19:32:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: kiasoc5 <kiasoc5 <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH] gnu: txt2tags: Update to 3.9.
Date: Sat,  6 Jan 2024 14:28:30 -0500
* 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





Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Sun, 07 Jan 2024 18:52:02 GMT) Full text and rfc822 format available.

Notification sent to kiasoc5 <kiasoc5 <at> disroot.org>:
bug acknowledged by developer. (Sun, 07 Jan 2024 18:52:02 GMT) Full text and rfc822 format available.

Message #10 received at 68295-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: kiasoc5 <kiasoc5 <at> disroot.org>
Cc: 68295-done <at> debbugs.gnu.org
Subject: Re: [bug#68295] [PATCH] gnu: txt2tags: Update to 3.9.
Date: Sun, 07 Jan 2024 19:51:01 +0100
> [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




Information forwarded to guix-patches <at> gnu.org:
bug#68295; Package guix-patches. (Sun, 07 Jan 2024 20:12:01 GMT) Full text and rfc822 format available.

Message #13 received at 68295-done <at> debbugs.gnu.org (full text, mbox):

From: kiasoc5 <kiasoc5 <at> disroot.org>
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: 68295-done <at> debbugs.gnu.org
Subject: Re: [bug#68295] [PATCH] gnu: txt2tags: Update to 3.9.
Date: Sun, 7 Jan 2024 15:11:13 -0500
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.





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 05 Feb 2024 12:24:16 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 228 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.