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