GNU bug report logs - #50037
[PATCH 1/2] gnu: go-github-com-zalando-go-keyring: Update to 0.1.1.

Previous Next

Package: guix-patches;

Reported by: Sarah Morgensen <iskarian <at> mgsn.dev>

Date: Fri, 13 Aug 2021 03:50:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#50037: closed ([PATCH 1/2] gnu: go-github-com-zalando-go-keyring:
 Update to 0.1.1.)
Date: Tue, 03 Sep 2024 10:17:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 03 Sep 2024 11:14:18 +0100
with message-id <87wmjtxcw5.fsf <at> gmail.com>
and subject line [PATCH 1/2] gnu: go-github-com-zalando-go-keyring: Update to 0.1.1.
has caused the debbugs.gnu.org bug report #50037,
regarding [PATCH 1/2] gnu: go-github-com-zalando-go-keyring: Update to 0.1.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
50037: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=50037
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sarah Morgensen <iskarian <at> mgsn.dev>
To: guix-patches <at> gnu.org
Subject: [PATCH 1/2] gnu: go-github-com-zalando-go-keyring: Update to 0.1.1.
Date: Thu, 12 Aug 2021 20:48:54 -0700
The import path for godbus-dbus-v5 changed, so update it with the
corresponding update for its only dependent.  (Chezmoi only depends on
godbus-dbus-v5 through this package.)

* gnu/packages/golang.scm (go-github-com-zalando-go-keyring): Update to
0.1.1.
(go-github-com-godbus-dbus-v5)[arguments]: Use correct import-path.
---
This depends on the go-github-com-godbus-dbus -> go-github-com-godbus-dbus-v5
rename in #50035.  I didn't want to hide this update in the patchset, though.
I've also propagated an input that should have been.

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

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 28ead635f2..3722e48552 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7445,7 +7445,7 @@ and @code{ioutil} packages that is easy to test.")
                 "0znax8kskb5gmp5fj75w56bc9p7b22wrdswzlh4d04sprlc471yi"))))
     (build-system go-build-system)
     (arguments
-     `(#:import-path "github.com/godbus/dbus"
+     `(#:import-path "github.com/godbus/dbus/v5"
        #:phases
        (modify-phases %standard-phases
          (replace 'check
@@ -7463,7 +7463,7 @@ bindings for the D-Bus message bus system.")
 (define-public go-github-com-zalando-go-keyring
   (package
     (name "go-github-com-zalando-go-keyring")
-    (version "0.1.0")
+    (version "0.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7472,7 +7472,7 @@ bindings for the D-Bus message bus system.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0kj54nkiyccy6m9iy9a53f6412a54xk96j88jaiq35yzdgfa4z3p"))))
+                "1wqv6d5b3bc7ymkarp761ivbq71q5a6cc9a27dk3gf772k9in0jf"))))
     (build-system go-build-system)
     (arguments
      `(#:tests? #f ;XXX: Fix dbus tests

base-commit: d87d6d68128c53a95fe09c3a4381575646c0f368
prerequisite-patch-id: 1f54f3d65c26fb7f2f39078e074b863fa65cc6cb
prerequisite-patch-id: ea7dd7cdb43fc04fa7b2962cd3b4687b67c2ae6d
prerequisite-patch-id: d30707c981be14dacef30da2b4994ce64e174ac6
-- 
2.31.1



[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 50037-done <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: go-github-com-zalando-go-keyring: Update to 0.1.1.
Date: Tue, 03 Sep 2024 11:14:18 +0100
[Message part 4 (text/plain, inline)]
Hi,

This patch series was used as base for:

- fa7de86cfc * gnu: go-github-com-zalando-go-keyring: Enable tests.
- 669dc9d906 * gnu: go-github-com-zalando-go-keyring: Update to 0.2.5.
- 7573464ede * gnu: go-github-com-gsterjov-go-libsecret: Improve package style.
- c32ae37272 * gnu: go-github-com-gsterjov-go-libsecret: Update to 0.0.0-20161001094733-a6f4afe4910c.
- d567987426 * gnu: go-github-com-godbus-dbus: Enable tests.
- 5bb0d4b0d6 * gnu: Add go-github-com-godbus-dbus-v5.

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

This bug report was last modified 259 days ago.

Previous Next


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