Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nushell: update to 0.82.0.
@ 2023-07-05 21:20 sirkhancision
  2023-07-06  6:05 ` icp1994
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: sirkhancision @ 2023-07-05 21:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sirkhancision/void-packages nushell
https://github.com/void-linux/void-packages/pull/44869

nushell: update to 0.82.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-glibc


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

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

From ecf7e4a037673b2e691ed0b62d3ac33fd8752bf8 Mon Sep 17 00:00:00 2001
From: sirkhancision <jsantiago12tone@gmail.com>
Date: Wed, 5 Jul 2023 14:49:58 -0300
Subject: [PATCH] nushell: update to 0.82.0.

---
 .../patches/0001-use-system-libraries.patch   | 69 -------------------
 srcpkgs/nushell/template                      | 12 ++--
 2 files changed, 6 insertions(+), 75 deletions(-)
 delete mode 100644 srcpkgs/nushell/patches/0001-use-system-libraries.patch

diff --git a/srcpkgs/nushell/patches/0001-use-system-libraries.patch b/srcpkgs/nushell/patches/0001-use-system-libraries.patch
deleted file mode 100644
index 1cc665f5105d..000000000000
--- a/srcpkgs/nushell/patches/0001-use-system-libraries.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-From b740aa919b96451231e26a6827b5cfe7bc568e22 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
- <jan.christian@gruenhage.xyz>
-Date: Wed, 8 Jun 2022 16:15:55 +0200
-Subject: [PATCH] use system libraries
-
----
- Cargo.lock                   | 1 -
- Cargo.toml                   | 2 +-
- crates/nu-cli/Cargo.toml     | 2 +-
- crates/nu-command/Cargo.toml | 4 ++--
- 4 files changed, 4 insertions(+), 5 deletions(-)
-
-diff --git a/Cargo.lock b/Cargo.lock
-index e2b876e3c..2d5772965 100644
---- a/Cargo.lock
-+++ b/Cargo.lock
-@@ -2208,7 +2208,6 @@ version = "0.25.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "29f835d03d717946d28b1d1ed632eb6f0e24a299388ee623d0c23118d3e8a7fa"
- dependencies = [
-- "cc",
-  "pkg-config",
-  "vcpkg",
- ]
-diff --git a/Cargo.toml b/Cargo.toml
-index 3db073901..318186fda 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -63,7 +63,7 @@ nu-term-grid = { path = "./crates/nu-term-grid", version = "0.78.0" }
- nu-utils = { path = "./crates/nu-utils", version = "0.78.0" }
- 
- nu-ansi-term = "0.47.0"
--reedline = { version = "0.18.0", features = ["bashisms", "sqlite"] }
-+reedline = { version = "0.18.0", features = ["bashisms", "sqlite-dynlib"] }
- 
- rayon = "1.7.0"
- is_executable = "1.0.1"
-diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml
-index 2d3ef54c4..d10497bcc 100644
---- a/crates/nu-cli/Cargo.toml
-+++ b/crates/nu-cli/Cargo.toml
-@@ -24,7 +24,7 @@ nu-utils = { path = "../nu-utils", version = "0.78.0" }
- nu-color-config = { path = "../nu-color-config", version = "0.78.0" }
- 
- nu-ansi-term = "0.47.0"
--reedline = { version = "0.18.0", features = ["bashisms", "sqlite"] }
-+reedline = { version = "0.18.0", features = ["bashisms", "sqlite-dynlib"] }
- 
- atty = "0.2.14"
- chrono = { default-features = false, features = ["std"], version = "0.4.23" }
-diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml
-index ba02a8518..9006484fb 100644
---- a/crates/nu-command/Cargo.toml
-+++ b/crates/nu-command/Cargo.toml
-@@ -85,8 +85,8 @@ serde_yaml = "0.9.4"
- sha2 = "0.10.0"
- # Disable default features b/c the default features build Git (very slow to compile)
- percent-encoding = "2.2.0"
--reedline = { version = "0.18.0", features = ["bashisms", "sqlite"] }
--rusqlite = { version = "0.28.0", features = ["bundled"], optional = true }
-+reedline = { version = "0.18.0", features = ["bashisms", "sqlite-dynlib"] }
-+rusqlite = { version = "0.28.0", optional = true }
- sqlparser = { version = "0.32.0", features = ["serde"], optional = true }
- sysinfo = "0.28.2"
- tabled = "0.10.0"
--- 
-2.40.0
-
diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index b01d8452a303..c0ea4d3a94e0 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,6 +1,6 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.78.0
+version=0.82.0
 revision=1
 build_style=cargo
 configure_args="--features=extra"
@@ -14,16 +14,16 @@ 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=eff55bf4e0739113cfdc890c0ed90f46ebbfd722b49f7ce65e76b347733bc654
+checksum=587847feeb9fc06eb2a9da5ff05ffea5238fe5928ebea944c042838d8ad136e8
 register_shell="/usr/bin/nu"
 # all tests fail with argument --target
 make_check=no
 
 case "$XBPS_TARGET_MACHINE" in
-	i686*)
-		broken='https://build.voidlinux.org/builders/i686_builder/builds/33520/steps/shell_3/logs/stdio'
-		;;
-	ppc*) broken="arrow-rs parquet is busted garbage";;
+i686*)
+	broken='https://build.voidlinux.org/builders/i686_builder/builds/33520/steps/shell_3/logs/stdio'
+	;;
+ppc*) broken="arrow-rs parquet is busted garbage" ;;
 esac
 
 post_install() {

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

* Re: nushell: update to 0.82.0.
  2023-07-05 21:20 [PR PATCH] nushell: update to 0.82.0 sirkhancision
@ 2023-07-06  6:05 ` icp1994
  2023-07-06 14:04 ` hholst80
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2023-07-06  6:05 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/44869#issuecomment-1623047221

Comment:
The point of the patch was to link against system sqlite instead of the bundled one.

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

* Re: nushell: update to 0.82.0.
  2023-07-05 21:20 [PR PATCH] nushell: update to 0.82.0 sirkhancision
  2023-07-06  6:05 ` icp1994
@ 2023-07-06 14:04 ` hholst80
  2023-07-06 14:09 ` icp1994
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hholst80 @ 2023-07-06 14:04 UTC (permalink / raw)
  To: ml

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

New comment by hholst80 on void-packages repository

https://github.com/void-linux/void-packages/pull/44869#issuecomment-1623739827

Comment:
Won't that make it harder to maintain for Void? What is the upside of that?

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

* Re: nushell: update to 0.82.0.
  2023-07-05 21:20 [PR PATCH] nushell: update to 0.82.0 sirkhancision
  2023-07-06  6:05 ` icp1994
  2023-07-06 14:04 ` hholst80
@ 2023-07-06 14:09 ` icp1994
  2023-07-06 20:17 ` sirkhancision
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2023-07-06 14:09 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/44869#issuecomment-1623753914

Comment:
See discussion in https://github.com/nushell/reedline/pull/474 and the linked void PR there.

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

* Re: nushell: update to 0.82.0.
  2023-07-05 21:20 [PR PATCH] nushell: update to 0.82.0 sirkhancision
                   ` (2 preceding siblings ...)
  2023-07-06 14:09 ` icp1994
@ 2023-07-06 20:17 ` sirkhancision
  2023-07-07  0:25 ` [PR PATCH] [Updated] " sirkhancision
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sirkhancision @ 2023-07-06 20:17 UTC (permalink / raw)
  To: ml

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

New comment by sirkhancision on void-packages repository

https://github.com/void-linux/void-packages/pull/44869#issuecomment-1624259214

Comment:
I'll try to fix that as soon as I can, thanks for the heads up

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

* Re: [PR PATCH] [Updated] nushell: update to 0.82.0.
  2023-07-05 21:20 [PR PATCH] nushell: update to 0.82.0 sirkhancision
                   ` (3 preceding siblings ...)
  2023-07-06 20:17 ` sirkhancision
@ 2023-07-07  0:25 ` sirkhancision
  2023-07-07  0:43 ` sirkhancision
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sirkhancision @ 2023-07-07  0:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sirkhancision/void-packages nushell
https://github.com/void-linux/void-packages/pull/44869

nushell: update to 0.82.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-glibc


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

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

From 1fbad5a100e9fbaee77e498beac321340c3a4d69 Mon Sep 17 00:00:00 2001
From: sirkhancision <jsantiago12tone@gmail.com>
Date: Wed, 5 Jul 2023 14:49:58 -0300
Subject: [PATCH] nushell: update to 0.82.0.

---
 .../patches/0001-use-system-libraries.patch   | 84 ++++++++-----------
 srcpkgs/nushell/template                      | 12 +--
 2 files changed, 39 insertions(+), 57 deletions(-)

diff --git a/srcpkgs/nushell/patches/0001-use-system-libraries.patch b/srcpkgs/nushell/patches/0001-use-system-libraries.patch
index 1cc665f5105d..5d62245d9ab7 100644
--- a/srcpkgs/nushell/patches/0001-use-system-libraries.patch
+++ b/srcpkgs/nushell/patches/0001-use-system-libraries.patch
@@ -1,69 +1,51 @@
-From b740aa919b96451231e26a6827b5cfe7bc568e22 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
- <jan.christian@gruenhage.xyz>
-Date: Wed, 8 Jun 2022 16:15:55 +0200
-Subject: [PATCH] use system libraries
-
----
- Cargo.lock                   | 1 -
- Cargo.toml                   | 2 +-
- crates/nu-cli/Cargo.toml     | 2 +-
- crates/nu-command/Cargo.toml | 4 ++--
- 4 files changed, 4 insertions(+), 5 deletions(-)
-
-diff --git a/Cargo.lock b/Cargo.lock
-index e2b876e3c..2d5772965 100644
+diff --git a/a/Cargo.lock b/a/Cargo.lock
+index 014838b..cb599db 100644
 --- a/Cargo.lock
 +++ b/Cargo.lock
-@@ -2208,7 +2208,6 @@ version = "0.25.2"
+@@ -2191,7 +2191,6 @@ version = "0.26.0"
  source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "29f835d03d717946d28b1d1ed632eb6f0e24a299388ee623d0c23118d3e8a7fa"
+ checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
  dependencies = [
 - "cc",
   "pkg-config",
   "vcpkg",
  ]
-diff --git a/Cargo.toml b/Cargo.toml
-index 3db073901..318186fda 100644
+diff --git a/a/Cargo.toml b/a/Cargo.toml
+index d1f11f0..b8e96f7 100644
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -63,7 +63,7 @@ nu-term-grid = { path = "./crates/nu-term-grid", version = "0.78.0" }
- nu-utils = { path = "./crates/nu-utils", version = "0.78.0" }
- 
+@@ -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.18.0", features = ["bashisms", "sqlite"] }
-+reedline = { version = "0.18.0", features = ["bashisms", "sqlite-dynlib"] }
+-reedline = { version = "0.21.0", features = ["bashisms", "sqlite"]}
++reedline = { version = "0.21.0", features = ["bashisms", "sqlite-dynlib"]}
+ 
+ mimalloc = { version = "0.1.37", default-features = false, optional = true}
  
- rayon = "1.7.0"
- is_executable = "1.0.1"
-diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml
-index 2d3ef54c4..d10497bcc 100644
+diff --git a/a/crates/nu-cli/Cargo.toml b/a/crates/nu-cli/Cargo.toml
+index 841ff85..ea70d4a 100644
 --- a/crates/nu-cli/Cargo.toml
 +++ b/crates/nu-cli/Cargo.toml
-@@ -24,7 +24,7 @@ nu-utils = { path = "../nu-utils", version = "0.78.0" }
- nu-color-config = { path = "../nu-color-config", version = "0.78.0" }
- 
+@@ -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.18.0", features = ["bashisms", "sqlite"] }
-+reedline = { version = "0.18.0", features = ["bashisms", "sqlite-dynlib"] }
+-reedline = { version = "0.21.0", features = ["bashisms", "sqlite"]}
++reedline = { version = "0.21.0", features = ["bashisms", "sqlite-dynlib"]}
  
- atty = "0.2.14"
- chrono = { default-features = false, features = ["std"], version = "0.4.23" }
-diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml
-index ba02a8518..9006484fb 100644
+ atty = "0.2"
+ chrono = { default-features = false, features = ["std"], version = "0.4" }
+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
 +++ b/crates/nu-command/Cargo.toml
-@@ -85,8 +85,8 @@ serde_yaml = "0.9.4"
- sha2 = "0.10.0"
- # Disable default features b/c the default features build Git (very slow to compile)
- percent-encoding = "2.2.0"
--reedline = { version = "0.18.0", features = ["bashisms", "sqlite"] }
--rusqlite = { version = "0.28.0", features = ["bundled"], optional = true }
-+reedline = { version = "0.18.0", features = ["bashisms", "sqlite-dynlib"] }
-+rusqlite = { version = "0.28.0", optional = true }
- sqlparser = { version = "0.32.0", features = ["serde"], optional = true }
- sysinfo = "0.28.2"
- tabled = "0.10.0"
--- 
-2.40.0
-
+@@ -75,7 +75,7 @@ rand = "0.8"
+ rayon = "1.7"
+ regex = "1.7"
+ 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"] }
diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index b01d8452a303..c0ea4d3a94e0 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,6 +1,6 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.78.0
+version=0.82.0
 revision=1
 build_style=cargo
 configure_args="--features=extra"
@@ -14,16 +14,16 @@ 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=eff55bf4e0739113cfdc890c0ed90f46ebbfd722b49f7ce65e76b347733bc654
+checksum=587847feeb9fc06eb2a9da5ff05ffea5238fe5928ebea944c042838d8ad136e8
 register_shell="/usr/bin/nu"
 # all tests fail with argument --target
 make_check=no
 
 case "$XBPS_TARGET_MACHINE" in
-	i686*)
-		broken='https://build.voidlinux.org/builders/i686_builder/builds/33520/steps/shell_3/logs/stdio'
-		;;
-	ppc*) broken="arrow-rs parquet is busted garbage";;
+i686*)
+	broken='https://build.voidlinux.org/builders/i686_builder/builds/33520/steps/shell_3/logs/stdio'
+	;;
+ppc*) broken="arrow-rs parquet is busted garbage" ;;
 esac
 
 post_install() {

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

* Re: nushell: update to 0.82.0.
  2023-07-05 21:20 [PR PATCH] nushell: update to 0.82.0 sirkhancision
                   ` (4 preceding siblings ...)
  2023-07-07  0:25 ` [PR PATCH] [Updated] " sirkhancision
@ 2023-07-07  0:43 ` sirkhancision
  2023-07-07  6:07 ` icp1994
  2023-07-09  7:12 ` [PR PATCH] [Merged]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: sirkhancision @ 2023-07-07  0:43 UTC (permalink / raw)
  To: ml

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

New comment by sirkhancision on void-packages repository

https://github.com/void-linux/void-packages/pull/44869#issuecomment-1624479162

Comment:
Should be good to go now

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

* Re: nushell: update to 0.82.0.
  2023-07-05 21:20 [PR PATCH] nushell: update to 0.82.0 sirkhancision
                   ` (5 preceding siblings ...)
  2023-07-07  0:43 ` sirkhancision
@ 2023-07-07  6:07 ` icp1994
  2023-07-09  7:12 ` [PR PATCH] [Merged]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2023-07-07  6:07 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/44869#issuecomment-1624795579

Comment:
Tested locally, works :+1: 

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

* Re: [PR PATCH] [Merged]: nushell: update to 0.82.0.
  2023-07-05 21:20 [PR PATCH] nushell: update to 0.82.0 sirkhancision
                   ` (6 preceding siblings ...)
  2023-07-07  6:07 ` icp1994
@ 2023-07-09  7:12 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2023-07-09  7:12 UTC (permalink / raw)
  To: ml

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

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

nushell: update to 0.82.0.
https://github.com/void-linux/void-packages/pull/44869

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-glibc


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

end of thread, other threads:[~2023-07-09  7:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-05 21:20 [PR PATCH] nushell: update to 0.82.0 sirkhancision
2023-07-06  6:05 ` icp1994
2023-07-06 14:04 ` hholst80
2023-07-06 14:09 ` icp1994
2023-07-06 20:17 ` sirkhancision
2023-07-07  0:25 ` [PR PATCH] [Updated] " sirkhancision
2023-07-07  0:43 ` sirkhancision
2023-07-07  6:07 ` icp1994
2023-07-09  7:12 ` [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).