Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] starship: update to 0.49.0
@ 2021-01-30  0:17 FollieHiyuki
  2021-01-30  0:18 ` FollieHiyuki
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-01-30  0:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages starship
https://github.com/void-linux/void-packages/pull/28310

starship: update to 0.49.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 0fb44b0a5e34e99e2c4e37ddf7bb226a20a8182c Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 30 Jan 2021 03:14:46 +0300
Subject: [PATCH] starship: update to 0.49.0

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index 0eae193aece..1d7c65e95ec 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=0.48.0
+version=0.49.0
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -12,7 +12,7 @@ maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
 license="ISC"
 homepage="https://starship.rs"
 distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz"
-checksum=23e729ace48ec0bf6d8eff5f99003351463841f3b28fe453faceb62e6f99bae6
+checksum=07e69e69ff09f0e15656da9258fdf14f54c97567d47e6e9e1218c9fec89b1ddf
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: starship: update to 0.49.0
  2021-01-30  0:17 [PR PATCH] starship: update to 0.49.0 FollieHiyuki
@ 2021-01-30  0:18 ` FollieHiyuki
  2021-01-30 22:25 ` olafmersmann
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-01-30  0:18 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28310#issuecomment-770116491

Comment:
Tests failed, but it is working fine on my end for a few hours.
@olafmersmann might be interested in this, since he knows more than I do.

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

* Re: starship: update to 0.49.0
  2021-01-30  0:17 [PR PATCH] starship: update to 0.49.0 FollieHiyuki
  2021-01-30  0:18 ` FollieHiyuki
@ 2021-01-30 22:25 ` olafmersmann
  2021-02-02 20:42 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: olafmersmann @ 2021-01-30 22:25 UTC (permalink / raw)
  To: ml

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

New comment by olafmersmann on void-packages repository

https://github.com/void-linux/void-packages/pull/28310#issuecomment-770290069

Comment:
> Tests failed, but it is working fine on my end for a few hours.
> @olafmersmann might be interested in this, since he knows more than I do.

I've been running it for the last couple of hours without any problems and the test failures are expected at the moment.


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

* Re: [PR PATCH] [Updated] starship: update to 0.49.0
  2021-01-30  0:17 [PR PATCH] starship: update to 0.49.0 FollieHiyuki
  2021-01-30  0:18 ` FollieHiyuki
  2021-01-30 22:25 ` olafmersmann
@ 2021-02-02 20:42 ` FollieHiyuki
  2021-02-02 20:42 ` starship: update to 0.50.0 FollieHiyuki
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-02-02 20:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages starship
https://github.com/void-linux/void-packages/pull/28310

starship: update to 0.49.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From fd77b5d5dee568654ec8890a5c0b2bfa89ce895e Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 30 Jan 2021 03:14:46 +0300
Subject: [PATCH] starship: update to 0.50.0

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index 0eae193aece..18640b51ac5 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=0.48.0
+version=0.50.0
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -12,7 +12,7 @@ maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
 license="ISC"
 homepage="https://starship.rs"
 distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz"
-checksum=23e729ace48ec0bf6d8eff5f99003351463841f3b28fe453faceb62e6f99bae6
+checksum=d8f4dc9bd266f2a5c34926d361c62fdddb61cd7da4acadba5f9c175eb07602e5
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: starship: update to 0.50.0
  2021-01-30  0:17 [PR PATCH] starship: update to 0.49.0 FollieHiyuki
                   ` (2 preceding siblings ...)
  2021-02-02 20:42 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2021-02-02 20:42 ` FollieHiyuki
  2021-02-02 21:16 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-02-02 20:42 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28310#issuecomment-771969294

Comment:
New version just came out

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

* Re: [PR PATCH] [Updated] starship: update to 0.50.0
  2021-01-30  0:17 [PR PATCH] starship: update to 0.49.0 FollieHiyuki
                   ` (3 preceding siblings ...)
  2021-02-02 20:42 ` starship: update to 0.50.0 FollieHiyuki
@ 2021-02-02 21:16 ` FollieHiyuki
  2021-02-02 21:26 ` FollieHiyuki
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-02-02 21:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages starship
https://github.com/void-linux/void-packages/pull/28310

starship: update to 0.50.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From d956195b7c65fc616636cc1c756c278dd22084de Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 30 Jan 2021 03:14:46 +0300
Subject: [PATCH] starship: update to 0.50.0

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

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index 0eae193aece..d12f41863e4 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,6 +1,6 @@
 # Template file for 'starship'
 pkgname=starship
-version=0.48.0
+version=0.50.0
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -12,7 +12,7 @@ maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
 license="ISC"
 homepage="https://starship.rs"
 distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz"
-checksum=23e729ace48ec0bf6d8eff5f99003351463841f3b28fe453faceb62e6f99bae6
+checksum=d8f4dc9bd266f2a5c34926d361c62fdddb61cd7da4acadba5f9c175eb07602e5
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"
@@ -23,10 +23,7 @@ post_build() {
 
 do_check() {
 	mkdir -p fake-home
-	local OLDHOME=$HOME
-	export HOME=$(pwd)/fake-home
-	cargo test -q --release --target ${RUST_TARGET}
-	export HOME=$OLDHOME
+	HOME="${wrksrc}/fake-home" cargo test --release --target ${RUST_TARGET}
 }
 
 post_install() {

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

* Re: starship: update to 0.50.0
  2021-01-30  0:17 [PR PATCH] starship: update to 0.49.0 FollieHiyuki
                   ` (4 preceding siblings ...)
  2021-02-02 21:16 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2021-02-02 21:26 ` FollieHiyuki
  2021-02-02 21:32 ` ericonr
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-02-02 21:26 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28310#issuecomment-771999987

Comment:
Same cross build failure as #28341 with crate libgit2-sys

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

* Re: starship: update to 0.50.0
  2021-01-30  0:17 [PR PATCH] starship: update to 0.49.0 FollieHiyuki
                   ` (5 preceding siblings ...)
  2021-02-02 21:26 ` FollieHiyuki
@ 2021-02-02 21:32 ` ericonr
  2021-02-02 21:32 ` ericonr
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-02-02 21:32 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28310#issuecomment-772004638

Comment:
@FollieHiyuki we are having a similar issue with #28380 , but with a different library

Tagging @jnbr and maybe @q66, if they have any idea what could be going wrong with our cargo and/or other things.

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

* Re: starship: update to 0.50.0
  2021-01-30  0:17 [PR PATCH] starship: update to 0.49.0 FollieHiyuki
                   ` (6 preceding siblings ...)
  2021-02-02 21:32 ` ericonr
@ 2021-02-02 21:32 ` ericonr
  2021-02-02 21:33 ` ericonr
  2021-02-04  5:48 ` [PR PATCH] [Closed]: " ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-02-02 21:32 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28310#issuecomment-772004638

Comment:
@FollieHiyuki we are having a similar issue with #28380 , but with a different library

Tagging @jnbr and maybe @q66, if they have any idea what could be going wrong with our cargo and/or other things.

@ahesford for awareness

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

* Re: starship: update to 0.50.0
  2021-01-30  0:17 [PR PATCH] starship: update to 0.49.0 FollieHiyuki
                   ` (7 preceding siblings ...)
  2021-02-02 21:32 ` ericonr
@ 2021-02-02 21:33 ` ericonr
  2021-02-04  5:48 ` [PR PATCH] [Closed]: " ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-02-02 21:33 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28310#issuecomment-772004638

Comment:
@FollieHiyuki we are having a similar issue with #28396 , but with a different library

Tagging @jnbr and maybe @q66, if they have any idea what could be going wrong with our cargo and/or other things.

@ahesford for awareness

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

* Re: [PR PATCH] [Closed]: starship: update to 0.50.0
  2021-01-30  0:17 [PR PATCH] starship: update to 0.49.0 FollieHiyuki
                   ` (8 preceding siblings ...)
  2021-02-02 21:33 ` ericonr
@ 2021-02-04  5:48 ` ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-02-04  5:48 UTC (permalink / raw)
  To: ml

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

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

starship: update to 0.50.0
https://github.com/void-linux/void-packages/pull/28310

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-02-04  5:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-30  0:17 [PR PATCH] starship: update to 0.49.0 FollieHiyuki
2021-01-30  0:18 ` FollieHiyuki
2021-01-30 22:25 ` olafmersmann
2021-02-02 20:42 ` [PR PATCH] [Updated] " FollieHiyuki
2021-02-02 20:42 ` starship: update to 0.50.0 FollieHiyuki
2021-02-02 21:16 ` [PR PATCH] [Updated] " FollieHiyuki
2021-02-02 21:26 ` FollieHiyuki
2021-02-02 21:32 ` ericonr
2021-02-02 21:32 ` ericonr
2021-02-02 21:33 ` ericonr
2021-02-04  5:48 ` [PR PATCH] [Closed]: " ericonr

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