Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] starship: update to 1.14.0
@ 2023-04-11  4:42 cinerea0
  2023-04-11 13:19 ` [PR PATCH] [Updated] " cinerea0
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: cinerea0 @ 2023-04-11  4:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages starship
https://github.com/void-linux/void-packages/pull/43387

starship: update to 1.14.0
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From d706aa755ba0166eb29d198417fbeaa87f0b879d Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 11 Apr 2023 00:40:10 -0400
Subject: [PATCH] starship: update to 1.14.0

---
 srcpkgs/starship/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index 2bfb37ec89b4..4b0358da7467 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=1.13.1
+version=1.14.0
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -13,7 +13,7 @@ license="ISC"
 homepage="https://starship.rs"
 changelog="https://raw.githubusercontent.com/starship/starship/master/CHANGELOG.md"
 distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz"
-checksum=6cce984c7fb0067b9dc457274139f277e2ff56488811c96a7ae68102184656f9
+checksum=f72f37b7f7a908be70b6b1435a1e7e44ef66710d7c57e290d3ac1107b9b4031a
 make_check=no  # tests fail on i686 due to bug in gitoxide
 
 do_check() {

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

* Re: [PR PATCH] [Updated] starship: update to 1.14.0
  2023-04-11  4:42 [PR PATCH] starship: update to 1.14.0 cinerea0
@ 2023-04-11 13:19 ` cinerea0
  2023-04-12  9:51 ` starship: update to 1.14.1 tranzystorek-io
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cinerea0 @ 2023-04-11 13:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages starship
https://github.com/void-linux/void-packages/pull/43387

starship: update to 1.14.0
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 7dcf1d5c12b5599889fdbe36dc61233db42d6b67 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 11 Apr 2023 09:19:26 -0400
Subject: [PATCH] starship: update to 1.14.1

---
 srcpkgs/starship/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index 2bfb37ec89b4..f2481af84b13 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=1.13.1
+version=1.14.1
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -13,7 +13,7 @@ license="ISC"
 homepage="https://starship.rs"
 changelog="https://raw.githubusercontent.com/starship/starship/master/CHANGELOG.md"
 distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz"
-checksum=6cce984c7fb0067b9dc457274139f277e2ff56488811c96a7ae68102184656f9
+checksum=cd70aece33ccb393c6030e3852c677c8e6b8292a635264a0a8d7f0222eca0087
 make_check=no  # tests fail on i686 due to bug in gitoxide
 
 do_check() {

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

* Re: starship: update to 1.14.1
  2023-04-11  4:42 [PR PATCH] starship: update to 1.14.0 cinerea0
  2023-04-11 13:19 ` [PR PATCH] [Updated] " cinerea0
@ 2023-04-12  9:51 ` tranzystorek-io
  2023-04-12 15:35 ` [PR PATCH] [Updated] " cinerea0
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tranzystorek-io @ 2023-04-12  9:51 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/43387#issuecomment-1504987263

Comment:
A [bugfix](https://github.com/Byron/gitoxide/issues/810) just landed in gitoxide, `cargo update --package gix-hashtable@0.1.2 --precise 0.1.3` makes the tests pass until next starship release

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

* Re: [PR PATCH] [Updated] starship: update to 1.14.1
  2023-04-11  4:42 [PR PATCH] starship: update to 1.14.0 cinerea0
  2023-04-11 13:19 ` [PR PATCH] [Updated] " cinerea0
  2023-04-12  9:51 ` starship: update to 1.14.1 tranzystorek-io
@ 2023-04-12 15:35 ` cinerea0
  2023-04-12 17:13 ` cinerea0
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cinerea0 @ 2023-04-12 15:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages starship
https://github.com/void-linux/void-packages/pull/43387

starship: update to 1.14.1
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 65856f3afd72942ad4bf30618944623276bae647 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 12 Apr 2023 11:34:55 -0400
Subject: [PATCH] starship: update to 1.14.1

---
 srcpkgs/starship/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index 2bfb37ec89b4..46536129be81 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=1.13.1
+version=1.14.1
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -13,8 +13,12 @@ license="ISC"
 homepage="https://starship.rs"
 changelog="https://raw.githubusercontent.com/starship/starship/master/CHANGELOG.md"
 distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz"
-checksum=6cce984c7fb0067b9dc457274139f277e2ff56488811c96a7ae68102184656f9
-make_check=no  # tests fail on i686 due to bug in gitoxide
+checksum=cd70aece33ccb393c6030e3852c677c8e6b8292a635264a0a8d7f0222eca0087
+
+post_patch() {
+	# fix failing test on i686 in old version of gitoxide
+	cargo update --package gix-hashtable:0.1.2 --precise 0.1.3
+}
 
 do_check() {
 	mkdir -p fake-home

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

* Re: starship: update to 1.14.1
  2023-04-11  4:42 [PR PATCH] starship: update to 1.14.0 cinerea0
                   ` (2 preceding siblings ...)
  2023-04-12 15:35 ` [PR PATCH] [Updated] " cinerea0
@ 2023-04-12 17:13 ` cinerea0
  2023-04-12 19:56 ` [PR PATCH] [Updated] " cinerea0
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cinerea0 @ 2023-04-12 17:13 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/43387#issuecomment-1505633103

Comment:
@tranzystorek-io Thanks, the fix works!

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

* Re: [PR PATCH] [Updated] starship: update to 1.14.1
  2023-04-11  4:42 [PR PATCH] starship: update to 1.14.0 cinerea0
                   ` (3 preceding siblings ...)
  2023-04-12 17:13 ` cinerea0
@ 2023-04-12 19:56 ` cinerea0
  2023-04-12 23:24 ` starship: update to 1.14.2 cinerea0
  2023-04-13  0:56 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: cinerea0 @ 2023-04-12 19:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages starship
https://github.com/void-linux/void-packages/pull/43387

starship: update to 1.14.1
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 971e9fc4c6042a43c2f3122b4ecb3452124fd07f Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 12 Apr 2023 15:56:38 -0400
Subject: [PATCH] starship: update to 1.14.2

---
 srcpkgs/starship/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index 2bfb37ec89b4..132254c4d5e0 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=1.13.1
+version=1.14.2
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -13,8 +13,7 @@ license="ISC"
 homepage="https://starship.rs"
 changelog="https://raw.githubusercontent.com/starship/starship/master/CHANGELOG.md"
 distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz"
-checksum=6cce984c7fb0067b9dc457274139f277e2ff56488811c96a7ae68102184656f9
-make_check=no  # tests fail on i686 due to bug in gitoxide
+checksum=6c9bee757955644453deab3564a10c0696606bb1c197ad631ff6ebbf8892b7a7
 
 do_check() {
 	mkdir -p fake-home

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

* Re: starship: update to 1.14.2
  2023-04-11  4:42 [PR PATCH] starship: update to 1.14.0 cinerea0
                   ` (4 preceding siblings ...)
  2023-04-12 19:56 ` [PR PATCH] [Updated] " cinerea0
@ 2023-04-12 23:24 ` cinerea0
  2023-04-13  0:56 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: cinerea0 @ 2023-04-12 23:24 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/43387#issuecomment-1506091035

Comment:
The newly-released version 1.14.2 depends on `gix-hashtable` 0.1.3, so the i686 checks work without special alterations.

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

* Re: [PR PATCH] [Merged]: starship: update to 1.14.2
  2023-04-11  4:42 [PR PATCH] starship: update to 1.14.0 cinerea0
                   ` (5 preceding siblings ...)
  2023-04-12 23:24 ` starship: update to 1.14.2 cinerea0
@ 2023-04-13  0:56 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-04-13  0:56 UTC (permalink / raw)
  To: ml

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

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

starship: update to 1.14.2
https://github.com/void-linux/void-packages/pull/43387

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


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

end of thread, other threads:[~2023-04-13  0:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-11  4:42 [PR PATCH] starship: update to 1.14.0 cinerea0
2023-04-11 13:19 ` [PR PATCH] [Updated] " cinerea0
2023-04-12  9:51 ` starship: update to 1.14.1 tranzystorek-io
2023-04-12 15:35 ` [PR PATCH] [Updated] " cinerea0
2023-04-12 17:13 ` cinerea0
2023-04-12 19:56 ` [PR PATCH] [Updated] " cinerea0
2023-04-12 23:24 ` starship: update to 1.14.2 cinerea0
2023-04-13  0:56 ` [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).