GNU bug report logs - #27721
getmail 5.0

Previous Next

Package: guix-patches;

Reported by: ng0 <ng0 <at> infotropique.org>

Date: Sat, 15 Jul 2017 22:46:01 UTC

Severity: normal

Done: Leo Famulari <leo <at> famulari.name>

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 27721 in the body.
You can then email your comments to 27721 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#27721; Package guix-patches. (Sat, 15 Jul 2017 22:46:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to ng0 <ng0 <at> infotropique.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 15 Jul 2017 22:46:02 GMT) Full text and rfc822 format available.

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

From: ng0 <ng0 <at> infotropique.org>
To: guix-patches <at> gnu.org
Subject: getmail 5.0
Date: Sat, 15 Jul 2017 22:44:57 +0000
[Message part 1 (text/plain, inline)]
getmail 5.0 includes a change I suggested to getmail. I'm still trying
to change relevant parts of my getmail config so that I can test 5.0,
but it seems to work.
-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org
[0001-gnu-getmail-Update-to-5.0.patch (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#27721; Package guix-patches. (Sat, 15 Jul 2017 23:56:02 GMT) Full text and rfc822 format available.

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

From: ng0 <ng0 <at> infotropique.org>
To: guix-patches <at> gnu.org
Subject: Re: [bug#27721] getmail 5.0
Date: Sat, 15 Jul 2017 23:55:12 +0000
[Message part 1 (text/plain, inline)]
ng0 transcribed 2.7K bytes:
> getmail 5.0 includes a change I suggested to getmail. I'm still trying
> to change relevant parts of my getmail config so that I can test 5.0,
> but it seems to work.

I have managed to migrate my config (the one line in it) and it works.

> -- 
> ng0
> GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
> GnuPG: https://n0is.noblogs.org/my-keys
> https://www.infotropique.org https://krosos.org

> From 89b1d24b3db22996c485edb7627872bdbfa6ea71 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0 <at> infotropique.org>
> Date: Sat, 15 Jul 2017 22:26:50 +0000
> Subject: [PATCH] gnu: getmail: Update to 5.0.
> 
> * gnu/packages/mail.scm (getmail): Update to 5.0.
> ---
>  gnu/packages/mail.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
> index 0d1d39990..5e2b54bbc 100644
> --- a/gnu/packages/mail.scm
> +++ b/gnu/packages/mail.scm
> @@ -805,7 +805,7 @@ and search library.")
>  (define-public getmail
>    (package
>      (name "getmail")
> -    (version "4.52.0")
> +    (version "5.0")
>      (source
>       (origin
>         (method url-fetch)
> @@ -813,7 +813,7 @@ and search library.")
>                             name "-" version ".tar.gz"))
>         (sha256
>          (base32
> -         "0pzplrlxwbxydvfw4kkwn60l40hk1h5sxawaa6pi0k75c220k4ni"))))
> +         "02ws8bq8k4hf8yikkj96nqnmsshna3405sy1b71gkyqlz06cnv69"))))
>      (build-system python-build-system)
>      (arguments
>       `(#:tests? #f ; no tests
> -- 
> 2.13.2
> 




-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#27721; Package guix-patches. (Sun, 16 Jul 2017 10:01:02 GMT) Full text and rfc822 format available.

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

From: ng0 <ng0 <at> infotropique.org>
To: guix-patches <at> gnu.org
Subject: Re: [bug#27721] getmail 5.0
Date: Sun, 16 Jul 2017 09:59:46 +0000
[Message part 1 (text/plain, inline)]
ng0 transcribed 2.7K bytes:
> ng0 transcribed 2.7K bytes:
> > getmail 5.0 includes a change I suggested to getmail. I'm still trying
> > to change relevant parts of my getmail config so that I can test 5.0,
> > but it seems to work.
> 
> I have managed to migrate my config (the one line in it) and it works.

5.1 has just been released, attached is a patch for 5.1.

> > -- 
> > ng0
> > GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
> > GnuPG: https://n0is.noblogs.org/my-keys
> > https://www.infotropique.org https://krosos.org
> 
> > From 89b1d24b3db22996c485edb7627872bdbfa6ea71 Mon Sep 17 00:00:00 2001
> > From: ng0 <ng0 <at> infotropique.org>
> > Date: Sat, 15 Jul 2017 22:26:50 +0000
> > Subject: [PATCH] gnu: getmail: Update to 5.0.
> > 
> > * gnu/packages/mail.scm (getmail): Update to 5.0.
> > ---
> >  gnu/packages/mail.scm | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
> > index 0d1d39990..5e2b54bbc 100644
> > --- a/gnu/packages/mail.scm
> > +++ b/gnu/packages/mail.scm
> > @@ -805,7 +805,7 @@ and search library.")
> >  (define-public getmail
> >    (package
> >      (name "getmail")
> > -    (version "4.52.0")
> > +    (version "5.0")
> >      (source
> >       (origin
> >         (method url-fetch)
> > @@ -813,7 +813,7 @@ and search library.")
> >                             name "-" version ".tar.gz"))
> >         (sha256
> >          (base32
> > -         "0pzplrlxwbxydvfw4kkwn60l40hk1h5sxawaa6pi0k75c220k4ni"))))
> > +         "02ws8bq8k4hf8yikkj96nqnmsshna3405sy1b71gkyqlz06cnv69"))))
> >      (build-system python-build-system)
> >      (arguments
> >       `(#:tests? #f ; no tests
> > -- 
> > 2.13.2
> > 
> 
> 
> 
> 
> -- 
> ng0
> GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
> GnuPG: https://n0is.noblogs.org/my-keys
> https://www.infotropique.org https://krosos.org



-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org
[0001-gnu-getmail-Update-to-5.1.patch (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]

Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Sun, 23 Jul 2017 00:36:02 GMT) Full text and rfc822 format available.

Notification sent to ng0 <ng0 <at> infotropique.org>:
bug acknowledged by developer. (Sun, 23 Jul 2017 00:36:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 27721-done <at> debbugs.gnu.org
Subject: Re: [bug#27721] getmail 5.0
Date: Sat, 22 Jul 2017 20:35:38 -0400
[Message part 1 (text/plain, inline)]
On Sun, Jul 16, 2017 at 09:59:46AM +0000, ng0 wrote:
> From 2620afc4613b4004635bf41bd45a627f688f2c26 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0 <at> infotropique.org>
> Date: Sat, 15 Jul 2017 22:26:50 +0000
> Subject: [PATCH] gnu: getmail: Update to 5.1.
> 
> * gnu/packages/mail.scm (getmail): Update to 5.1.

Thanks! Pushed as 9478c05955643f8ff95dabccc1e42b20abb88049
[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. (Sun, 20 Aug 2017 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 355 days ago.

Previous Next


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