GNU bug report logs - #38525
Enchive: Update to 3.5

Previous Next

Package: guix-patches;

Reported by: Nicolò Balzarotti <anothersms <at> gmail.com>

Date: Sun, 8 Dec 2019 11:34:01 UTC

Severity: normal

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 38525 in the body.
You can then email your comments to 38525 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#38525; Package guix-patches. (Sun, 08 Dec 2019 11:34:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolò Balzarotti <anothersms <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 08 Dec 2019 11:34:01 GMT) Full text and rfc822 format available.

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

From: Nicolò Balzarotti <anothersms <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: Enchive: Update to 3.5
Date: Sun, 8 Dec 2019 12:33:22 +0100
[Message part 1 (text/plain, inline)]
Hello guix!

I updated enchive. Lint was complaining about the github autogenerated url,
so I changed the source git-fetch. Package checked with guix check.

Thanks!
[Message part 2 (text/html, inline)]
[0001-gnu-enchive-Update-to-3.5.patch (text/x-patch, attachment)]

Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Wed, 11 Dec 2019 02:55:02 GMT) Full text and rfc822 format available.

Notification sent to Nicolò Balzarotti <anothersms <at> gmail.com>:
bug acknowledged by developer. (Wed, 11 Dec 2019 02:55:02 GMT) Full text and rfc822 format available.

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

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Nicolò Balzarotti <anothersms <at> gmail.com>
Cc: 38525-done <at> debbugs.gnu.org
Subject: Re: [bug#38525] Enchive: Update to 3.5
Date: Wed, 11 Dec 2019 04:53:45 +0200
[Message part 1 (text/plain, inline)]
Thanks. Patch pushed with minor changes to the commit message

On Sun, Dec 08, 2019 at 12:33:22PM +0100, Nicolò Balzarotti wrote:
> From fb1e8cba0e257bd26bbd9dc77ca095ebb051eecc Mon Sep 17 00:00:00 2001
> From: nixo <nicolo <at> nixo.xyz>
> Date: Sun, 8 Dec 2019 12:27:31 +0100
> Subject: [PATCH] gnu: enchive: Update to 3.5
> 
> * gnu/packages/crypto.scm (enchive): Update to 3.5.
>   [source]: Replace url-fetch with git-fetch (lint: autogenerated tarball).
> ---
>  gnu/packages/crypto.scm | 17 +++++++++--------
>  1 file changed, 9 insertions(+), 8 deletions(-)
> 
> diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
> index 80c598ed86..e63823de2c 100644
> --- a/gnu/packages/crypto.scm
> +++ b/gnu/packages/crypto.scm
> @@ -852,15 +852,16 @@ cannot sign messages in OpenBSD format yet.")
>  (define-public enchive
>    (package
>      (name "enchive")
> -    (version "3.4")
> +    (version "3.5")
>      (source (origin
> -              (method url-fetch)
> -              (uri (string-append "https://github.com/skeeto/" name "/archive/"
> -                                  version ".tar.gz"))
> -              (sha256
> -               (base32
> -                "17hrxpp4cpn10bk48sfvfjc8hghky34agsnypam1v9f36kbalqfk"))
> -              (file-name (string-append name "-" version ".tar.gz"))))
> +                (method git-fetch)
> +                (uri (git-reference
> +                      (url "https://github.com/skeeto/enchive")
> +                      (commit version)))
> +                (sha256
> +                 (base32
> +                  "0fdrfc5l42lj2bvmv9dmkmhmm7qiszwk7cmdvnqad3fs7652g0qa"))
> +                (file-name (git-file-name name version))))
>      (build-system gnu-build-system)
>      (arguments
>       '(#:tests? #f                      ; no check target         '
> -- 
> 2.24.0
> 


-- 
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, 08 Jan 2020 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 243 days ago.

Previous Next


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