nushell: update to 0.42.0
This commit is contained in:
parent
5b3da789f6
commit
9dd98370b0
2 changed files with 22 additions and 23 deletions
|
@ -1,8 +1,8 @@
|
|||
Index: nushell-0.34.0/Cargo.toml
|
||||
===================================================================
|
||||
--- nushell-0.34.0.orig/Cargo.toml
|
||||
+++ nushell-0.34.0/Cargo.toml
|
||||
@@ -259,3 +259,7 @@ required-features = ["sqlite"]
|
||||
diff --git a/Cargo.toml.orig b/Cargo.toml
|
||||
index 7c53d6d1ed..510ef7698b 100644
|
||||
--- a/Cargo.toml.orig
|
||||
+++ b/Cargo.toml
|
||||
@@ -227,3 +227,7 @@ required-features = ["sqlite"]
|
||||
[[bin]]
|
||||
name = "nu"
|
||||
path = "src/main.rs"
|
||||
|
@ -10,29 +10,31 @@ Index: nushell-0.34.0/Cargo.toml
|
|||
+[dependencies.zstd]
|
||||
+features = ["pkg-config"]
|
||||
+version = ">=0.0.0"
|
||||
Index: nushell-0.34.0/crates/nu_plugin_from_sqlite/Cargo.toml
|
||||
===================================================================
|
||||
--- nushell-0.34.0.orig/crates/nu_plugin_from_sqlite/Cargo.toml
|
||||
+++ nushell-0.34.0/crates/nu_plugin_from_sqlite/Cargo.toml
|
||||
@@ -20,7 +20,7 @@ num-traits = "0.2.14"
|
||||
====
|
||||
diff --git a/crates/nu_plugin_from_sqlite/Cargo.toml.orig b/crates/nu_plugin_from_sqlite/Cargo.toml
|
||||
index ef28788f42..ad439b5fd3 100644
|
||||
--- a/crates/nu_plugin_from_sqlite/Cargo.toml.orig
|
||||
+++ b/crates/nu_plugin_from_sqlite/Cargo.toml
|
||||
@@ -18,7 +18,7 @@ nu-source = { path="../nu-source", version = "0.42.0" }
|
||||
tempfile = "3.2.0"
|
||||
|
||||
[dependencies.rusqlite]
|
||||
-features = ["bundled", "blob"]
|
||||
+features = ["blob"]
|
||||
version = "0.25.3"
|
||||
version = "0.26.1"
|
||||
|
||||
[build-dependencies]
|
||||
Index: nushell-0.34.0/crates/nu_plugin_to_sqlite/Cargo.toml
|
||||
===================================================================
|
||||
--- nushell-0.34.0.orig/crates/nu_plugin_to_sqlite/Cargo.toml
|
||||
+++ nushell-0.34.0/crates/nu_plugin_to_sqlite/Cargo.toml
|
||||
@@ -20,7 +20,7 @@ num-traits = "0.2.14"
|
||||
====
|
||||
diff --git a/crates/nu_plugin_to_sqlite/Cargo.toml.orig b/crates/nu_plugin_to_sqlite/Cargo.toml
|
||||
index 6e26ec5fda..a551200402 100644
|
||||
--- a/crates/nu_plugin_to_sqlite/Cargo.toml.orig
|
||||
+++ b/crates/nu_plugin_to_sqlite/Cargo.toml
|
||||
@@ -18,7 +18,7 @@ nu-source = { path="../nu-source", version = "0.42.0" }
|
||||
tempfile = "3.2.0"
|
||||
|
||||
[dependencies.rusqlite]
|
||||
-features = ["bundled", "blob"]
|
||||
+features = ["blob"]
|
||||
version = "0.25.3"
|
||||
version = "0.26.1"
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nushell'
|
||||
pkgname=nushell
|
||||
version=0.34.0
|
||||
revision=2
|
||||
version=0.42.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
configure_args="--features=extra"
|
||||
hostmakedepends="pkg-config python3 libgit2-devel"
|
||||
|
@ -14,7 +14,7 @@ license="MIT"
|
|||
homepage="https://www.nushell.sh/"
|
||||
changelog="https://www.nushell.sh/blog/"
|
||||
distfiles="https://github.com/nushell/nushell/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=9571c7fbf0f0fdabb055727b63b6a5c3561f04357336289106591fc6afcff7a3
|
||||
checksum=68efbc58b1f7b4936a2f84903e093d66b172fb3d62f246966b8c5a8f8345eaae
|
||||
register_shell="/usr/bin/nu"
|
||||
# all tests fail with argument --target
|
||||
make_check=no
|
||||
|
@ -23,9 +23,6 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
i686*)
|
||||
broken='https://build.voidlinux.org/builders/i686_builder/builds/33520/steps/shell_3/logs/stdio'
|
||||
;;
|
||||
esac
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc*) broken="arrow-rs parquet is busted garbage";;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue