GNU bug report logs - #76062
[PATCH 0/2] Update magit to 4.3.0

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Tue, 4 Feb 2025 22:35:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

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 76062 in the body.
You can then email your comments to 76062 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 andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#76062; Package guix-patches. (Tue, 04 Feb 2025 22:35:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ashish.is <at> lostca.se:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Tue, 04 Feb 2025 22:35:02 GMT) Full text and rfc822 format available.

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

From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH 0/2] Update magit to 4.3.0
Date: Tue,  4 Feb 2025 23:33:33 +0100
From: Ashish SHUKLA <ashish.is <at> lostca.se>

This patch series updates magit to 4.3.0, along with the dependencies.

Ashish SHUKLA (2):
  gnu: emacs-llama: Update to 0.6.0.
  gnu: emacs-magit: Update to 4.3.0.

 gnu/packages/emacs-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


base-commit: 5a897c5c95a81278b044c18d962d3bd83131ba06
-- 
2.48.1





Information forwarded to andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#76062; Package guix-patches. (Tue, 04 Feb 2025 22:37:02 GMT) Full text and rfc822 format available.

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

From: ashish.is <at> lostca.se
To: 76062 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH 2/2] gnu: emacs-magit: Update to 4.3.0.
Date: Tue,  4 Feb 2025 22:35:58 +0000
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 4.3.0.

Change-Id: I7a7f24c066b01ceee24f9638f85105d4dc7827a6
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0afef8ac9e..bfb5752319 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1823,7 +1823,7 @@ (define-public emacs-llm
 (define-public emacs-magit
   (package
     (name "emacs-magit")
-    (version "4.2.0")
+    (version "4.3.0")
     (source
      (origin
        (method git-fetch)
@@ -1832,7 +1832,7 @@ (define-public emacs-magit
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0zmrd6xlrvlr0i1a75xwlknmyx4hvpfxaqjkl61n12gd8598ji1j"))))
+        (base32 "1xz68154qmik4xs3ldl1gv87rb3famgd73k0174xbsr48d40ccyg"))))
     (build-system emacs-build-system)
     (arguments
      (list
@@ -1897,7 +1897,7 @@ (define-public emacs-magit
     (propagated-inputs
      ;; Note: the 'git-commit' and 'magit-section' dependencies are part of
      ;; magit itself.
-     (list emacs-compat emacs-dash emacs-transient emacs-with-editor))
+     (list emacs-compat emacs-dash emacs-transient emacs-with-editor emacs-llama))
     (home-page "https://magit.vc/")
     (synopsis "Emacs interface for the Git version control system")
     (description
-- 
2.48.1





Information forwarded to andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#76062; Package guix-patches. (Tue, 04 Feb 2025 22:37:02 GMT) Full text and rfc822 format available.

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

From: ashish.is <at> lostca.se
To: 76062 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH 1/2] gnu: emacs-llama: Update to 0.6.0.
Date: Tue,  4 Feb 2025 22:35:57 +0000
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/emacs-xyz.scm (emacs-llama): Update to 0.6.0.

Change-Id: I713ffb3549edc8325d19e31e90f2a06b678ea0b6
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e50622195b..0afef8ac9e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1771,7 +1771,7 @@ (define-public emacs-libgit
 (define-public emacs-llama
   (package
     (name "emacs-llama")
-    (version "0.5.0")
+    (version "0.6.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1780,7 +1780,7 @@ (define-public emacs-llama
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1zb3iqb1nks2y9i1033x4pa0kb7nb4jqwrcrkqrsq3w612213hkd"))))
+                "0f2v1fw5iahlh0ypbwxfpav48h43h0zqqmicgs2hg7r251ss2j8j"))))
     (build-system emacs-build-system)
     (arguments
      (list #:tests? #true
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#76062; Package guix-patches. (Wed, 05 Feb 2025 07:51:01 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: GNU bug tracker automated control server <control <at> debbugs.gnu.org>
Cc: ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com,
 andrew <at> trop.in, 76062 <at> debbugs.gnu.org, ashish.is <at> lostca.se,
 divya <at> subvertising.org
Subject: control message for bug #76062
Date: Wed, 05 Feb 2025 08:50:28 +0100
[Message part 1 (text/plain, inline)]
user guix
usertag 76062 + waiting-on-contributor
thanks

Guix QA review form submission:

Magit doesn’t depend on dash anymore, see:

    https://github.com/magit/magit/blob/main/CHANGELOG#L60

Could you remove it from propagated inputs array ?

Thanks !

--
Cayetano Santos
GnuPG Key:   https://meta.sr.ht/~csantosb.pgp
FingerPrint: CCB8 1842 F9D7 058E CD67 377A BF5C DF4D F6BF 6682
[signature.asc (application/pgp-signature, inline)]

Information forwarded to andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#76062; Package guix-patches. (Wed, 05 Feb 2025 09:15:01 GMT) Full text and rfc822 format available.

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

From: ashish.is <at> lostca.se
To: 76062 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH v2 1/2] gnu: emacs-llama: Update to 0.6.0.
Date: Wed,  5 Feb 2025 10:14:30 +0100
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/emacs-xyz.scm (emacs-llama): Update to 0.6.0.

Change-Id: I713ffb3549edc8325d19e31e90f2a06b678ea0b6
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e50622195b..0afef8ac9e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1771,7 +1771,7 @@ (define-public emacs-libgit
 (define-public emacs-llama
   (package
     (name "emacs-llama")
-    (version "0.5.0")
+    (version "0.6.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1780,7 +1780,7 @@ (define-public emacs-llama
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1zb3iqb1nks2y9i1033x4pa0kb7nb4jqwrcrkqrsq3w612213hkd"))))
+                "0f2v1fw5iahlh0ypbwxfpav48h43h0zqqmicgs2hg7r251ss2j8j"))))
     (build-system emacs-build-system)
     (arguments
      (list #:tests? #true

base-commit: 5a897c5c95a81278b044c18d962d3bd83131ba06
-- 
2.48.1





Information forwarded to andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#76062; Package guix-patches. (Wed, 05 Feb 2025 09:16:02 GMT) Full text and rfc822 format available.

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

From: ashish.is <at> lostca.se
To: 76062 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH v2 2/2] gnu: emacs-magit: Update to 4.3.0.
Date: Wed,  5 Feb 2025 10:14:32 +0100
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 4.3.0.
[propagated-inputs]: Add emacs-llama, and remove emacs-dash.

Change-Id: I7a7f24c066b01ceee24f9638f85105d4dc7827a6
---
Hi,

Thanks for the review. I've also updated the commit message which did not meet standards.

 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0afef8ac9e..78d12787d5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1823,7 +1823,7 @@ (define-public emacs-llm
 (define-public emacs-magit
   (package
     (name "emacs-magit")
-    (version "4.2.0")
+    (version "4.3.0")
     (source
      (origin
        (method git-fetch)
@@ -1832,7 +1832,7 @@ (define-public emacs-magit
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0zmrd6xlrvlr0i1a75xwlknmyx4hvpfxaqjkl61n12gd8598ji1j"))))
+        (base32 "1xz68154qmik4xs3ldl1gv87rb3famgd73k0174xbsr48d40ccyg"))))
     (build-system emacs-build-system)
     (arguments
      (list
@@ -1897,7 +1897,7 @@ (define-public emacs-magit
     (propagated-inputs
      ;; Note: the 'git-commit' and 'magit-section' dependencies are part of
      ;; magit itself.
-     (list emacs-compat emacs-dash emacs-transient emacs-with-editor))
+     (list emacs-compat emacs-transient emacs-with-editor emacs-llama))
     (home-page "https://magit.vc/")
     (synopsis "Emacs interface for the Git version control system")
     (description
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#76062; Package guix-patches. (Wed, 05 Feb 2025 15:59:02 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: GNU bug tracker automated control server <control <at> debbugs.gnu.org>
Cc: ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com,
 andrew <at> trop.in, 76062 <at> debbugs.gnu.org, ashish.is <at> lostca.se,
 divya <at> subvertising.org
Subject: control message for bug #76062
Date: Wed, 05 Feb 2025 16:58:47 +0100
[Message part 1 (text/plain, inline)]
user guix
usertag 76062 + reviewed-looks-good
thanks

Guix QA review form submission:

Items marked as checked:

- Commit messages
- Package builds
- Lint warnings
- Package tests
- List dependent packages build

  package emacs-magit-stgit cannot build after this patch, but problem
  comes from upstream repository, which needs to be updated

--
Cayetano Santos
.
gpg: CCB8 1842 F9D7 058E CD67 377A BF5C DF4D F6BF 6682
key: meta.sr.ht/~csantosb.pgp
[signature.asc (application/pgp-signature, inline)]

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Sat, 08 Feb 2025 15:14:02 GMT) Full text and rfc822 format available.

Notification sent to ashish.is <at> lostca.se:
bug acknowledged by developer. (Sat, 08 Feb 2025 15:14:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: ashish.is <at> lostca.se
Cc: Cayetano Santos <csantosb <at> inventati.org>, Ian Eure <ian <at> retrospec.tv>,
 Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>, 76062-done <at> debbugs.gnu.org,
 Divya Ranjan Pattanaik <divya <at> subvertising.org>
Subject: Re: [bug#76062] [PATCH v2 2/2] gnu: emacs-magit: Update to 4.3.0.
Date: Sun, 09 Feb 2025 00:12:40 +0900
Hi,

ashish.is <at> lostca.se writes:

> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 4.3.0.
> [propagated-inputs]: Add emacs-llama, and remove emacs-dash.

Series applied!  Thanks to Cayetano for the review.

-- 
Thanks,
Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 09 Mar 2025 11:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 99 days ago.

Previous Next


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