From unknown Thu Jun 19 14:04:41 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#62172 <62172@debbugs.gnu.org> To: bug#62172 <62172@debbugs.gnu.org> Subject: Status: Update reprotest to 0.7.23 Reply-To: bug#62172 <62172@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:04:41 +0000 retitle 62172 Update reprotest to 0.7.23 reassign 62172 guix-patches submitter 62172 Vagrant Cascadian severity 62172 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 13 21:14:14 2023 Received: (at submit) by debbugs.gnu.org; 14 Mar 2023 01:14:14 +0000 Received: from localhost ([127.0.0.1]:35887 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pbtF0-0006lV-4I for submit@debbugs.gnu.org; Mon, 13 Mar 2023 21:14:14 -0400 Received: from lists.gnu.org ([209.51.188.17]:40630) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pbtEy-0006lO-Hz for submit@debbugs.gnu.org; Mon, 13 Mar 2023 21:14:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pbtEx-0002aP-9E for guix-patches@gnu.org; Mon, 13 Mar 2023 21:14:11 -0400 Received: from cascadia.aikidev.net ([173.255.214.101]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pbtEv-00004w-Ef for guix-patches@gnu.org; Mon, 13 Mar 2023 21:14:11 -0400 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id E97F11AB9A for ; Mon, 13 Mar 2023 18:14:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1678756443; bh=oKrqaB/hNlkL5VYzEjh60P0maLEHNd9dYwoLNqw6gts=; h=From:To:Subject:Date:From; b=Ri7HEkiEaWZzmuAEsHJjRe7Lpt7xgEl71cbTbXXKAio0g3tMpo7Kw/lOKfTLJNBGo nywvlivshGBosRMyIEjWfFr+p/T6R8/Tdy3dn3auQLZRPPTZdTy/rwBhAx6otdPEA5 b3bcttGUIUwhRC/6+3D4MJGQNu0NugszBfqMY/DEyo9UMO1WonJ6u4tlXqnPB1j41V gVtBGW1uDKmgeE79FhBY1NqM9TmnizkUI17TeVzU6Qz0td0Wf0Uxrr92b7hFei7dl+ wkwS80gZ5I67GkTW2XUaa3c84kmDJlnJzvcVrG3KPRPB1GJ67eRrCf2Gn5pFfVuhhf tCsDBv++qrmZA== From: Vagrant Cascadian To: guix-patches@gnu.org Subject: Update reprotest to 0.7.23 Date: Mon, 13 Mar 2023 18:13:35 -0700 Message-ID: <873568nni8.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=173.255.214.101; envelope-from=vagrant@reproducible-builds.org; helo=cascadia.aikidev.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-reprotest-Update-to-0.7.23.patch Content-Transfer-Encoding: quoted-printable From=20b66a17619b3a445df7947ff77fa5936dd00ffec2 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Mon, 13 Mar 2023 16:34:26 -0700 Subject: [PATCH] gnu: reprotest: Update to 0.7.23. * gnu/packages/diffoscope.scm (reprotest): Update to 0.7.23. [phases] Update adjust-locales. =2D-- gnu/packages/diffoscope.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 0dda89d860..a6de2f1b13 100644 =2D-- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -244,7 +244,7 @@ (define-public diffoscope (define-public reprotest (package (name "reprotest") =2D (version "0.7.22") + (version "0.7.23") (source (origin (method git-fetch) @@ -253,7 +253,7 @@ (define-public reprotest (commit version))) (file-name (git-file-name name version)) (sha256 =2D (base32 "0qpjg37x2ha7lb113fb5cic5if3zv30zqijsmkq91ld909x30ggd"))= )) + (base32 "0hkzh4i3c5hrbvdkhbmwm5vmb4msnlm5rvhjin6h2ni40kix69g0")))) (inputs (list python-debian python-distro python-libarchive-c python-rstr)) (native-inputs @@ -277,9 +277,7 @@ (define-public reprotest (add-after 'unpack 'adjust-locales (lambda _ (substitute* "reprotest/build.py" =2D (("'C.UTF-8'") "'en_US.UTF-8'") =2D (("'ru_RU.CP1251'") "'ru_RU.KOI8-R'") =2D (("'kk_KZ.RK1048'") "'kk_KZ'")) + (("'C.UTF-8'") "'en_US.UTF-8'")) (substitute* "reprotest/lib/adt_testbed.py" (("export LANG=3DC.UTF-8") "export LANG=3Den_US.UTF-8")) #t)) base-commit: 5312d798ac36a72d8a977325a7c6ff7647be670a =2D-=20 2.39.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZA/KQAAKCRDcUY/If5cW qrKmAQDRlQcOg/NA90FiaXJpgmTLxLrwl6R4f7M2nVlPf7ILSQD/fvRCo4+rmjJD JhuK0GWl1lsqalx+06AFBfmcG8CWqwQ= =y7wH -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 15 10:43:12 2023 Received: (at 62172-done) by debbugs.gnu.org; 15 Mar 2023 14:43:12 +0000 Received: from localhost ([127.0.0.1]:40313 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pcSLQ-0004i6-47 for submit@debbugs.gnu.org; Wed, 15 Mar 2023 10:43:12 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:36406) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pcSLO-0004hp-NT; Wed, 15 Mar 2023 10:43:11 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 52DD91D0D; Wed, 15 Mar 2023 15:43:03 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x1wakZ7-lvUA; Wed, 15 Mar 2023 15:43:02 +0100 (CET) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id AF1361D02; Wed, 15 Mar 2023 15:43:02 +0100 (CET) Date: Wed, 15 Mar 2023 15:43:01 +0100 From: Andreas Enge To: 62172-done@debbugs.gnu.org, 62173-done@debbugs.gnu.org Subject: Close Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 62172-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Both applied, thank you! Andreas From unknown Thu Jun 19 14:04:41 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 13 Apr 2023 11:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator