GNU bug report logs - #76361
[PATCH 0/2] gnu: go-gitlab.com-shackra-goimapnotify: Update to 2.4.

Previous Next

Package: guix-patches;

Reported by: Jussi Timperi <jussi.timperi <at> iki.fi>

Date: Mon, 17 Feb 2025 11:20:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <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 76361 in the body.
You can then email your comments to 76361 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#76361; Package guix-patches. (Mon, 17 Feb 2025 11:20:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jussi Timperi <jussi.timperi <at> iki.fi>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 17 Feb 2025 11:20:02 GMT) Full text and rfc822 format available.

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

From: Jussi Timperi <jussi.timperi <at> iki.fi>
To: guix-patches <at> gnu.org
Cc: Jussi Timperi <jussi.timperi <at> iki.fi>
Subject: [PATCH 0/2] gnu: go-gitlab.com-shackra-goimapnotify: Update to 2.4.
Date: Mon, 17 Feb 2025 13:17:27 +0200
Jussi Timperi (2):
  gnu: Add go-github-com-emersion-go-imap-id.
  gnu: go-gitlab.com-shackra-goimapnotify: Update to 2.4.

 gnu/packages/golang-web.scm | 26 ++++++++++++++++++++++++++
 gnu/packages/mail.scm       | 16 +++++++++-------
 2 files changed, 35 insertions(+), 7 deletions(-)


base-commit: 6dde0ee30e5e030c2535514e9e39aa50518a5d20
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#76361; Package guix-patches. (Mon, 17 Feb 2025 11:27:02 GMT) Full text and rfc822 format available.

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

From: Jussi Timperi <jussi.timperi <at> iki.fi>
To: 76361 <at> debbugs.gnu.org
Cc: Jussi Timperi <jussi.timperi <at> iki.fi>
Subject: [PATCH 1/2] gnu: Add go-github-com-emersion-go-imap-id.
Date: Mon, 17 Feb 2025 13:22:47 +0200
* gnu/packages/golang-web.scm (go-github-com-emersion-go-imap-id): New variable.

Change-Id: I80d434d2905bfbe0e252840cec628477b4a042e0
---
 gnu/packages/golang-web.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 74d9eafcc4..695c16c147 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -37,6 +37,7 @@
 ;;; Copyright © 2024 Troy Figiel <troy <at> troyfigiel.com>
 ;;; Copyright © 2024 Herman Rimm <herman <at> rimm.ee>
 ;;; Copyright © 2024 Roman Scherer <roman <at> burningswell.com>
+;;; Copyright © 2025 Jussi Timperi <jussi.timperi <at> iki.fi>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1913,6 +1914,31 @@ (define-public go-github-com-emersion-go-imap
 used to build IMAP clients and servers.")
     (license license:expat)))
 
+(define-public go-github-com-emersion-go-imap-id
+  (let ((commit "f94a56b9ecde7e39e7ea38d62c745b557cb94139")
+        (revision "0"))
+    (package
+      (name "go-github-com-emersion-go-imap-id")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/emersion/go-imap-id")
+               (commit commit)))
+         (sha256
+          (base32 "1pi87xq6nrb1kdf4za4xp8cfkpwr3p93kjrmzmnr4z0j90y26vfi"))
+         (file-name (git-file-name name version))))
+      (build-system go-build-system)
+      (arguments
+       (list
+        #:import-path "github.com/emersion/go-imap-id"))
+      (propagated-inputs (list go-github-com-emersion-go-imap))
+      (home-page "https://github.com/emersion/go-imap-id")
+      (synopsis "ID extension for go-imap")
+      (description "This package provides an ID extension for go-imap.")
+      (license license:expat))))
+
 ;; XXX: This repository has been archived by the owner on Sep 8, 2021. It is
 ;; now read-only.
 (define-public go-github-com-emersion-go-imap-idle
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#76361; Package guix-patches. (Mon, 17 Feb 2025 11:27:03 GMT) Full text and rfc822 format available.

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

From: Jussi Timperi <jussi.timperi <at> iki.fi>
To: 76361 <at> debbugs.gnu.org
Cc: Jussi Timperi <jussi.timperi <at> iki.fi>
Subject: [PATCH 2/2] gnu: go-gitlab.com-shackra-goimapnotify: Update to 2.4.
Date: Mon, 17 Feb 2025 13:22:48 +0200
* gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify): Update to 2.4.
[propagated-inputs]: Remove go-golang-org-x-text; add
go-github-com-emersion-go-imap-id, go-github-com-fatih-color and go-github-com-spf13-viper.

Change-Id: Ifab10c5c386fa35243b3975ce86b923efa479770
---
 gnu/packages/mail.scm | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 3834691e9e..dd87ce54e8 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -509,7 +509,7 @@ (define-public nmail
 (define-public go-gitlab.com-shackra-goimapnotify
   (package
     (name "go-gitlab.com-shackra-goimapnotify")
-    (version "2.3.7")
+    (version "2.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -518,15 +518,17 @@ (define-public go-gitlab.com-shackra-goimapnotify
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "06jhxvhdvdv049qpvp8ahnhvswvbpakpw7aq2lw790f3x89px2ss"))))
+                "06gmhrmfl31icr2lld9g2bnqjs0y2fq7kjfzm8zjg8d3n3vs7rl9"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "gitlab.com/shackra/goimapnotify"))
-    (propagated-inputs
-     (list go-github-com-emersion-go-imap
-           go-github-com-emersion-go-imap-idle
-           go-github-com-emersion-go-sasl go-github-com-sirupsen-logrus
-           go-golang-org-x-text))
+    (propagated-inputs (list go-github-com-emersion-go-imap
+                             go-github-com-emersion-go-imap-id
+                             go-github-com-emersion-go-imap-idle
+                             go-github-com-emersion-go-sasl
+                             go-github-com-fatih-color
+                             go-github-com-sirupsen-logrus
+                             go-github-com-spf13-viper))
     (synopsis "Execute scripts on IMAP mailbox changes")
     (description
      "Script to execute scripts on IMAP mailbox changes (new/deleted/updated
-- 
2.48.1





Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Mon, 17 Feb 2025 21:30:02 GMT) Full text and rfc822 format available.

Notification sent to Jussi Timperi <jussi.timperi <at> iki.fi>:
bug acknowledged by developer. (Mon, 17 Feb 2025 21:30:03 GMT) Full text and rfc822 format available.

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

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 76361-done <at> debbugs.gnu.org
Subject: [PATCH 0/2] gnu: go-gitlab.com-shackra-goimapnotify: Update to 2.4.
Date: Mon, 17 Feb 2025 21:28:50 +0000
[Message part 1 (text/plain, inline)]
Hi,

Thank you for the patches.

I've adjusted description for go-github-com-emersion-go-imap-id to
include link to RFC and pushed to master:

80bf255b0ec * gnu: go-gitlab.com-shackra-goimapnotify: Update to 2.4.
ea0c69b0d0f * gnu: Add go-github-com-emersion-go-imap-id.

--
Oleg
[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. (Tue, 18 Mar 2025 11:24:41 GMT) Full text and rfc822 format available.

This bug report was last modified 153 days ago.

Previous Next


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