Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] nushell: update to 0.83.0.
Date: Sun, 30 Jul 2023 22:45:28 +0200	[thread overview]
Message-ID: <20230730204528.ToYWTf_1kxStdB-6ymIHonrc4q2WJyDX1DCyg4JQuLM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45283@inbox.vuxu.org>

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

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

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

From 9d2bdbb94a8de00642d43779d545ea52419d56e2 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 27 Jul 2023 21:44:45 +0530
Subject: [PATCH] nushell: update to 0.83.1.

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

diff --git a/srcpkgs/nushell/patches/0001-use-system-libraries.patch b/srcpkgs/nushell/patches/0001-use-system-libraries.patch
index 5d62245d9ab7e..21b373e9d063d 100644
--- a/srcpkgs/nushell/patches/0001-use-system-libraries.patch
+++ b/srcpkgs/nushell/patches/0001-use-system-libraries.patch
@@ -17,9 +17,9 @@ index d1f11f0..b8e96f7 100644
 @@ -67,7 +67,7 @@ nu-term-grid = { path = "./crates/nu-term-grid", version = "0.82.0" }
  nu-std = { path = "./crates/nu-std", version = "0.82.0" }
  nu-utils = { path = "./crates/nu-utils", version = "0.82.0" }
- nu-ansi-term = "0.47.0"
--reedline = { version = "0.21.0", features = ["bashisms", "sqlite"]}
-+reedline = { version = "0.21.0", features = ["bashisms", "sqlite-dynlib"]}
+ nu-ansi-term = "0.49.0"
+-reedline = { version = "0.22.0", features = ["bashisms", "sqlite"]}
++reedline = { version = "0.22.0", features = ["bashisms", "sqlite-dynlib"]}
  
  mimalloc = { version = "0.1.37", default-features = false, optional = true}
  
@@ -30,12 +30,12 @@ index 841ff85..ea70d4a 100644
 @@ -25,7 +25,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.82.0" }
  nu-utils = { path = "../nu-utils", version = "0.82.0" }
  nu-color-config = { path = "../nu-color-config", version = "0.82.0" }
- nu-ansi-term = "0.47.0"
--reedline = { version = "0.21.0", features = ["bashisms", "sqlite"]}
-+reedline = { version = "0.21.0", features = ["bashisms", "sqlite-dynlib"]}
+ nu-ansi-term = "0.49.0"
+-reedline = { version = "0.22.0", features = ["bashisms", "sqlite"]}
++reedline = { version = "0.22.0", features = ["bashisms", "sqlite-dynlib"]}
  
- atty = "0.2"
  chrono = { default-features = false, features = ["std"], version = "0.4" }
+ crossterm = "0.26"
 diff --git a/a/crates/nu-command/Cargo.toml b/a/crates/nu-command/Cargo.toml
 index 7bb5710..9911440 100644
 --- a/crates/nu-command/Cargo.toml
@@ -46,6 +46,6 @@ index 7bb5710..9911440 100644
  roxmltree = "0.18"
 -rusqlite = { version = "0.29", features = ["bundled"], optional = true }
 +rusqlite = { version = "0.29", optional = true }
- rust-embed = "6.6"
  same-file = "1.0"
  serde = { version = "1.0", features = ["derive"] }
+ serde_json = "1.0"
diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index 8bcb50e307c86..4b7df936a62b0 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,6 +1,6 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.82.0
+version=0.83.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=587847feeb9fc06eb2a9da5ff05ffea5238fe5928ebea944c042838d8ad136e8
+checksum=a08baef4e487cf200b14cd4a8555110106a947ac439ad8e2759f5ec52c8f9656
 register_shell="/usr/bin/nu"
 # all tests fail with argument --target
 make_check=no

  parent reply	other threads:[~2023-07-30 20:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-27 16:25 [PR PATCH] " icp1994
2023-07-27 16:47 ` icp1994
2023-07-30 20:45 ` icp1994 [this message]
2023-08-06  0:58 ` [PR PATCH] [Merged]: nushell: update to 0.83.1 classabbyamp

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=20230730204528.ToYWTf_1kxStdB-6ymIHonrc4q2WJyDX1DCyg4JQuLM@z \
    --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).