From unknown Sun Jun 22 07:58:19 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#62172] Update reprotest to 0.7.23 Resent-From: Vagrant Cascadian Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 14 Mar 2023 01:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 62172 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 62172@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167875645426014 (code B ref -1); Tue, 14 Mar 2023 01:15:02 +0000 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 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-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 unknown Sun Jun 22 07:58:19 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Vagrant Cascadian Subject: bug#62172: closed (Close) Message-ID: References: <873568nni8.fsf@wireframe> X-Gnu-PR-Message: they-closed 62172 X-Gnu-PR-Package: guix-patches Reply-To: 62172@debbugs.gnu.org Date: Wed, 15 Mar 2023 14:44:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1678891442-18185-1" This is a multi-part message in MIME format... ------------=_1678891442-18185-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #62172: Update reprotest to 0.7.23 which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 62172@debbugs.gnu.org. --=20 62172: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D62172 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1678891442-18185-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1678891442-18185-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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----- --==-=-=-- ------------=_1678891442-18185-1--