From: Vagrant Cascadian <vagrant@reproducible-builds.org>
To: 62172@debbugs.gnu.org
Subject: [bug#62172] Update reprotest to 0.7.23
Date: Mon, 13 Mar 2023 18:13:35 -0700 [thread overview]
Message-ID: <873568nni8.fsf@wireframe> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: 0001-gnu-reprotest-Update-to-0.7.23.patch --]
[-- Type: text/x-diff, Size: 1818 bytes --]
From b66a17619b3a445df7947ff77fa5936dd00ffec2 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
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.
---
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
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -244,7 +244,7 @@ (define-public diffoscope
(define-public reprotest
(package
(name "reprotest")
- (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
- (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"
- (("'C.UTF-8'") "'en_US.UTF-8'")
- (("'ru_RU.CP1251'") "'ru_RU.KOI8-R'")
- (("'kk_KZ.RK1048'") "'kk_KZ'"))
+ (("'C.UTF-8'") "'en_US.UTF-8'"))
(substitute* "reprotest/lib/adt_testbed.py"
(("export LANG=C.UTF-8") "export LANG=en_US.UTF-8"))
#t))
base-commit: 5312d798ac36a72d8a977325a7c6ff7647be670a
--
2.39.2
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
next reply other threads:[~2023-03-14 1:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-14 1:13 Vagrant Cascadian [this message]
2023-03-15 14:43 ` bug#62172: Close Andreas Enge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=873568nni8.fsf@wireframe \
--to=vagrant@reproducible-builds.org \
--cc=62172@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).