Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] yq-go: update to 4.23.1.
@ 2022-04-01 14:24 steinex
  2022-04-01 15:04 ` subnut
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: steinex @ 2022-04-01 14:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages yq-go
https://github.com/void-linux/void-packages/pull/36454

yq-go: update to 4.23.1.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/36454.patch is attached

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

From fd4cf0ec43b778b00c7e94eec252fdd6a6a85620 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Fri, 1 Apr 2022 16:18:49 +0200
Subject: [PATCH] yq-go: update to 4.23.1.

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

diff --git a/srcpkgs/yq-go/template b/srcpkgs/yq-go/template
index 67a2a5c478c3..bf1262c9ce90 100644
--- a/srcpkgs/yq-go/template
+++ b/srcpkgs/yq-go/template
@@ -1,6 +1,6 @@
 # Template file for 'yq-go'
 pkgname=yq-go
-version=4.21.1
+version=4.23.1
 revision=1
 wrksrc="yq-${version}"
 build_style=go
@@ -11,7 +11,7 @@ license="MIT"
 homepage="https://github.com/mikefarah/yq"
 changelog="https://raw.githubusercontent.com/mikefarah/yq/master/release_notes.txt"
 distfiles="https://github.com/mikefarah/yq/archive/v${version}.tar.gz"
-checksum=27ba049e24a2f40db4010ad6574ce866fa1d43f4cb064de286e344e3c7911ef0
+checksum=f55ffb9c6d7926b06d5862eb6a9e9ea942ec2883286df8e2e3d6f0716cc36eed
 
 do_check() {
 	go test -v

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

* Re: yq-go: update to 4.23.1.
  2022-04-01 14:24 [PR PATCH] yq-go: update to 4.23.1 steinex
@ 2022-04-01 15:04 ` subnut
  2022-04-01 15:04 ` subnut
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: subnut @ 2022-04-01 15:04 UTC (permalink / raw)
  To: ml

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

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/36454#issuecomment-1086012056

Comment:
Line 21:
```go
	# this came after yq 'the jq wrapper for yaml' so yq has the right tp
```
The last word seems to be a typo for `to`

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

* Re: yq-go: update to 4.23.1.
  2022-04-01 14:24 [PR PATCH] yq-go: update to 4.23.1 steinex
  2022-04-01 15:04 ` subnut
@ 2022-04-01 15:04 ` subnut
  2022-04-01 15:12 ` subnut
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: subnut @ 2022-04-01 15:04 UTC (permalink / raw)
  To: ml

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

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/36454#issuecomment-1086012056

Comment:
Line 21:
```sh
	# this came after yq 'the jq wrapper for yaml' so yq has the right tp
```
The last word seems to be a typo for `to`

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

* Re: yq-go: update to 4.23.1.
  2022-04-01 14:24 [PR PATCH] yq-go: update to 4.23.1 steinex
  2022-04-01 15:04 ` subnut
  2022-04-01 15:04 ` subnut
@ 2022-04-01 15:12 ` subnut
  2022-04-01 15:13 ` subnut
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: subnut @ 2022-04-01 15:12 UTC (permalink / raw)
  To: ml

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

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/36454#issuecomment-1086021781

Comment:
Also, I don't think the current yq (https://github.com/kislyuk/yq) meets the [package quality requirements](https://github.com/subnut/void-packages/blob/master/Manual.md#quality-requirements=) 

1. :no_entry_sign:  System: It works fine as a user package (installed using python's pip)
2. :no_entry_sign: Compiled: Nope.
3. :no_entry_sign: Required: Nope.



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

* Re: yq-go: update to 4.23.1.
  2022-04-01 14:24 [PR PATCH] yq-go: update to 4.23.1 steinex
                   ` (2 preceding siblings ...)
  2022-04-01 15:12 ` subnut
@ 2022-04-01 15:13 ` subnut
  2022-04-01 15:25 ` subnut
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: subnut @ 2022-04-01 15:13 UTC (permalink / raw)
  To: ml

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

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/36454#issuecomment-1086021781

Comment:
Also, I don't think the current yq (https://github.com/kislyuk/yq) meets the [package quality requirements](https://github.com/subnut/void-packages/blob/master/Manual.md#quality-requirements=) 

1. :no_entry_sign:  System: It works fine as a user package (installed using python's pip)
2. :no_entry_sign: Compiled: Nope.
3. :no_entry_sign: Required: Nope.

EDIT: Also, the current `yq` package in our repos is unmaintained and outdated.  
I think that the current `yq` should be removed, and this replace it. But that's just my opinion. :)

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

* Re: yq-go: update to 4.23.1.
  2022-04-01 14:24 [PR PATCH] yq-go: update to 4.23.1 steinex
                   ` (3 preceding siblings ...)
  2022-04-01 15:13 ` subnut
@ 2022-04-01 15:25 ` subnut
  2022-04-01 15:25 ` subnut
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: subnut @ 2022-04-01 15:25 UTC (permalink / raw)
  To: ml

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

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/36454#issuecomment-1086021781

Comment:
Also, I don't think the current yq (https://github.com/kislyuk/yq) meets the [package quality requirements](https://github.com/subnut/void-packages/blob/master/Manual.md#quality-requirements=) 

1. :no_entry_sign:  System: It works fine as a user package (installed using python's pip)
2. :no_entry_sign: Compiled: Nope.
3. :no_entry_sign: Required: Nope.

EDIT: Also, the current `yq` package in our repos is unmaintained and outdated.  
I think that the current `yq` should be removed, and this replace it. But that's just my opinion. :)

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

* Re: yq-go: update to 4.23.1.
  2022-04-01 14:24 [PR PATCH] yq-go: update to 4.23.1 steinex
                   ` (4 preceding siblings ...)
  2022-04-01 15:25 ` subnut
@ 2022-04-01 15:25 ` subnut
  2022-04-06 17:19 ` [PR PATCH] [Updated] " steinex
  2022-04-06 17:29 ` [PR PATCH] [Merged]: " paper42
  7 siblings, 0 replies; 9+ messages in thread
From: subnut @ 2022-04-01 15:25 UTC (permalink / raw)
  To: ml

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

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/36454#issuecomment-1086021781

Comment:
Also, I don't think the current yq (https://github.com/kislyuk/yq) meets the [package quality requirements](https://github.com/subnut/void-packages/blob/master/Manual.md#quality-requirements=) 

1. :no_entry_sign:  System: It works fine as a user package (installed using python's pip)
2. :no_entry_sign: Compiled: Nope.
3. :no_entry_sign: Required: Nope.

EDIT: Also, the current `yq` package in our repos is unmaintained and outdated.  
I think that the current `yq` should be removed, and this replace it. But that's just my opinion. :)

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

* Re: [PR PATCH] [Updated] yq-go: update to 4.23.1.
  2022-04-01 14:24 [PR PATCH] yq-go: update to 4.23.1 steinex
                   ` (5 preceding siblings ...)
  2022-04-01 15:25 ` subnut
@ 2022-04-06 17:19 ` steinex
  2022-04-06 17:29 ` [PR PATCH] [Merged]: " paper42
  7 siblings, 0 replies; 9+ messages in thread
From: steinex @ 2022-04-06 17:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages yq-go
https://github.com/void-linux/void-packages/pull/36454

yq-go: update to 4.23.1.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/36454.patch is attached

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

From c4135fb5a211e39562db3baa4eb6e49fb6d2a77d Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Fri, 1 Apr 2022 16:18:49 +0200
Subject: [PATCH] yq-go: update to 4.23.1.

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

diff --git a/srcpkgs/yq-go/template b/srcpkgs/yq-go/template
index 67a2a5c478c3..9342a11e5deb 100644
--- a/srcpkgs/yq-go/template
+++ b/srcpkgs/yq-go/template
@@ -1,6 +1,6 @@
 # Template file for 'yq-go'
 pkgname=yq-go
-version=4.21.1
+version=4.23.1
 revision=1
 wrksrc="yq-${version}"
 build_style=go
@@ -11,14 +11,14 @@ license="MIT"
 homepage="https://github.com/mikefarah/yq"
 changelog="https://raw.githubusercontent.com/mikefarah/yq/master/release_notes.txt"
 distfiles="https://github.com/mikefarah/yq/archive/v${version}.tar.gz"
-checksum=27ba049e24a2f40db4010ad6574ce866fa1d43f4cb064de286e344e3c7911ef0
+checksum=f55ffb9c6d7926b06d5862eb6a9e9ea942ec2883286df8e2e3d6f0716cc36eed
 
 do_check() {
 	go test -v
 }
 
 post_install() {
-	# this came after yq 'the jq wrapper for yaml' so yq has the right tp
+	# this came after yq 'the jq wrapper for yaml' so yq has the right to
 	# /usr/bin/yq, rename it to yq-go
 	mv -v "${DESTDIR}"/usr/bin/{yq,yq-go}
 

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

* Re: [PR PATCH] [Merged]: yq-go: update to 4.23.1.
  2022-04-01 14:24 [PR PATCH] yq-go: update to 4.23.1 steinex
                   ` (6 preceding siblings ...)
  2022-04-06 17:19 ` [PR PATCH] [Updated] " steinex
@ 2022-04-06 17:29 ` paper42
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-04-06 17:29 UTC (permalink / raw)
  To: ml

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

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

yq-go: update to 4.23.1.
https://github.com/void-linux/void-packages/pull/36454

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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] 9+ messages in thread

end of thread, other threads:[~2022-04-06 17:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-01 14:24 [PR PATCH] yq-go: update to 4.23.1 steinex
2022-04-01 15:04 ` subnut
2022-04-01 15:04 ` subnut
2022-04-01 15:12 ` subnut
2022-04-01 15:13 ` subnut
2022-04-01 15:25 ` subnut
2022-04-01 15:25 ` subnut
2022-04-06 17:19 ` [PR PATCH] [Updated] " steinex
2022-04-06 17:29 ` [PR PATCH] [Merged]: " paper42

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