pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells/nushell



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Jun  4 06:43:39 UTC 2024

Modified Files:
        pkgsrc/shells/nushell: Makefile cargo-depends.mk distinfo
        pkgsrc/shells/nushell/patches: patch-Cargo.toml

Log Message:
shells/nushell: update to 0.94.2

In this release, we're releasing two bugfixes:
 - Fix external command name parsing with backslashes, and add tests by @devyn in #13027
 - Fix run_external::expand_glob() to return paths that are PWD-relative but reflect the original intent by @devyn in #13028

This release was made possible by PR contributions from @devyn.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/shells/nushell/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/shells/nushell/cargo-depends.mk
cvs rdiff -u -r1.46 -r1.47 pkgsrc/shells/nushell/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/shells/nushell/patches/patch-Cargo.toml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/nushell/Makefile
diff -u pkgsrc/shells/nushell/Makefile:1.57 pkgsrc/shells/nushell/Makefile:1.58
--- pkgsrc/shells/nushell/Makefile:1.57 Sat Jun  1 14:22:32 2024
+++ pkgsrc/shells/nushell/Makefile      Tue Jun  4 06:43:38 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2024/06/01 14:22:32 pin Exp $
+# $NetBSD: Makefile,v 1.58 2024/06/04 06:43:38 pin Exp $
 
-DISTNAME=      nushell-0.94.1
+DISTNAME=      nushell-0.94.2
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nushell/}
 

Index: pkgsrc/shells/nushell/cargo-depends.mk
diff -u pkgsrc/shells/nushell/cargo-depends.mk:1.39 pkgsrc/shells/nushell/cargo-depends.mk:1.40
--- pkgsrc/shells/nushell/cargo-depends.mk:1.39 Sat Jun  1 14:22:32 2024
+++ pkgsrc/shells/nushell/cargo-depends.mk      Tue Jun  4 06:43:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: cargo-depends.mk,v 1.39 2024/06/01 14:22:32 pin Exp $
+# $NetBSD: cargo-depends.mk,v 1.40 2024/06/04 06:43:38 pin Exp $
 
 CARGO_CRATE_DEPENDS+=  addr2line-0.21.0
 CARGO_CRATE_DEPENDS+=  adler-1.0.2

Index: pkgsrc/shells/nushell/distinfo
diff -u pkgsrc/shells/nushell/distinfo:1.46 pkgsrc/shells/nushell/distinfo:1.47
--- pkgsrc/shells/nushell/distinfo:1.46 Sat Jun  1 14:22:32 2024
+++ pkgsrc/shells/nushell/distinfo      Tue Jun  4 06:43:38 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.46 2024/06/01 14:22:32 pin Exp $
+$NetBSD: distinfo,v 1.47 2024/06/04 06:43:38 pin Exp $
 
 BLAKE2s (addr2line-0.21.0.crate) = aa7d8fa248d0454d92b962f5d741ba41c55564299d33e6814e70dfe0b71bbcc7
 SHA512 (addr2line-0.21.0.crate) = afde7660dda30dee240e79df1fb5b92d4572520bf17a134ef3765e2a077af9e13713952d52e27fae420109b40f6e24dbce1056687dbcbead858ffc21cc7dc69b
@@ -921,9 +921,9 @@ Size (num_threads-0.1.7.crate) = 7455 by
 BLAKE2s (number_prefix-0.4.0.crate) = e2e6caf7fd792ec56ec5665184ed1b66469de944c998ee8e0eee92eb0f7105b5
 SHA512 (number_prefix-0.4.0.crate) = a43b668d7314218b86ca7451daa9dfef71f6c9f6616bc34c12d94ae6030f182bcca9da83905cb46f3d49d0aa81385a787e92e4f3ae239658067adc249f8174df
 Size (number_prefix-0.4.0.crate) = 6922 bytes
-BLAKE2s (nushell-0.94.1.tar.gz) = 93b1f9693296930d4582b3f76be8933b1eb9201fc483fcc584dde44207798d81
-SHA512 (nushell-0.94.1.tar.gz) = d5233a83f617b051c51c52e4aa18a3a9a531381d09519387cee976861ed7b0cf39961f1bc3f55032954e6cbaf970ffdea627550b3ad3bcc5a51654696724cfc6
-Size (nushell-0.94.1.tar.gz) = 3016922 bytes
+BLAKE2s (nushell-0.94.2.tar.gz) = d0f422b0608b46670e8fb7c03f2e1b21754b98526e5e0638c0dbd7de6c6fc15f
+SHA512 (nushell-0.94.2.tar.gz) = 45de9873a116d8c5e0de94a977cba10d0e725ce51653202d97d0c67c82177a1d0b371c9571c49aa3a380524c3226363d52b2caee9627a98eb8554acb88c2d954
+Size (nushell-0.94.2.tar.gz) = 3018706 bytes
 BLAKE2s (objc-0.2.7.crate) = e34a570a877d402bef4a22098157a24171ada921812037222da0b82a1424f391
 SHA512 (objc-0.2.7.crate) = 7178870c8e4e9154b4c7b4953b3164946b7ce72c956a02b9ba18889353c72be735824bd73e44a485e42ad5f97994820d9153ac684629342755a6a63711ab5988
 Size (objc-0.2.7.crate) = 22036 bytes
@@ -1998,4 +1998,4 @@ Size (zstd-safe-7.1.0.crate) = 20792 byt
 BLAKE2s (zstd-sys-2.0.10+zstd.1.5.6.crate) = 4dceb67091ebdc96990c6f6e86ada016124d9f9bf0da5fefa2172f9d6650175c
 SHA512 (zstd-sys-2.0.10+zstd.1.5.6.crate) = 588008a436a9c7751fa7c088620bf04434751e508c9a729e6840e42a14a2cc26c8ee252e8f129a5ae00eb1f76ae6ecfffaac043d854b61381d386f71d80993f9
 Size (zstd-sys-2.0.10+zstd.1.5.6.crate) = 749088 bytes
-SHA1 (patch-Cargo.toml) = 124489f15daaa4db9dff7717277aacbcd2d08782
+SHA1 (patch-Cargo.toml) = c05439022f8cbaf9cbbe027ad66bc195515ef83a

Index: pkgsrc/shells/nushell/patches/patch-Cargo.toml
diff -u pkgsrc/shells/nushell/patches/patch-Cargo.toml:1.4 pkgsrc/shells/nushell/patches/patch-Cargo.toml:1.5
--- pkgsrc/shells/nushell/patches/patch-Cargo.toml:1.4  Sat Jun  1 14:22:32 2024
+++ pkgsrc/shells/nushell/patches/patch-Cargo.toml      Tue Jun  4 06:43:39 2024
@@ -1,8 +1,8 @@
-$NetBSD: patch-Cargo.toml,v 1.4 2024/06/01 14:22:32 pin Exp $
+$NetBSD: patch-Cargo.toml,v 1.5 2024/06/04 06:43:39 pin Exp $
 
 Don't require latest version of Rust to fix a bug that only affects Windows.
 
---- Cargo.toml.orig    2024-06-01 10:30:17.739011024 +0000
+--- Cargo.toml.orig    2024-06-04 04:25:57.763871364 +0000
 +++ Cargo.toml
 @@ -10,7 +10,7 @@ homepage = "https://www.nushell.sh";
  license = "MIT"
@@ -10,7 +10,7 @@ Don't require latest version of Rust to 
  repository = "https://github.com/nushell/nushell";
 -rust-version = "1.77.2"
 +rust-version = "1.76.0"
- version = "0.94.1"
+ version = "0.94.2"
  
  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 @@ -305,4 +305,4 @@ bench = false



Home | Main Index | Thread Index | Old Index