GNU bug report logs -
#39500
[PATCH 0/8] Update ripgrep to 11.0.2.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#39500: [PATCH 1/8] gnu: rust-regex-syntax: Update to 0.6.14.
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 39495 <at> debbugs.gnu.org.
--
39500: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39500
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
On Fri, Feb 07, 2020 at 10:23:15PM +0100, Jakub Kądziołka wrote:
> This patchstack updates ripgrep and its closely-tied dependencies to the
> newest versions. #:skip-build? arguments are removed on the modified
> packages.
>
> Fun fact: rust-regex* and rust-aho-corasick had mentioned some bugfixes
> in their changelog that could potentially be observed by the user.
>
> All modified packages build after the commits that modify them, moreover
> everything in rust-apps.scm builds properly after the patchstack is
> applied.
>
> Jakub Kądziołka (8):
> gnu: rust-regex-syntax: Update to 0.6.14.
> gnu: rust-regex: Update to 1.3.4.
> gnu: rust-aho-corasick: Update to 0.7.8.
> gnu: rust-grep-matcher: Update to 0.1.3.
> gnu: rust-grep-regex: Update to 0.1.4.
> gnu: rust-ignore: Update to 0.4.9.
> gnu: ripgrep: Update to 11.0.2.
> gnu: Remove rust-bstr-0.1.
>
> gnu/packages/crates-io.scm | 59 ++++++++++++--------------------------
> gnu/packages/rust-apps.scm | 12 ++++----
> 2 files changed, 25 insertions(+), 46 deletions(-)
Thanks! I ended up skipping the commit to remove rust-bstr-0.1. It may
be that another package in the future wants it.
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/crates-io.scm (rust-regex-syntax-0.6): Update to 0.6.14.
(rust-regex-syntax-0.6)[arguments]: Don't skip build.
---
gnu/packages/crates-io.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d51b63675a..9de7fa1077 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2019 Giacomo Leidi <goodoldpaul <at> autistici.org>
;;; Copyright © 2019 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2019, 2020 John Soo <jsoo1 <at> asu.edu>
+;;; Copyright © 2020 Jakub Kądziołka <kuba <at> kadziolka.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -9688,7 +9689,7 @@ uses finite automata and guarantees linear time matching on all inputs.")
(define-public rust-regex-syntax-0.6
(package
(name "rust-regex-syntax")
- (version "0.6.13")
+ (version "0.6.14")
(source
(origin
(method url-fetch)
@@ -9696,9 +9697,8 @@ uses finite automata and guarantees linear time matching on all inputs.")
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
- "141xi6yiji0bc04c4skamd4ny9vnd1jrwc7qzfga425lyn8yhd77"))))
+ "01myl8xqpbnird23xnsb92sjmz1cmp69r6m7y3dwbpmsx4zzx3dj"))))
(build-system cargo-build-system)
- (arguments '(#:skip-build? #t))
(home-page "https://github.com/rust-lang/regex")
(synopsis "Regular expression parser")
(description
--
2.25.0
This bug report was last modified 5 years and 142 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.