GNU bug report logs - #48722
[PATCH] python-hg-evolve update to 10.3.1 for compatibility with new hg

Previous Next

Package: guix;

Reported by: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>

Date: Fri, 28 May 2021 20:29:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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 48722 in the body.
You can then email your comments to 48722 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 bug-guix <at> gnu.org:
bug#48722; Package guix. (Fri, 28 May 2021 20:29:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Fri, 28 May 2021 20:29:02 GMT) Full text and rfc822 format available.

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

From: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>
To: bug-guix <at> gnu.org
Subject: [PATCH] python-hg-evolve update to 10.3.1 for compatibility with
 new hg
Date: Fri, 28 May 2021 22:28:31 +0200
[Message part 1 (text/plain, inline)]
Hi,

The current evolve extension in Guix does not work with current hg
anymore. To reproduce:

$ echo '[extensions]
evolve=
' >> ~/.hgrc
$ guix install python-hg-evolve
$ hg 
Traceback (most recent call last):
  File "/gnu/store/2j3qrrdbnbw9x6jm00z3clc6pk4ijcz2-mercurial-5.8/lib/python3.8/site-packages/mercurial/extensions.py", line 273, in _runextsetup
    extsetup(ui)
  File "/home/arne/.guix-profile/lib/python3.8/site-packages/hgext3rd/evolve/exthelper.py", line 182, in finalextsetup
    knownexts[ext] = e.cmdtable
AttributeError: module 'hgext.strip' has no attribute 'cmdtable'
*** failed to set up extension evolve: module 'hgext.strip' has no attribute 'cmdtable'

The included patch updates python-hg-evolve to 10.3.1 which fixes the problem.

Best wishes,
Arne

[0001-gnu-python-hg-evolve-update-to-10.3.1.patch (text/x-patch, inline)]
From b4796dc8b9a0f9d8fffd44675496d1371ebd8cff Mon Sep 17 00:00:00 2001
From: Arne Babenhauserheide <arne_bab <at> web.de>
Date: Fri, 28 May 2021 22:14:39 +0200
Subject: [PATCH] gnu: python-hg-evolve update to 10.3.1

* gnu/packages/version-control.scm (python-hg-evolve): update to 10.3.1
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 80842ecf0c..cd262402c1 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1701,7 +1701,7 @@ interface.")
 (define-public python-hg-evolve
   (package
     (name "python-hg-evolve")
-    (version "10.0.1")
+    (version "10.3.1")
     (source
       (origin
         (method hg-fetch)
@@ -1711,7 +1711,7 @@ interface.")
         (file-name (string-append name "-" version "-checkout"))
         (sha256
           (base32
-            "1lz407373lfam9n02gq0l0rc2sjvn0m96kbzy93ipia3ika8fa68"))))
+            "0msnp5fp8sz4q2r5xpcmm60h82kwkyg23y212v1xfp7ixkq9f4qa"))))
     (build-system python-build-system)
     (arguments
      ;; Tests need mercurial source code.
-- 
2.31.1

[Message part 3 (text/plain, inline)]
-- 
Unpolitisch sein
heißt politisch sein
ohne es zu merken
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#48722; Package guix. (Fri, 28 May 2021 21:29:01 GMT) Full text and rfc822 format available.

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

From: Xinglu Chen <public <at> yoctocell.xyz>
To: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>, 48722 <at> debbugs.gnu.org
Subject: Re: bug#48722: [PATCH] python-hg-evolve update to 10.3.1 for
 compatibility with new hg
Date: Fri, 28 May 2021 23:28:12 +0200
[Message part 1 (text/plain, inline)]
On Fri, May 28 2021, Dr. Arne Babenhauserheide wrote:

> Hi,
>
> The current evolve extension in Guix does not work with current hg
> anymore. To reproduce:

I sent a patch for this a few days ago :)

   https://issues.guix.gnu.org/48705

BTW, you should send patches to guix-patches <at> gnu.org, not
bug-guix <at> gnu.org

[signature.asc (application/pgp-signature, inline)]

Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Wed, 02 Jun 2021 07:41:01 GMT) Full text and rfc822 format available.

Notification sent to "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>:
bug acknowledged by developer. (Wed, 02 Jun 2021 07:41:02 GMT) Full text and rfc822 format available.

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

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Xinglu Chen <public <at> yoctocell.xyz>
Cc: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>, 48722-done <at> debbugs.gnu.org
Subject: Re: bug#48722: [PATCH] python-hg-evolve update to 10.3.1 for
 compatibility with new hg
Date: Wed, 2 Jun 2021 10:39:25 +0300
[Message part 1 (text/plain, inline)]
On Fri, May 28, 2021 at 11:28:12PM +0200, Xinglu Chen wrote:
> On Fri, May 28 2021, Dr. Arne Babenhauserheide wrote:
> 
> > Hi,
> >
> > The current evolve extension in Guix does not work with current hg
> > anymore. To reproduce:
> 
> I sent a patch for this a few days ago :)
> 
>    https://issues.guix.gnu.org/48705
> 
> BTW, you should send patches to guix-patches <at> gnu.org, not
> bug-guix <at> gnu.org
> 

Xinglu's patch did arrive earlier and is now merged. It's good to see
people are making sure mercurial packages are still working :)


-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 30 Jun 2021 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 272 days ago.

Previous Next


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