* [bug#72679] Update diffoscope to 275.
@ 2024-08-17 0:42 Vagrant Cascadian
2024-08-20 6:34 ` [bug#72679] Update diffoscope to 276 Vagrant Cascadian
0 siblings, 1 reply; 3+ messages in thread
From: Vagrant Cascadian @ 2024-08-17 0:42 UTC (permalink / raw)
To: 72679
[-- Attachment #1.1: Type: text/plain, Size: 430 bytes --]
The attached patch updates diffoscope to 275.
This version includes some changes to versioned dependencies for various
tests... though guix master may lack some of those version requirements,
so some additional tests may be skipped. Some hope that core-updates
merge will improve test coverage again (e.g. newer "file" if I recall
correctly).
The only dependent package, reprotest, still builds fine, yay!
live well,
vagrant
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-diffoscope-Update-to-275.patch --]
[-- Type: text/x-diff, Size: 1228 bytes --]
From dca85b88581a915425c6e00a7c15bc9c00c0a005 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Fri, 16 Aug 2024 17:13:09 -0700
Subject: [PATCH] gnu: diffoscope: Update to 275.
* gnu/packages/diffoscope.scm (diffoscope): Update to 275.
---
gnu/packages/diffoscope.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index e85f228119..2635a29ac1 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -75,7 +75,7 @@ (define-module (gnu packages diffoscope)
(define-public diffoscope
(package
(name "diffoscope")
- (version "272")
+ (version "275")
(source
(origin
(method git-fetch)
@@ -84,7 +84,7 @@ (define-public diffoscope
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1dq0q41vsmnwnf8049r962x818cgm4aq5gfjavj9yjmc3dxfc76c"))))
+ (base32 "06f0c886z9krqqcs0cvl92vs103wv4hjp1x31pn3haxwqjjfyzlx"))))
(build-system python-build-system)
(arguments
(list
base-commit: 0a18e7b9831fd0b7c71466c2c01b573c5d9a268f
--
2.39.2
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#72679] Update diffoscope to 276.
2024-08-17 0:42 [bug#72679] Update diffoscope to 275 Vagrant Cascadian
@ 2024-08-20 6:34 ` Vagrant Cascadian
2024-08-29 20:03 ` bug#72679: " Vagrant Cascadian
0 siblings, 1 reply; 3+ messages in thread
From: Vagrant Cascadian @ 2024-08-20 6:34 UTC (permalink / raw)
To: 72679
[-- Attachment #1.1: Type: text/plain, Size: 621 bytes --]
On 2024-08-16, Vagrant Cascadian wrote:
> The attached patch updates diffoscope to 275.
Attached patch updates to the even newer 276!
> This version includes some changes to versioned dependencies for various
> tests... though guix master may lack some of those version requirements,
> so some additional tests may be skipped. Some hope that core-updates
> merge will improve test coverage again (e.g. newer "file" if I recall
> correctly).
>
> The only dependent package, reprotest, still builds fine, yay!
All still true, I think! But slightly more robust on certain python
import failures...
live well,
vagrant
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-diffoscope-Update-to-276.patch --]
[-- Type: text/x-diff, Size: 1228 bytes --]
From 52233e9ac6ede7f2c5c52f343f391e9d0a8e5869 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Mon, 19 Aug 2024 23:14:32 -0700
Subject: [PATCH] gnu: diffoscope: Update to 276.
* gnu/packages/diffoscope.scm (diffoscope): Update to 276.
---
gnu/packages/diffoscope.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index e85f228119..52383cc159 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -75,7 +75,7 @@ (define-module (gnu packages diffoscope)
(define-public diffoscope
(package
(name "diffoscope")
- (version "272")
+ (version "276")
(source
(origin
(method git-fetch)
@@ -84,7 +84,7 @@ (define-public diffoscope
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1dq0q41vsmnwnf8049r962x818cgm4aq5gfjavj9yjmc3dxfc76c"))))
+ (base32 "0qrv484dm39m5w6awba8z1m850vhil4w914k9l3lfn0s5hf0xhh8"))))
(build-system python-build-system)
(arguments
(list
base-commit: 58faaf4eaadafa09a97ab31103eb54bd2076a699
--
2.39.2
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#72679: Update diffoscope to 276.
2024-08-20 6:34 ` [bug#72679] Update diffoscope to 276 Vagrant Cascadian
@ 2024-08-29 20:03 ` Vagrant Cascadian
0 siblings, 0 replies; 3+ messages in thread
From: Vagrant Cascadian @ 2024-08-29 20:03 UTC (permalink / raw)
To: 72679-done; +Cc: Tobias Geerinckx-Rice
[-- Attachment #1: Type: text/plain, Size: 293 bytes --]
On 2024-08-19, Vagrant Cascadian wrote:
> On 2024-08-16, Vagrant Cascadian wrote:
>> The attached patch updates diffoscope to 275.
>
> Attached patch updates to the even newer 276!
This was apparently updated to 276 in
0bbd7214a23b2fb6bb5a702da79bd17967c457be.
Thanks!
live well,
vagrant
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-08-29 20:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-17 0:42 [bug#72679] Update diffoscope to 275 Vagrant Cascadian
2024-08-20 6:34 ` [bug#72679] Update diffoscope to 276 Vagrant Cascadian
2024-08-29 20:03 ` bug#72679: " Vagrant Cascadian
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.