Update diffoscope to 250

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal
V
V
Vagrant Cascadian wrote on 6 Sep 2023 21:46
Update diffoscope to 249
(address . guix-patches@gnu.org)
87bkefm6f2.fsf@wireframe
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
From 0abbdb58429baff21857624e1a608fca4fa85740 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@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(-)

Toggle diff (42 lines)
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
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZPjXAQAKCRDcUY/If5cW
quAEAQDio8B+uq2Zr+zmNRJ7VXKEAkKxJ7tRP5oQXeuKKdGh0AD/bgj5p82bRtvy
Wq/HPeK+AcyVEqXMrteAy2cD9/76/QA=
=pTQs
-----END PGP SIGNATURE-----

V
V
Vagrant Cascadian wrote on 8 Sep 2023 21:54
Update diffoscope to 250
(address . 65791@debbugs.gnu.org)(address . control@debbugs.gnu.org)
87il8kl9th.fsf@wireframe
retitle Update diffoscope to 250
thanks

On 2023-09-06, Vagrant Cascadian wrote:
Toggle quote (3 lines)
> 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
From 02ec38f16b6ae96e03387196d1594b9b93a1252a Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@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(-)

Toggle diff (42 lines)
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
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZPt8CgAKCRDcUY/If5cW
qmrLAQDusPTR8SVw8jmLK/tIlRmVR1nvVnRf+sVho3BP1Xp9PwD+KuJn/wpduAxn
BIOLkCtnrDJkNLJvq/VqULC6y0RLDQ4=
=KBja
-----END PGP SIGNATURE-----

V
V
Vagrant Cascadian wrote on 8 Sep 2023 21:57
(address . control@debbugs.gnu.org)
87fs3ol9pk.fsf@wireframe
retitle 65791 Update diffoscope to 250
thanks

On 2023-09-08, Vagrant Cascadian wrote:
Toggle quote (62 lines)
> 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
> From 02ec38f16b6ae96e03387196d1594b9b93a1252a Mon Sep 17 00:00:00 2001
> From: Vagrant Cascadian <vagrant@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
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZPt8lwAKCRDcUY/If5cW
qnEcAQDIHA7bUCnW+xBTn0MqYyY1qq0fWriMuHGOl8Wo6C5BaQD/YT2NpmXy9jqG
7HC5iNYUocFfCYnB78nPpzcPnyCo4Ak=
=FjEe
-----END PGP SIGNATURE-----

C
C
Christopher Baines wrote on 15 Sep 2023 11:13
Re: [bug#65791] Update diffoscope to 250
(name . Vagrant Cascadian)(address . vagrant@reproducible-builds.org)(address . 65791-done@debbugs.gnu.org)
877corss6t.fsf@cbaines.net
Vagrant Cascadian <vagrant@reproducible-builds.org> writes:

Toggle quote (22 lines)
> 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@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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmUEI0pfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XfYIhAAt76JdMHvTJeVpO9H3l6z8O9QlcAfZvQG
rEfmEhxU2sRhUq6Adl8vP5/WEVWr9fOQGdn3Ac7nIC4rzWEsa/GLkvEVgt/GV3wc
MiCjQGMoGsh2dETNMqkALWSc1k+jsHHZUFQuA130ke2dVBxsv3YlFG+vMnQbq4fE
MXNC1tla+6g2j+S30AF74pDyOUTRIsS1TtsT86exWkNUves90r+fqKIasrNet0+o
SCdtkBpnVct4SZs8PueGT54uZUeWqoe8/l5drVdQ8C92QOqSTmmBrVxHv2MX/+cj
rdhTY4i13E0/qtN4yGhCO5EwhRsmMMS2wcBFAr5xJxfXNJTG2v0qAsr9epqRy9yR
8Mkj4yHUhsxTIz6Ji+oP8GuE1HjL1JlmHo+iHXImWzbXEZcqqftCWEpAU+3M1arw
ZlYgWI0s6wL/JkPSTJpzc+qbyvyvANoCGFBtGhikakM8qnmrr7myGOgdEkfeLw81
nNrD4v6ljA9TpVkU7DwI+A+fnVGkR6MUynH7tipAlm8OqEW1g2+u35Q1A5kRgutO
5CX+Y2A5dSYfbBuvTlcUx8ArEBdbrugg9JdP9xRrNDNcc2JvVslqx9jpWos8upas
04Q4zm/y33CuOEO/aJylWq/zFG71oRKjPOm2ftxazqCLumG9TzVZDAdeGQm7JlqX
Mq4oYSH+fYo=
=LaDK
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65791@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65791
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch