GNU bug report logs - #73086
Update reprotest to 0.7.28

Previous Next

Package: guix-patches;

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

Date: Sat, 7 Sep 2024 01:03:02 UTC

Severity: normal

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

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 73086 in the body.
You can then email your comments to 73086 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#73086; Package guix-patches. (Sat, 07 Sep 2024 01:03:02 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. (Sat, 07 Sep 2024 01:03: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 reprotest to 0.7.28
Date: Fri, 06 Sep 2024 17:44:13 -0700
[Message part 1 (text/plain, inline)]
The attached patch updates reprotest to 0.7.28.

Upstream changes include compatibility improvements for python 3.12 and
3.13 and a few spelling fixes.

live well,
  vagrant
[0001-gnu-reprotest-Update-to-0.7.28.patch (text/x-diff, inline)]
From 265333c2dab1537c3b2725e399812f932e56e655 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Date: Fri, 6 Sep 2024 17:37:09 -0700
Subject: [PATCH] gnu: reprotest: Update to 0.7.28.

* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.28.
---
 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 35007a7b80..9e0a32cf23 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -253,7 +253,7 @@ (define (bin command)
 (define-public reprotest
   (package
     (name "reprotest")
-    (version "0.7.27")
+    (version "0.7.28")
     (source
      (origin
        (method git-fetch)
@@ -262,7 +262,7 @@ (define-public reprotest
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0z5i53dy4ax4gbidcqmwqq0686n1g397c79bsscfs94s2y35fsns"))))
+        (base32 "06jm82w05qsx3wskch3fm5mpkpj5jmq7r4yram4ixprxc5j8flg8"))))
     (inputs
      (list python-debian python-distro python-libarchive-c python-rstr))
     (native-inputs

base-commit: 18d02443e1ec37779ee3cf63f9aaff1746bfdd8e
-- 
2.39.2

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

Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Mon, 09 Sep 2024 13:24:02 GMT) Full text and rfc822 format available.

Notification sent to Vagrant Cascadian <vagrant <at> reproducible-builds.org>:
bug acknowledged by developer. (Mon, 09 Sep 2024 13:24:02 GMT) Full text and rfc822 format available.

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

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Cc: 73086-done <at> debbugs.gnu.org
Subject: Re: [bug#73086] Update reprotest to 0.7.28
Date: Mon, 09 Sep 2024 21:22:53 +0800
[Message part 1 (text/plain, inline)]
Vagrant Cascadian <vagrant <at> reproducible-builds.org> writes:

> The attached patch updates reprotest to 0.7.28.
>
> Upstream changes include compatibility improvements for python 3.12 and
> 3.13 and a few spelling fixes.
>
> live well,
>   vagrant
>
> [2. text/x-diff; 0001-gnu-reprotest-Update-to-0.7.28.patch]
> From 265333c2dab1537c3b2725e399812f932e56e655 Mon Sep 17 00:00:00 2001
> From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
> Date: Fri, 6 Sep 2024 17:37:09 -0700
> Subject: [PATCH] gnu: reprotest: Update to 0.7.28.
>
> * gnu/packages/diffoscope.scm (reprotest): Update to 0.7.28.
> ---
>  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 35007a7b80..9e0a32cf23 100644
> --- a/gnu/packages/diffoscope.scm
> +++ b/gnu/packages/diffoscope.scm
> @@ -253,7 +253,7 @@ (define (bin command)
>  (define-public reprotest
>    (package
>      (name "reprotest")
> -    (version "0.7.27")
> +    (version "0.7.28")
>      (source
>       (origin
>         (method git-fetch)
> @@ -262,7 +262,7 @@ (define-public reprotest
>               (commit version)))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "0z5i53dy4ax4gbidcqmwqq0686n1g397c79bsscfs94s2y35fsns"))))
> +        (base32 "06jm82w05qsx3wskch3fm5mpkpj5jmq7r4yram4ixprxc5j8flg8"))))
>      (inputs
>       (list python-debian python-distro python-libarchive-c python-rstr))
>      (native-inputs
>
> base-commit: 18d02443e1ec37779ee3cf63f9aaff1746bfdd8e

push and update style and use G-expression, close.
[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. (Tue, 08 Oct 2024 11:24:17 GMT) Full text and rfc822 format available.

This bug report was last modified 254 days ago.

Previous Next


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