Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qsv: update to 0.135.0.
@ 2024-10-01 18:44 icp1994
  2024-10-28 19:10 ` [PR PATCH] [Updated] " icp1994
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2024-10-01 18:44 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/52450

qsv: update to 0.135.0.
#### 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/52450.patch is attached

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

From df0e03e218a32642750744e3bed68ae99ab31cfe Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 27 Sep 2024 11:47:15 +0530
Subject: [PATCH] qsv: update to 0.135.0.

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

diff --git a/srcpkgs/qsv/template b/srcpkgs/qsv/template
index fb1adb72891cb4..6c0165d5057152 100644
--- a/srcpkgs/qsv/template
+++ b/srcpkgs/qsv/template
@@ -1,11 +1,12 @@
 # Template file for 'qsv'
 pkgname=qsv
-version=0.133.1
+version=0.135.0
 revision=1
 archs="x86_64* i686* aarch64* arm*" # ring
 build_style=cargo
 configure_args="--features=feature_capable"
-make_check_args="-- --skip=test_comments --skip=test_sample --skip=test_sort" # fails in i686
+make_check_args="-- --skip=test_comments --skip=test_sample --skip=test_sort
+ --skip=test_describegpt"
 hostmakedepends="pkg-config"
 makedepends="libzstd-devel"
 short_desc="CLI toolkit for CSV data-wrangling"
@@ -14,7 +15,7 @@ license="Unlicense"
 homepage="https://qsv.dathere.com"
 changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md"
 distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz"
-checksum=f2f59c07ea8d84d527641b6f6c2e1eeff114d04860d2904a2b85361ea62db204
+checksum=de2bf3ba3d0f4bc71a2628cb558e878da24e312c9addcbe3958c5169540d980c
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	XBPS_CROSS_RUSTFLAGS+=" -latomic"

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

* Re: [PR PATCH] [Updated] qsv: update to 0.135.0.
  2024-10-01 18:44 [PR PATCH] qsv: update to 0.135.0 icp1994
@ 2024-10-28 19:10 ` icp1994
  2024-11-08 19:51 ` [PR PATCH] [Updated] qsv: update to 0.137.0 icp1994
  2024-11-14 16:27 ` [PR PATCH] [Merged]: qsv: update to 0.138.0 cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2024-10-28 19:10 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/52450

qsv: update to 0.135.0.
#### 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/52450.patch is attached

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

From c05615f6a80f28e716562fd734fe2a5c293e6e4b Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 27 Sep 2024 11:47:15 +0530
Subject: [PATCH] qsv: update to 0.137.0.

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

diff --git a/srcpkgs/qsv/template b/srcpkgs/qsv/template
index fb1adb72891cb4..6c13fd16188579 100644
--- a/srcpkgs/qsv/template
+++ b/srcpkgs/qsv/template
@@ -1,11 +1,12 @@
 # Template file for 'qsv'
 pkgname=qsv
-version=0.133.1
+version=0.137.0
 revision=1
 archs="x86_64* i686* aarch64* arm*" # ring
 build_style=cargo
 configure_args="--features=feature_capable"
-make_check_args="-- --skip=test_comments --skip=test_sample --skip=test_sort" # fails in i686
+make_check_args="-- --skip=test_comments --skip=test_sample --skip=test_sort
+ --skip=test_describegpt"
 hostmakedepends="pkg-config"
 makedepends="libzstd-devel"
 short_desc="CLI toolkit for CSV data-wrangling"
@@ -14,7 +15,7 @@ license="Unlicense"
 homepage="https://qsv.dathere.com"
 changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md"
 distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz"
-checksum=f2f59c07ea8d84d527641b6f6c2e1eeff114d04860d2904a2b85361ea62db204
+checksum=46b29900bb439d11a61fbb2f856a47dc5653fa080c0d0282ad517ec7d1c39079
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	XBPS_CROSS_RUSTFLAGS+=" -latomic"

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

* Re: [PR PATCH] [Updated] qsv: update to 0.137.0.
  2024-10-01 18:44 [PR PATCH] qsv: update to 0.135.0 icp1994
  2024-10-28 19:10 ` [PR PATCH] [Updated] " icp1994
@ 2024-11-08 19:51 ` icp1994
  2024-11-14 16:27 ` [PR PATCH] [Merged]: qsv: update to 0.138.0 cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2024-11-08 19:51 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/52450

qsv: update to 0.137.0.
#### 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/52450.patch is attached

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

From 33cc3cd67abb7c10096ccc1183cd394ef4b952e2 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 27 Sep 2024 11:47:15 +0530
Subject: [PATCH] qsv: update to 0.138.0.

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

diff --git a/srcpkgs/qsv/template b/srcpkgs/qsv/template
index fb1adb72891cb4..5518712acdfa8b 100644
--- a/srcpkgs/qsv/template
+++ b/srcpkgs/qsv/template
@@ -1,11 +1,12 @@
 # Template file for 'qsv'
 pkgname=qsv
-version=0.133.1
+version=0.138.0
 revision=1
 archs="x86_64* i686* aarch64* arm*" # ring
 build_style=cargo
 configure_args="--features=feature_capable"
-make_check_args="-- --skip=test_comments --skip=test_sample --skip=test_sort" # fails in i686
+make_check_args="-- --skip=test_comments --skip=test_sample --skip=test_sort
+ --skip=test_describegpt"
 hostmakedepends="pkg-config"
 makedepends="libzstd-devel"
 short_desc="CLI toolkit for CSV data-wrangling"
@@ -14,7 +15,7 @@ license="Unlicense"
 homepage="https://qsv.dathere.com"
 changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md"
 distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz"
-checksum=f2f59c07ea8d84d527641b6f6c2e1eeff114d04860d2904a2b85361ea62db204
+checksum=c53299dc56dbf7776a86d3802e928a8dc44a922b1bdaa1f1903d0ab8bb457201
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	XBPS_CROSS_RUSTFLAGS+=" -latomic"

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

* Re: [PR PATCH] [Merged]: qsv: update to 0.138.0.
  2024-10-01 18:44 [PR PATCH] qsv: update to 0.135.0 icp1994
  2024-10-28 19:10 ` [PR PATCH] [Updated] " icp1994
  2024-11-08 19:51 ` [PR PATCH] [Updated] qsv: update to 0.137.0 icp1994
@ 2024-11-14 16:27 ` cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2024-11-14 16:27 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.138.0.
https://github.com/void-linux/void-packages/pull/52450

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:[~2024-11-14 16:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-01 18:44 [PR PATCH] qsv: update to 0.135.0 icp1994
2024-10-28 19:10 ` [PR PATCH] [Updated] " icp1994
2024-11-08 19:51 ` [PR PATCH] [Updated] qsv: update to 0.137.0 icp1994
2024-11-14 16:27 ` [PR PATCH] [Merged]: qsv: update to 0.138.0 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).