Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] nushell: update to 0.86.0.
Date: Thu, 19 Oct 2023 21:14:23 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46779@inbox.vuxu.org> (raw)

[-- 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/46779

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

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

From 137e3e769eeea46a91235230fd7ed9a73dd3d5da Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 18 Oct 2023 13:04:00 +0530
Subject: [PATCH] nushell: update to 0.86.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 b6c90bb0e7f4b..4c42707b426b7 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 f46dd56e..ad9ecfbb 100644
+index bd4523f5..23b7dae4 100644
 --- a/Cargo.lock
 +++ b/Cargo.lock
-@@ -2236,7 +2236,6 @@ version = "0.26.0"
+@@ -2217,7 +2217,6 @@ version = "0.26.0"
  source = "registry+https://github.com/rust-lang/crates.io-index"
  checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
  dependencies = [
@@ -11,38 +11,38 @@ index f46dd56e..ad9ecfbb 100644
   "vcpkg",
  ]
 diff --git a/Cargo.toml b/Cargo.toml
-index ab87f9e7..2d976ce5 100644
+index 40465bc4..7f045651 100644
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -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" }
+@@ -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" }
  nu-ansi-term = "0.49.0"
--reedline = { version = "0.24.0", features = ["bashisms", "sqlite"] }
-+reedline = { version = "0.24.0", features = ["bashisms", "sqlite-dynlib"] }
+-reedline = { version = "0.25.0", features = ["bashisms", "sqlite"] }
++reedline = { version = "0.25.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 5b7fda58..c515f661 100644
+index 1f7db47e..d1ecd439 100644
 --- a/crates/nu-cli/Cargo.toml
 +++ b/crates/nu-cli/Cargo.toml
-@@ -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" }
+@@ -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" }
  nu-ansi-term = "0.49.0"
--reedline = { version = "0.24.0", features = ["bashisms", "sqlite"] }
-+reedline = { version = "0.24.0", features = ["bashisms", "sqlite-dynlib"] }
+-reedline = { version = "0.25.0", features = ["bashisms", "sqlite"] }
++reedline = { version = "0.25.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 2f26bcb8..9c7c29cf 100644
+index 8871f5ef..b4c4b845 100644
 --- a/crates/nu-command/Cargo.toml
 +++ b/crates/nu-command/Cargo.toml
-@@ -73,7 +73,7 @@ rand = "0.8"
- rayon = "1.7"
- regex = "1.7"
+@@ -72,7 +72,7 @@ rand = "0.8"
+ rayon = "1.8"
+ regex = "1.9.5"
  roxmltree = "0.18"
 -rusqlite = { version = "0.29", features = ["bundled"], optional = true }
 +rusqlite = { version = "0.29", optional = true }
diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index 491bbdee15c3b..d7774d15f5ec2 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,6 +1,6 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.85.0
+version=0.86.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=19e327b23fc08b519f5077e33908afa7967d98139a516c180d029b3ca0618da3
+checksum=733576c766f087e4fdabee14bbcb0ba15516472d4f443fc401386cd1d6e8d7eb
 register_shell="/usr/bin/nu"
 # all tests fail with argument --target
 make_check=no

             reply	other threads:[~2023-10-19 19:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-19 19:14 icp1994 [this message]
2023-10-25 12:59 ` [PR PATCH] [Merged]: " Piraty

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46779@inbox.vuxu.org \
    --to=icp1994@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).