Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nushell: update to 0.87.0.
@ 2023-11-16 20:26 icp1994
  2023-11-21  7:00 ` [PR PATCH] [Updated] nushell: update to 0.87.1 icp1994
  2023-11-26  8:24 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-11-16 20:26 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/47271

nushell: update to 0.87.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/47271.patch is attached

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

From 200861dab0faa5eb7850ad807f3531ab1cf4db45 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 16 Nov 2023 12:58:20 +0530
Subject: [PATCH] nushell: update to 0.87.0.

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

diff --git a/srcpkgs/nushell/patches/0001-use-system-libraries.patch b/srcpkgs/nushell/patches/0001-use-system-libraries.patch
index 4c42707b426b7..eb689ce133d95 100644
--- a/srcpkgs/nushell/patches/0001-use-system-libraries.patch
+++ b/srcpkgs/nushell/patches/0001-use-system-libraries.patch
@@ -1,5 +1,5 @@
 diff --git a/Cargo.lock b/Cargo.lock
-index bd4523f5..23b7dae4 100644
+index b98f9a89..7e44b502 100644
 --- a/Cargo.lock
 +++ b/Cargo.lock
 @@ -2217,7 +2217,6 @@ version = "0.26.0"
@@ -11,33 +11,33 @@ index bd4523f5..23b7dae4 100644
   "vcpkg",
  ]
 diff --git a/Cargo.toml b/Cargo.toml
-index 40465bc4..7f045651 100644
+index f0d1802b..bff6b703 100644
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -67,7 +67,7 @@ nu-term-grid = { path = "./crates/nu-term-grid", version = "0.86.0" }
- nu-std = { path = "./crates/nu-std", version = "0.86.0" }
- nu-utils = { path = "./crates/nu-utils", version = "0.86.0" }
+@@ -69,7 +69,7 @@ nu-term-grid = { path = "./crates/nu-term-grid", version = "0.87.0" }
+ nu-std = { path = "./crates/nu-std", version = "0.87.0" }
+ nu-utils = { path = "./crates/nu-utils", version = "0.87.0" }
  nu-ansi-term = "0.49.0"
--reedline = { version = "0.25.0", features = ["bashisms", "sqlite"] }
-+reedline = { version = "0.25.0", features = ["bashisms", "sqlite-dynlib"] }
+-reedline = { version = "0.26.0", features = ["bashisms", "sqlite"] }
++reedline = { version = "0.26.0", features = ["bashisms", "sqlite-dynlib"] }
  
  crossterm = "0.27"
  ctrlc = "3.4"
 diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml
-index 1f7db47e..d1ecd439 100644
+index 5fcd55b6..a91cf4ee 100644
 --- a/crates/nu-cli/Cargo.toml
 +++ b/crates/nu-cli/Cargo.toml
-@@ -25,7 +25,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.86.0" }
- nu-utils = { path = "../nu-utils", version = "0.86.0" }
- nu-color-config = { path = "../nu-color-config", version = "0.86.0" }
+@@ -25,7 +25,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.87.0" }
+ nu-utils = { path = "../nu-utils", version = "0.87.0" }
+ nu-color-config = { path = "../nu-color-config", version = "0.87.0" }
  nu-ansi-term = "0.49.0"
--reedline = { version = "0.25.0", features = ["bashisms", "sqlite"] }
-+reedline = { version = "0.25.0", features = ["bashisms", "sqlite-dynlib"] }
+-reedline = { version = "0.26.0", features = ["bashisms", "sqlite"] }
++reedline = { version = "0.26.0", features = ["bashisms", "sqlite-dynlib"] }
  
  chrono = { default-features = false, features = ["std"], version = "0.4" }
  crossterm = "0.27"
 diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml
-index 8871f5ef..b4c4b845 100644
+index bbd6f7a3..423c45f0 100644
 --- a/crates/nu-command/Cargo.toml
 +++ b/crates/nu-command/Cargo.toml
 @@ -72,7 +72,7 @@ rand = "0.8"
diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index d7774d15f5ec2..48263fc212268 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,6 +1,6 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.86.0
+version=0.87.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=733576c766f087e4fdabee14bbcb0ba15516472d4f443fc401386cd1d6e8d7eb
+checksum=9db8826bd0ea4930089b74622ae3eb9aea0e4ce1a45f481c806ebd48c3a9252d
 register_shell="/usr/bin/nu"
 # all tests fail with argument --target
 make_check=no

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

* Re: [PR PATCH] [Updated] nushell: update to 0.87.1.
  2023-11-16 20:26 [PR PATCH] nushell: update to 0.87.0 icp1994
@ 2023-11-21  7:00 ` icp1994
  2023-11-26  8:24 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-11-21  7:00 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/47271

nushell: update to 0.87.1.
#### 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/47271.patch is attached

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

From adc7d60e5015f5a7344ae33b1ac214a2c259f6c2 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 16 Nov 2023 12:58:20 +0530
Subject: [PATCH] nushell: update to 0.87.1.

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

diff --git a/srcpkgs/nushell/patches/0001-use-system-libraries.patch b/srcpkgs/nushell/patches/0001-use-system-libraries.patch
index 4c42707b426b7..eb689ce133d95 100644
--- a/srcpkgs/nushell/patches/0001-use-system-libraries.patch
+++ b/srcpkgs/nushell/patches/0001-use-system-libraries.patch
@@ -1,5 +1,5 @@
 diff --git a/Cargo.lock b/Cargo.lock
-index bd4523f5..23b7dae4 100644
+index b98f9a89..7e44b502 100644
 --- a/Cargo.lock
 +++ b/Cargo.lock
 @@ -2217,7 +2217,6 @@ version = "0.26.0"
@@ -11,33 +11,33 @@ index bd4523f5..23b7dae4 100644
   "vcpkg",
  ]
 diff --git a/Cargo.toml b/Cargo.toml
-index 40465bc4..7f045651 100644
+index f0d1802b..bff6b703 100644
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -67,7 +67,7 @@ nu-term-grid = { path = "./crates/nu-term-grid", version = "0.86.0" }
- nu-std = { path = "./crates/nu-std", version = "0.86.0" }
- nu-utils = { path = "./crates/nu-utils", version = "0.86.0" }
+@@ -69,7 +69,7 @@ nu-term-grid = { path = "./crates/nu-term-grid", version = "0.87.0" }
+ nu-std = { path = "./crates/nu-std", version = "0.87.0" }
+ nu-utils = { path = "./crates/nu-utils", version = "0.87.0" }
  nu-ansi-term = "0.49.0"
--reedline = { version = "0.25.0", features = ["bashisms", "sqlite"] }
-+reedline = { version = "0.25.0", features = ["bashisms", "sqlite-dynlib"] }
+-reedline = { version = "0.26.0", features = ["bashisms", "sqlite"] }
++reedline = { version = "0.26.0", features = ["bashisms", "sqlite-dynlib"] }
  
  crossterm = "0.27"
  ctrlc = "3.4"
 diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml
-index 1f7db47e..d1ecd439 100644
+index 5fcd55b6..a91cf4ee 100644
 --- a/crates/nu-cli/Cargo.toml
 +++ b/crates/nu-cli/Cargo.toml
-@@ -25,7 +25,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.86.0" }
- nu-utils = { path = "../nu-utils", version = "0.86.0" }
- nu-color-config = { path = "../nu-color-config", version = "0.86.0" }
+@@ -25,7 +25,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.87.0" }
+ nu-utils = { path = "../nu-utils", version = "0.87.0" }
+ nu-color-config = { path = "../nu-color-config", version = "0.87.0" }
  nu-ansi-term = "0.49.0"
--reedline = { version = "0.25.0", features = ["bashisms", "sqlite"] }
-+reedline = { version = "0.25.0", features = ["bashisms", "sqlite-dynlib"] }
+-reedline = { version = "0.26.0", features = ["bashisms", "sqlite"] }
++reedline = { version = "0.26.0", features = ["bashisms", "sqlite-dynlib"] }
  
  chrono = { default-features = false, features = ["std"], version = "0.4" }
  crossterm = "0.27"
 diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml
-index 8871f5ef..b4c4b845 100644
+index bbd6f7a3..423c45f0 100644
 --- a/crates/nu-command/Cargo.toml
 +++ b/crates/nu-command/Cargo.toml
 @@ -72,7 +72,7 @@ rand = "0.8"
diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index d7774d15f5ec2..2db256af3807a 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,6 +1,6 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.86.0
+version=0.87.1
 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=733576c766f087e4fdabee14bbcb0ba15516472d4f443fc401386cd1d6e8d7eb
+checksum=92087ff56c98acb86dc14e9566748c0f470ad5f13277dd62bda878146535fa83
 register_shell="/usr/bin/nu"
 # all tests fail with argument --target
 make_check=no

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

* Re: [PR PATCH] [Merged]: nushell: update to 0.87.1.
  2023-11-16 20:26 [PR PATCH] nushell: update to 0.87.0 icp1994
  2023-11-21  7:00 ` [PR PATCH] [Updated] nushell: update to 0.87.1 icp1994
@ 2023-11-26  8:24 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-11-26  8:24 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.87.1.
https://github.com/void-linux/void-packages/pull/47271

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] 3+ messages in thread

end of thread, other threads:[~2023-11-26  8:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-16 20:26 [PR PATCH] nushell: update to 0.87.0 icp1994
2023-11-21  7:00 ` [PR PATCH] [Updated] nushell: update to 0.87.1 icp1994
2023-11-26  8:24 ` [PR PATCH] [Merged]: " classabbyamp

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).