Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nushell: update to 0.85.0.
@ 2023-09-21 19:36 icp1994
  2023-09-22  5:38 ` [PR PATCH] [Updated] " icp1994
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2023-09-21 19:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 473 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages nushell
https://github.com/void-linux/void-packages/pull/46171

nushell: update to 0.85.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/46171.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nushell-46171.patch --]
[-- Type: text/x-diff, Size: 4240 bytes --]

From 438453e47f5fd5bb1dff0d0b1dbba1634f7c9207 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 20 Sep 2023 12:08:24 +0530
Subject: [PATCH] nushell: update to 0.85.0.

---
 .../patches/0001-use-system-libraries.patch   | 36 +++++++++----------
 srcpkgs/nushell/template                      |  4 +--
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/srcpkgs/nushell/patches/0001-use-system-libraries.patch b/srcpkgs/nushell/patches/0001-use-system-libraries.patch
index faa820058140a..b6c90bb0e7f4b 100644
--- a/srcpkgs/nushell/patches/0001-use-system-libraries.patch
+++ b/srcpkgs/nushell/patches/0001-use-system-libraries.patch
@@ -1,8 +1,8 @@
 diff --git a/Cargo.lock b/Cargo.lock
-index caa34e62..2e52d8b8 100644
+index f46dd56e..ad9ecfbb 100644
 --- a/Cargo.lock
 +++ b/Cargo.lock
-@@ -2135,7 +2135,6 @@ version = "0.26.0"
+@@ -2236,7 +2236,6 @@ version = "0.26.0"
  source = "registry+https://github.com/rust-lang/crates.io-index"
  checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
  dependencies = [
@@ -11,36 +11,36 @@ index caa34e62..2e52d8b8 100644
   "vcpkg",
  ]
 diff --git a/Cargo.toml b/Cargo.toml
-index 601e18cb..0458e0c8 100644
+index ab87f9e7..2d976ce5 100644
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -67,7 +67,7 @@ nu-term-grid = { path = "./crates/nu-term-grid", version = "0.84.0" }
- nu-std = { path = "./crates/nu-std", version = "0.84.0" }
- nu-utils = { path = "./crates/nu-utils", version = "0.84.0" }
+@@ -67,7 +67,7 @@ nu-term-grid = { path = "./crates/nu-term-grid", version = "0.85.0" }
+ nu-std = { path = "./crates/nu-std", version = "0.85.0" }
+ nu-utils = { path = "./crates/nu-utils", version = "0.85.0" }
  nu-ansi-term = "0.49.0"
--reedline = { version = "0.23.0", features = ["bashisms", "sqlite"]}
-+reedline = { version = "0.23.0", features = ["bashisms", "sqlite-dynlib"]}
+-reedline = { version = "0.24.0", features = ["bashisms", "sqlite"] }
++reedline = { version = "0.24.0", features = ["bashisms", "sqlite-dynlib"] }
  
- crossterm = "0.26"
+ crossterm = "0.27"
  ctrlc = "3.4"
 diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml
-index a3871ff2..41873e16 100644
+index 5b7fda58..c515f661 100644
 --- a/crates/nu-cli/Cargo.toml
 +++ b/crates/nu-cli/Cargo.toml
-@@ -25,7 +25,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.84.0" }
- nu-utils = { path = "../nu-utils", version = "0.84.0" }
- nu-color-config = { path = "../nu-color-config", version = "0.84.0" }
+@@ -25,7 +25,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.85.0" }
+ nu-utils = { path = "../nu-utils", version = "0.85.0" }
+ nu-color-config = { path = "../nu-color-config", version = "0.85.0" }
  nu-ansi-term = "0.49.0"
--reedline = { version = "0.23.0", features = ["bashisms", "sqlite"]}
-+reedline = { version = "0.23.0", features = ["bashisms", "sqlite-dynlib"]}
+-reedline = { version = "0.24.0", features = ["bashisms", "sqlite"] }
++reedline = { version = "0.24.0", features = ["bashisms", "sqlite-dynlib"] }
  
  chrono = { default-features = false, features = ["std"], version = "0.4" }
- crossterm = "0.26"
+ crossterm = "0.27"
 diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml
-index f6c6f62f..7185e1be 100644
+index 2f26bcb8..9c7c29cf 100644
 --- a/crates/nu-command/Cargo.toml
 +++ b/crates/nu-command/Cargo.toml
-@@ -74,7 +74,7 @@ rand = "0.8"
+@@ -73,7 +73,7 @@ rand = "0.8"
  rayon = "1.7"
  regex = "1.7"
  roxmltree = "0.18"
diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index 13d29bbf2c687..2dd69e0d61ef8 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,6 +1,6 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.84.0
+version=0.85.0
 revision=1
 build_style=cargo
 configure_args="--features=extra"
@@ -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=483211c44bb40ca6199b52824ea0a935da19d6a40259c4e27c29ae1e3b3be2a7
+checksum=19e327b23fc08b519f5077e33908afa7967d98139a516c180d029b3ca0618da3
 register_shell="/usr/bin/nu"
 # all tests fail with argument --target
 make_check=no

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] nushell: update to 0.85.0.
  2023-09-21 19:36 [PR PATCH] nushell: update to 0.85.0 icp1994
@ 2023-09-22  5:38 ` icp1994
  2023-09-22  6:07 ` icp1994
  2023-09-22 21:46 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-09-22  5:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 478 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages nushell
https://github.com/void-linux/void-packages/pull/46171

nushell: update to 0.85.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/46171.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nushell-46171.patch --]
[-- Type: text/x-diff, Size: 4240 bytes --]

From a778efc98510243a7a68a849a13014757cd722a7 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 20 Sep 2023 12:08:24 +0530
Subject: [PATCH] nushell: update to 0.85.0.

---
 .../patches/0001-use-system-libraries.patch   | 36 +++++++++----------
 srcpkgs/nushell/template                      |  4 +--
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/srcpkgs/nushell/patches/0001-use-system-libraries.patch b/srcpkgs/nushell/patches/0001-use-system-libraries.patch
index faa820058140a..b6c90bb0e7f4b 100644
--- a/srcpkgs/nushell/patches/0001-use-system-libraries.patch
+++ b/srcpkgs/nushell/patches/0001-use-system-libraries.patch
@@ -1,8 +1,8 @@
 diff --git a/Cargo.lock b/Cargo.lock
-index caa34e62..2e52d8b8 100644
+index f46dd56e..ad9ecfbb 100644
 --- a/Cargo.lock
 +++ b/Cargo.lock
-@@ -2135,7 +2135,6 @@ version = "0.26.0"
+@@ -2236,7 +2236,6 @@ version = "0.26.0"
  source = "registry+https://github.com/rust-lang/crates.io-index"
  checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
  dependencies = [
@@ -11,36 +11,36 @@ index caa34e62..2e52d8b8 100644
   "vcpkg",
  ]
 diff --git a/Cargo.toml b/Cargo.toml
-index 601e18cb..0458e0c8 100644
+index ab87f9e7..2d976ce5 100644
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -67,7 +67,7 @@ nu-term-grid = { path = "./crates/nu-term-grid", version = "0.84.0" }
- nu-std = { path = "./crates/nu-std", version = "0.84.0" }
- nu-utils = { path = "./crates/nu-utils", version = "0.84.0" }
+@@ -67,7 +67,7 @@ nu-term-grid = { path = "./crates/nu-term-grid", version = "0.85.0" }
+ nu-std = { path = "./crates/nu-std", version = "0.85.0" }
+ nu-utils = { path = "./crates/nu-utils", version = "0.85.0" }
  nu-ansi-term = "0.49.0"
--reedline = { version = "0.23.0", features = ["bashisms", "sqlite"]}
-+reedline = { version = "0.23.0", features = ["bashisms", "sqlite-dynlib"]}
+-reedline = { version = "0.24.0", features = ["bashisms", "sqlite"] }
++reedline = { version = "0.24.0", features = ["bashisms", "sqlite-dynlib"] }
  
- crossterm = "0.26"
+ crossterm = "0.27"
  ctrlc = "3.4"
 diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml
-index a3871ff2..41873e16 100644
+index 5b7fda58..c515f661 100644
 --- a/crates/nu-cli/Cargo.toml
 +++ b/crates/nu-cli/Cargo.toml
-@@ -25,7 +25,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.84.0" }
- nu-utils = { path = "../nu-utils", version = "0.84.0" }
- nu-color-config = { path = "../nu-color-config", version = "0.84.0" }
+@@ -25,7 +25,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.85.0" }
+ nu-utils = { path = "../nu-utils", version = "0.85.0" }
+ nu-color-config = { path = "../nu-color-config", version = "0.85.0" }
  nu-ansi-term = "0.49.0"
--reedline = { version = "0.23.0", features = ["bashisms", "sqlite"]}
-+reedline = { version = "0.23.0", features = ["bashisms", "sqlite-dynlib"]}
+-reedline = { version = "0.24.0", features = ["bashisms", "sqlite"] }
++reedline = { version = "0.24.0", features = ["bashisms", "sqlite-dynlib"] }
  
  chrono = { default-features = false, features = ["std"], version = "0.4" }
- crossterm = "0.26"
+ crossterm = "0.27"
 diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml
-index f6c6f62f..7185e1be 100644
+index 2f26bcb8..9c7c29cf 100644
 --- a/crates/nu-command/Cargo.toml
 +++ b/crates/nu-command/Cargo.toml
-@@ -74,7 +74,7 @@ rand = "0.8"
+@@ -73,7 +73,7 @@ rand = "0.8"
  rayon = "1.7"
  regex = "1.7"
  roxmltree = "0.18"
diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index 13d29bbf2c687..2dd69e0d61ef8 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,6 +1,6 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.84.0
+version=0.85.0
 revision=1
 build_style=cargo
 configure_args="--features=extra"
@@ -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=483211c44bb40ca6199b52824ea0a935da19d6a40259c4e27c29ae1e3b3be2a7
+checksum=19e327b23fc08b519f5077e33908afa7967d98139a516c180d029b3ca0618da3
 register_shell="/usr/bin/nu"
 # all tests fail with argument --target
 make_check=no

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] nushell: update to 0.85.0.
  2023-09-21 19:36 [PR PATCH] nushell: update to 0.85.0 icp1994
  2023-09-22  5:38 ` [PR PATCH] [Updated] " icp1994
@ 2023-09-22  6:07 ` icp1994
  2023-09-22 21:46 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-09-22  6:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 478 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages nushell
https://github.com/void-linux/void-packages/pull/46171

nushell: update to 0.85.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/46171.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nushell-46171.patch --]
[-- Type: text/x-diff, Size: 4452 bytes --]

From 519b8cb429773abe8cf4503b5d8e09ba25e6e0b2 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 20 Sep 2023 12:08:24 +0530
Subject: [PATCH] nushell: update to 0.85.0.

---
 .../patches/0001-use-system-libraries.patch   | 36 +++++++++----------
 srcpkgs/nushell/template                      |  8 +++--
 2 files changed, 24 insertions(+), 20 deletions(-)

diff --git a/srcpkgs/nushell/patches/0001-use-system-libraries.patch b/srcpkgs/nushell/patches/0001-use-system-libraries.patch
index faa820058140a..b6c90bb0e7f4b 100644
--- a/srcpkgs/nushell/patches/0001-use-system-libraries.patch
+++ b/srcpkgs/nushell/patches/0001-use-system-libraries.patch
@@ -1,8 +1,8 @@
 diff --git a/Cargo.lock b/Cargo.lock
-index caa34e62..2e52d8b8 100644
+index f46dd56e..ad9ecfbb 100644
 --- a/Cargo.lock
 +++ b/Cargo.lock
-@@ -2135,7 +2135,6 @@ version = "0.26.0"
+@@ -2236,7 +2236,6 @@ version = "0.26.0"
  source = "registry+https://github.com/rust-lang/crates.io-index"
  checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
  dependencies = [
@@ -11,36 +11,36 @@ index caa34e62..2e52d8b8 100644
   "vcpkg",
  ]
 diff --git a/Cargo.toml b/Cargo.toml
-index 601e18cb..0458e0c8 100644
+index ab87f9e7..2d976ce5 100644
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -67,7 +67,7 @@ nu-term-grid = { path = "./crates/nu-term-grid", version = "0.84.0" }
- nu-std = { path = "./crates/nu-std", version = "0.84.0" }
- nu-utils = { path = "./crates/nu-utils", version = "0.84.0" }
+@@ -67,7 +67,7 @@ nu-term-grid = { path = "./crates/nu-term-grid", version = "0.85.0" }
+ nu-std = { path = "./crates/nu-std", version = "0.85.0" }
+ nu-utils = { path = "./crates/nu-utils", version = "0.85.0" }
  nu-ansi-term = "0.49.0"
--reedline = { version = "0.23.0", features = ["bashisms", "sqlite"]}
-+reedline = { version = "0.23.0", features = ["bashisms", "sqlite-dynlib"]}
+-reedline = { version = "0.24.0", features = ["bashisms", "sqlite"] }
++reedline = { version = "0.24.0", features = ["bashisms", "sqlite-dynlib"] }
  
- crossterm = "0.26"
+ crossterm = "0.27"
  ctrlc = "3.4"
 diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml
-index a3871ff2..41873e16 100644
+index 5b7fda58..c515f661 100644
 --- a/crates/nu-cli/Cargo.toml
 +++ b/crates/nu-cli/Cargo.toml
-@@ -25,7 +25,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.84.0" }
- nu-utils = { path = "../nu-utils", version = "0.84.0" }
- nu-color-config = { path = "../nu-color-config", version = "0.84.0" }
+@@ -25,7 +25,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.85.0" }
+ nu-utils = { path = "../nu-utils", version = "0.85.0" }
+ nu-color-config = { path = "../nu-color-config", version = "0.85.0" }
  nu-ansi-term = "0.49.0"
--reedline = { version = "0.23.0", features = ["bashisms", "sqlite"]}
-+reedline = { version = "0.23.0", features = ["bashisms", "sqlite-dynlib"]}
+-reedline = { version = "0.24.0", features = ["bashisms", "sqlite"] }
++reedline = { version = "0.24.0", features = ["bashisms", "sqlite-dynlib"] }
  
  chrono = { default-features = false, features = ["std"], version = "0.4" }
- crossterm = "0.26"
+ crossterm = "0.27"
 diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml
-index f6c6f62f..7185e1be 100644
+index 2f26bcb8..9c7c29cf 100644
 --- a/crates/nu-command/Cargo.toml
 +++ b/crates/nu-command/Cargo.toml
-@@ -74,7 +74,7 @@ rand = "0.8"
+@@ -73,7 +73,7 @@ rand = "0.8"
  rayon = "1.7"
  regex = "1.7"
  roxmltree = "0.18"
diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index 13d29bbf2c687..491bbdee15c3b 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,6 +1,6 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.84.0
+version=0.85.0
 revision=1
 build_style=cargo
 configure_args="--features=extra"
@@ -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=483211c44bb40ca6199b52824ea0a935da19d6a40259c4e27c29ae1e3b3be2a7
+checksum=19e327b23fc08b519f5077e33908afa7967d98139a516c180d029b3ca0618da3
 register_shell="/usr/bin/nu"
 # all tests fail with argument --target
 make_check=no
@@ -26,6 +26,10 @@ i686*)
 ppc*) broken="arrow-rs parquet is busted garbage" ;;
 esac
 
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	XBPS_CROSS_RUSTFLAGS+=" -latomic"
+fi
+
 post_install() {
 	vlicense LICENSE
 }

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: nushell: update to 0.85.0.
  2023-09-21 19:36 [PR PATCH] nushell: update to 0.85.0 icp1994
  2023-09-22  5:38 ` [PR PATCH] [Updated] " icp1994
  2023-09-22  6:07 ` icp1994
@ 2023-09-22 21:46 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-09-22 21:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There's a merged pull request on the void-packages repository

nushell: update to 0.85.0.
https://github.com/void-linux/void-packages/pull/46171

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-22 21:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-21 19:36 [PR PATCH] nushell: update to 0.85.0 icp1994
2023-09-22  5:38 ` [PR PATCH] [Updated] " icp1994
2023-09-22  6:07 ` icp1994
2023-09-22 21:46 ` [PR PATCH] [Merged]: " Duncaen

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 NNTP newsgroup(s).