GNU bug report logs - #65791
Update diffoscope to 250

Previous Next

Package: guix-patches;

Reported by: Vagrant Cascadian <vagrant <at> reproducible-builds.org>

Date: Wed, 6 Sep 2023 19:47:01 UTC

Severity: normal

Done: Christopher Baines <mail <at> cbaines.net>

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 65791 in the body.
You can then email your comments to 65791 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#65791; Package guix-patches. (Wed, 06 Sep 2023 19:47:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vagrant Cascadian <vagrant <at> reproducible-builds.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 06 Sep 2023 19:47:02 GMT) Full text and rfc822 format available.

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

From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
To: guix-patches <at> gnu.org
Subject: Update diffoscope to 249
Date: Wed, 06 Sep 2023 12:46:09 -0700
[Message part 1 (text/plain, inline)]
This patch updates diffoscope to 249 and adds a couple packages to
native-inputs for improved test coverage.

The only dependent package, reprotest, also continues to build fine.

live well,
  vagrant
[0001-gnu-diffoscope-Update-to-249.patch (text/x-diff, inline)]
From 0abbdb58429baff21857624e1a608fca4fa85740 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Date: Wed, 6 Sep 2023 11:43:09 -0700
Subject: [PATCH] gnu: diffoscope: Update to 249.

* gnu/packages/diffoscope.scm (diffoscope): Update to 249.
[native-inputs]: Add html2text and u-boot-tools.
---
 gnu/packages/diffoscope.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 86f0c779ef..15657670dc 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -74,7 +74,7 @@ (define-module (gnu packages diffoscope)
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "247")
+    (version "249")
     (source
      (origin
        (method git-fetch)
@@ -83,7 +83,7 @@ (define-public diffoscope
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0c81pvdq0bz47sk3gcgpm2l3g5hxdi2s1jz05krv1cr2bd0sfq4j"))))
+        (base32 "14z208y19p3l6f7ljlsvl44vjvsxazyfjjd3dy2zhy3md3x6blv7"))))
     (build-system python-build-system)
     (arguments
      (list
@@ -188,6 +188,7 @@ (define (bin command)
             gnumeric
             gnupg
             hdf5
+            html2text
             imagemagick
             libarchive
             llvm
@@ -206,6 +207,7 @@ (define (bin command)
             sqlite
             squashfs-tools
             tcpdump
+            u-boot-tools
             unzip
             wabt
             xxd

base-commit: 28b22c45ee2369ada8ef8da595cda0dd32bf3512
-- 
2.39.2

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

Information forwarded to guix-patches <at> gnu.org:
bug#65791; Package guix-patches. (Fri, 08 Sep 2023 19:56:01 GMT) Full text and rfc822 format available.

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

From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
To: 65791 <at> debbugs.gnu.org
Cc: control <at> debbugs.gnu.org
Subject: Update diffoscope to 250
Date: Fri, 08 Sep 2023 12:54:50 -0700
[Message part 1 (text/plain, inline)]
retitle Update diffoscope to 250
thanks

On 2023-09-06, Vagrant Cascadian wrote:
> This patch updates diffoscope to 249 and adds a couple packages to
> native-inputs for improved test coverage.

And this patch updates diffoscope to 250, which includes some minor
guix-specific fixes. :)

live well,
  vagrant
[0001-gnu-diffoscope-Update-to-250.patch (text/x-diff, inline)]
From 02ec38f16b6ae96e03387196d1594b9b93a1252a Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Date: Fri, 8 Sep 2023 12:51:53 -0700
Subject: [PATCH] gnu: diffoscope: Update to 250.

* gnu/packages/diffoscope.scm (diffoscope): Update to 250.
[native-inputs]: Add html2text and u-boot-tools.
---
 gnu/packages/diffoscope.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 86f0c779ef..1b8b77d7a4 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -74,7 +74,7 @@ (define-module (gnu packages diffoscope)
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "247")
+    (version "250")
     (source
      (origin
        (method git-fetch)
@@ -83,7 +83,7 @@ (define-public diffoscope
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0c81pvdq0bz47sk3gcgpm2l3g5hxdi2s1jz05krv1cr2bd0sfq4j"))))
+        (base32 "12cdsgxlva1gcry16w9x44ji9asar1n8p9q6rv2jd1gr9fi6l0sz"))))
     (build-system python-build-system)
     (arguments
      (list
@@ -188,6 +188,7 @@ (define (bin command)
             gnumeric
             gnupg
             hdf5
+            html2text
             imagemagick
             libarchive
             llvm
@@ -206,6 +207,7 @@ (define (bin command)
             sqlite
             squashfs-tools
             tcpdump
+            u-boot-tools
             unzip
             wabt
             xxd

base-commit: 4dd33fc62899134606f36f92594cf160b972f685
-- 
2.39.2

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

Changed bug title to 'Update diffoscope to 250' from 'Update diffoscope to 249' Request was from Vagrant Cascadian <vagrant <at> reproducible-builds.org> to control <at> debbugs.gnu.org. (Fri, 08 Sep 2023 19:58:01 GMT) Full text and rfc822 format available.

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Fri, 15 Sep 2023 09:27:01 GMT) Full text and rfc822 format available.

Notification sent to Vagrant Cascadian <vagrant <at> reproducible-builds.org>:
bug acknowledged by developer. (Fri, 15 Sep 2023 09:27:01 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Cc: 65791-done <at> debbugs.gnu.org
Subject: Re: [bug#65791] Update diffoscope to 250
Date: Fri, 15 Sep 2023 10:13:50 +0100
[Message part 1 (text/plain, inline)]
Vagrant Cascadian <vagrant <at> reproducible-builds.org> writes:

> On 2023-09-06, Vagrant Cascadian wrote:
>> This patch updates diffoscope to 249 and adds a couple packages to
>> native-inputs for improved test coverage.
>
> And this patch updates diffoscope to 250, which includes some minor
> guix-specific fixes. :)
>
> live well,
>   vagrant
>
> [2. text/x-diff; 0001-gnu-diffoscope-Update-to-250.patch]
> From 02ec38f16b6ae96e03387196d1594b9b93a1252a Mon Sep 17 00:00:00 2001
> From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
> Date: Fri, 8 Sep 2023 12:51:53 -0700
> Subject: [PATCH] gnu: diffoscope: Update to 250.
>
> * gnu/packages/diffoscope.scm (diffoscope): Update to 250.
> [native-inputs]: Add html2text and u-boot-tools.
> ---
>  gnu/packages/diffoscope.scm | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)

I've gone ahead and pushed this to master as
92498fad27a304ab73f66bd4944007c150012a07.

Thanks,

Chris
[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. (Fri, 13 Oct 2023 11:24:18 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 210 days ago.

Previous Next


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