Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] yq: update to 3.2.2.
@ 2023-04-24 19:14 icp1994
  2023-04-25 20:12 ` [PR PATCH] [Updated] " icp1994
  2023-04-25 20:33 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-04-24 19:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages yq
https://github.com/void-linux/void-packages/pull/43598

yq: update to 3.2.2.
#### 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**

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

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

From 05287f4beb502501951b6593d05a2d2cce499459 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 25 Apr 2023 00:42:41 +0530
Subject: [PATCH] yq: update to 3.2.2.

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

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 188c39eedc6b..5f5d587d7a6f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,6 +1,6 @@
 # Template file for 'yq'
 pkgname=yq
-version=3.2.1
+version=3.2.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
@@ -12,7 +12,7 @@ license="Apache-2.0"
 homepage="https://github.com/kislyuk/yq"
 changelog="https://raw.githubusercontent.com/kislyuk/yq/develop/Changes.rst"
 distfiles="${PYPI_SITE}/y/yq/yq-${version}.tar.gz"
-checksum=e04dfc8670fcba5bba75e2a24940a544aa8c2789cd4c5171241a1275c8ab2f57
+checksum=8dbb7a0c937ddbfc3dd175e6478f40960c140d3e8b1f1a0315de76384d66650a
 
 do_check() {
 	python3 test/test.py

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

* Re: [PR PATCH] [Updated] yq: update to 3.2.2.
  2023-04-24 19:14 [PR PATCH] yq: update to 3.2.2 icp1994
@ 2023-04-25 20:12 ` icp1994
  2023-04-25 20:33 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-04-25 20:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages yq
https://github.com/void-linux/void-packages/pull/43598

yq: update to 3.2.2.
#### 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**

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

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

From 648f4b434e3f82b2ba814b0c90ceff684f664a28 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 25 Apr 2023 00:42:41 +0530
Subject: [PATCH] yq: update to 3.2.2.

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

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 188c39eedc6b..5f5d587d7a6f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,6 +1,6 @@
 # Template file for 'yq'
 pkgname=yq
-version=3.2.1
+version=3.2.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
@@ -12,7 +12,7 @@ license="Apache-2.0"
 homepage="https://github.com/kislyuk/yq"
 changelog="https://raw.githubusercontent.com/kislyuk/yq/develop/Changes.rst"
 distfiles="${PYPI_SITE}/y/yq/yq-${version}.tar.gz"
-checksum=e04dfc8670fcba5bba75e2a24940a544aa8c2789cd4c5171241a1275c8ab2f57
+checksum=8dbb7a0c937ddbfc3dd175e6478f40960c140d3e8b1f1a0315de76384d66650a
 
 do_check() {
 	python3 test/test.py

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

* Re: [PR PATCH] [Merged]: yq: update to 3.2.2.
  2023-04-24 19:14 [PR PATCH] yq: update to 3.2.2 icp1994
  2023-04-25 20:12 ` [PR PATCH] [Updated] " icp1994
@ 2023-04-25 20:33 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-04-25 20:33 UTC (permalink / raw)
  To: ml

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

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

yq: update to 3.2.2.
https://github.com/void-linux/void-packages/pull/43598

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

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

end of thread, other threads:[~2023-04-25 20:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-24 19:14 [PR PATCH] yq: update to 3.2.2 icp1994
2023-04-25 20:12 ` [PR PATCH] [Updated] " icp1994
2023-04-25 20:33 ` [PR PATCH] [Merged]: " abenson

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