Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zoxide: update to 0.9.3
@ 2024-02-13 12:39 tranzystorekk
  2024-02-13 13:13 ` tranzystorekk
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: tranzystorekk @ 2024-02-13 12:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages zoxide
https://github.com/void-linux/void-packages/pull/48695

zoxide: update to 0.9.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/48695.patch is attached

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

From b9af1dbc7d98a239f38a72f2bf83bc262ffabae5 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 13 Feb 2024 13:37:04 +0100
Subject: [PATCH] zoxide: update to 0.9.3

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

diff --git a/srcpkgs/zoxide/template b/srcpkgs/zoxide/template
index 1234c0f08deca..8e27f24f52339 100644
--- a/srcpkgs/zoxide/template
+++ b/srcpkgs/zoxide/template
@@ -1,6 +1,6 @@
 # Template file for 'zoxide'
 pkgname=zoxide
-version=0.9.2
+version=0.9.3
 revision=1
 build_style=cargo
 short_desc="Faster way to navigate your filesystem"
@@ -9,7 +9,7 @@ license="MIT"
 homepage="https://github.com/ajeetdsouza/zoxide"
 changelog="https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/CHANGELOG.md"
 distfiles="https://github.com/ajeetdsouza/zoxide/archive/refs/tags/v${version}.tar.gz"
-checksum=a6c2d993a02211c3d23b242c2c6faab9a2648be7a45ad1ff0586651ac827e914
+checksum=f733fabe5d25978f538a4d4cb7a2732a066adc21eeac8e8110f9aedd47f38470
 
 post_install() {
 	vlicense LICENSE

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

* Re: zoxide: update to 0.9.3
  2024-02-13 12:39 [PR PATCH] zoxide: update to 0.9.3 tranzystorekk
@ 2024-02-13 13:13 ` tranzystorekk
  2024-02-13 14:00 ` icp1994
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorekk @ 2024-02-13 13:13 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/48695#issuecomment-1941488418

Comment:
This update might require us to bump nushell to 0.89+ first, it's not clear from the changelog wording...

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

* Re: zoxide: update to 0.9.3
  2024-02-13 12:39 [PR PATCH] zoxide: update to 0.9.3 tranzystorekk
  2024-02-13 13:13 ` tranzystorekk
@ 2024-02-13 14:00 ` icp1994
  2024-02-20 23:49 ` [PR PATCH] [Updated] " tranzystorekk
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2024-02-13 14:00 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/48695#issuecomment-1941585828

Comment:
Since that is the only remarkable change, maybe it's worth drafting this for now.

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

* Re: [PR PATCH] [Updated] zoxide: update to 0.9.3
  2024-02-13 12:39 [PR PATCH] zoxide: update to 0.9.3 tranzystorekk
  2024-02-13 13:13 ` tranzystorekk
  2024-02-13 14:00 ` icp1994
@ 2024-02-20 23:49 ` tranzystorekk
  2024-02-24 11:14 ` [PR PATCH] [Updated] zoxide: update to 0.9.4 tranzystorekk
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorekk @ 2024-02-20 23:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages zoxide
https://github.com/void-linux/void-packages/pull/48695

zoxide: update to 0.9.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/48695.patch is attached

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

From dceda57399df4863048482493480e41183e8a2fe Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 13 Feb 2024 13:37:04 +0100
Subject: [PATCH] zoxide: update to 0.9.4

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

diff --git a/srcpkgs/zoxide/template b/srcpkgs/zoxide/template
index 1234c0f08deca2..03d633abe05f7d 100644
--- a/srcpkgs/zoxide/template
+++ b/srcpkgs/zoxide/template
@@ -1,6 +1,6 @@
 # Template file for 'zoxide'
 pkgname=zoxide
-version=0.9.2
+version=0.9.4
 revision=1
 build_style=cargo
 short_desc="Faster way to navigate your filesystem"
@@ -9,7 +9,7 @@ license="MIT"
 homepage="https://github.com/ajeetdsouza/zoxide"
 changelog="https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/CHANGELOG.md"
 distfiles="https://github.com/ajeetdsouza/zoxide/archive/refs/tags/v${version}.tar.gz"
-checksum=a6c2d993a02211c3d23b242c2c6faab9a2648be7a45ad1ff0586651ac827e914
+checksum=ec002bdca37917130ae34e733eb29d4baa03b130c4b11456d630a01a938e0187
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] zoxide: update to 0.9.4
  2024-02-13 12:39 [PR PATCH] zoxide: update to 0.9.3 tranzystorekk
                   ` (2 preceding siblings ...)
  2024-02-20 23:49 ` [PR PATCH] [Updated] " tranzystorekk
@ 2024-02-24 11:14 ` tranzystorekk
  2024-02-28 21:07 ` cinerea0
  2024-02-29 15:32 ` [PR PATCH] [Merged]: " cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorekk @ 2024-02-24 11:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages zoxide
https://github.com/void-linux/void-packages/pull/48695

zoxide: update to 0.9.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/48695.patch is attached

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

From 30043968bc46e7689cfa352647197366ac2e9eef Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 13 Feb 2024 13:37:04 +0100
Subject: [PATCH] zoxide: update to 0.9.4

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

diff --git a/srcpkgs/zoxide/template b/srcpkgs/zoxide/template
index 1234c0f08deca2..03d633abe05f7d 100644
--- a/srcpkgs/zoxide/template
+++ b/srcpkgs/zoxide/template
@@ -1,6 +1,6 @@
 # Template file for 'zoxide'
 pkgname=zoxide
-version=0.9.2
+version=0.9.4
 revision=1
 build_style=cargo
 short_desc="Faster way to navigate your filesystem"
@@ -9,7 +9,7 @@ license="MIT"
 homepage="https://github.com/ajeetdsouza/zoxide"
 changelog="https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/CHANGELOG.md"
 distfiles="https://github.com/ajeetdsouza/zoxide/archive/refs/tags/v${version}.tar.gz"
-checksum=a6c2d993a02211c3d23b242c2c6faab9a2648be7a45ad1ff0586651ac827e914
+checksum=ec002bdca37917130ae34e733eb29d4baa03b130c4b11456d630a01a938e0187
 
 post_install() {
 	vlicense LICENSE

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

* Re: zoxide: update to 0.9.4
  2024-02-13 12:39 [PR PATCH] zoxide: update to 0.9.3 tranzystorekk
                   ` (3 preceding siblings ...)
  2024-02-24 11:14 ` [PR PATCH] [Updated] zoxide: update to 0.9.4 tranzystorekk
@ 2024-02-28 21:07 ` cinerea0
  2024-02-29 15:32 ` [PR PATCH] [Merged]: " cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-02-28 21:07 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/48695#issuecomment-1969918465

Comment:
Sorry for the hold up, just in case the behavior with nushell was breaking I wanted to get an update for that in first. Once #48992 is merged I'll merge this.

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

* Re: [PR PATCH] [Merged]: zoxide: update to 0.9.4
  2024-02-13 12:39 [PR PATCH] zoxide: update to 0.9.3 tranzystorekk
                   ` (4 preceding siblings ...)
  2024-02-28 21:07 ` cinerea0
@ 2024-02-29 15:32 ` cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-02-29 15:32 UTC (permalink / raw)
  To: ml

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

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

zoxide: update to 0.9.4
https://github.com/void-linux/void-packages/pull/48695

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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] 7+ messages in thread

end of thread, other threads:[~2024-02-29 15:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-13 12:39 [PR PATCH] zoxide: update to 0.9.3 tranzystorekk
2024-02-13 13:13 ` tranzystorekk
2024-02-13 14:00 ` icp1994
2024-02-20 23:49 ` [PR PATCH] [Updated] " tranzystorekk
2024-02-24 11:14 ` [PR PATCH] [Updated] zoxide: update to 0.9.4 tranzystorekk
2024-02-28 21:07 ` cinerea0
2024-02-29 15:32 ` [PR PATCH] [Merged]: " cinerea0

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