Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qsv: update to 0.102.1.
@ 2023-05-10 18:42 icp1994
  2023-05-17  5:21 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2023-05-10 18:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages qsv
https://github.com/void-linux/void-packages/pull/43839

qsv: update to 0.102.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### 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/43839.patch is attached

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

From e852d35e736e59b70c971f07771c67e5d42c3a7a Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 10 May 2023 16:05:56 +0530
Subject: [PATCH] qsv: update to 0.102.1.

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

diff --git a/srcpkgs/qsv/template b/srcpkgs/qsv/template
index e20ba7c394f1..307ca3a96c14 100644
--- a/srcpkgs/qsv/template
+++ b/srcpkgs/qsv/template
@@ -1,15 +1,15 @@
 # Template file for 'qsv'
 pkgname=qsv
-version=0.101.0
+version=0.102.1
 revision=1
 archs="x86_64* i686* aarch64* arm*" # ring
 build_style=cargo
 configure_args="--no-default-features --features=feature_capable"
-make_check_args="-- --skip test_sample" # fails in i686
+make_check_args="-- --skip test_comments::envlist --skip test_sample" # fails in i686
 short_desc="CLI toolkit for CSV data-wrangling"
 maintainer="icp <pangolin@vivaldi.net>"
 license="Unlicense"
 homepage="https://github.com/jqnatividad/qsv"
 changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md"
 distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz"
-checksum=fcdf757ea71939cd4774b7e94d126ff1d4340c34bd8c96060624357d26788b0a
+checksum=313bf633c5946cb3ae6a1b7ee7602a803d3c8eba84a7ba57bc73487d4b218545

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

* Re: [PR REVIEW] qsv: update to 0.102.1.
  2023-05-10 18:42 [PR PATCH] qsv: update to 0.102.1 icp1994
@ 2023-05-17  5:21 ` classabbyamp
  2023-05-18 18:49 ` [PR PATCH] [Updated] " icp1994
  2023-05-18 20:28 ` [PR PATCH] [Merged]: qsv: update to 0.103.1 classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-05-17  5:21 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43839#discussion_r1195951915

Comment:
0.103.0 available

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

* Re: [PR PATCH] [Updated] qsv: update to 0.102.1.
  2023-05-10 18:42 [PR PATCH] qsv: update to 0.102.1 icp1994
  2023-05-17  5:21 ` [PR REVIEW] " classabbyamp
@ 2023-05-18 18:49 ` icp1994
  2023-05-18 20:28 ` [PR PATCH] [Merged]: qsv: update to 0.103.1 classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-05-18 18:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages qsv
https://github.com/void-linux/void-packages/pull/43839

qsv: update to 0.102.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### 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/43839.patch is attached

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

From f4bee48e59b10a82217c893e24b80738d71e8aa0 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 10 May 2023 16:05:56 +0530
Subject: [PATCH] qsv: update to 0.103.1.

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

diff --git a/srcpkgs/qsv/template b/srcpkgs/qsv/template
index e20ba7c394f1..98108a8addee 100644
--- a/srcpkgs/qsv/template
+++ b/srcpkgs/qsv/template
@@ -1,15 +1,15 @@
 # Template file for 'qsv'
 pkgname=qsv
-version=0.101.0
+version=0.103.1
 revision=1
 archs="x86_64* i686* aarch64* arm*" # ring
 build_style=cargo
 configure_args="--no-default-features --features=feature_capable"
-make_check_args="-- --skip test_sample" # fails in i686
+make_check_args="-- --skip test_comments::envlist --skip test_sample" # fails in i686
 short_desc="CLI toolkit for CSV data-wrangling"
 maintainer="icp <pangolin@vivaldi.net>"
 license="Unlicense"
 homepage="https://github.com/jqnatividad/qsv"
 changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md"
 distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz"
-checksum=fcdf757ea71939cd4774b7e94d126ff1d4340c34bd8c96060624357d26788b0a
+checksum=6c67f0eac5e011e94cd8d034c7e9d519a6eeddfad5dba53abc6d91aea55ccd99

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

* Re: [PR PATCH] [Merged]: qsv: update to 0.103.1.
  2023-05-10 18:42 [PR PATCH] qsv: update to 0.102.1 icp1994
  2023-05-17  5:21 ` [PR REVIEW] " classabbyamp
  2023-05-18 18:49 ` [PR PATCH] [Updated] " icp1994
@ 2023-05-18 20:28 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-05-18 20:28 UTC (permalink / raw)
  To: ml

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

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

qsv: update to 0.103.1.
https://github.com/void-linux/void-packages/pull/43839

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-05-18 20:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-10 18:42 [PR PATCH] qsv: update to 0.102.1 icp1994
2023-05-17  5:21 ` [PR REVIEW] " classabbyamp
2023-05-18 18:49 ` [PR PATCH] [Updated] " icp1994
2023-05-18 20:28 ` [PR PATCH] [Merged]: qsv: update to 0.103.1 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).