* [PR PATCH] usql: update to 0.19.12.
@ 2024-11-01 20:01 icp1994
2024-11-01 20:09 ` [PR PATCH] [Updated] " icp1994
2024-11-01 20:13 ` icp1994
0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2024-11-01 20:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 468 bytes --]
There is a new pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages usql
https://github.com/void-linux/void-packages/pull/52873
usql: update to 0.19.12.
#### 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/52873.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-usql-52873.patch --]
[-- Type: text/x-diff, Size: 1195 bytes --]
From 31bbb236f0d250f7888a7fb10fa733981746fc73 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 29 Oct 2024 00:24:13 +0530
Subject: [PATCH] usql: update to 0.19.12.
---
srcpkgs/usql/template | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/usql/template b/srcpkgs/usql/template
index feaf721abccc67..22ec08145a6859 100644
--- a/srcpkgs/usql/template
+++ b/srcpkgs/usql/template
@@ -1,7 +1,7 @@
# Template file for 'usql'
pkgname=usql
-version=0.19.3
-revision=2
+version=0.19.12
+revision=1
build_style=go
go_import_path=github.com/xo/usql
go_ldflags="-X github.com/xo/usql/text.CommandVersion=${version}"
@@ -10,7 +10,12 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/xo/usql"
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
-checksum=3955e13c7108cb4a3ebb968dafa501db72d4f4fa0ddf6fb128cceb84e5a3d4c4
+checksum=9ee88b713132cd83436a24ae6a76af43b04b1cb55ebf782ed99bf957bfdd491c
+
+do_check() {
+ go test -p "${XBPS_MAKEJOBS}" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" \
+ $(go list ./... | grep -v /drivers)
+}
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] usql: update to 0.19.12.
2024-11-01 20:01 [PR PATCH] usql: update to 0.19.12 icp1994
@ 2024-11-01 20:09 ` icp1994
2024-11-01 20:13 ` icp1994
1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2024-11-01 20:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 473 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages usql
https://github.com/void-linux/void-packages/pull/52873
usql: update to 0.19.12.
#### 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/52873.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-usql-52873.patch --]
[-- Type: text/x-diff, Size: 1222 bytes --]
From f5ddc93e5f7d0afa763a49b74719b251dc4dd4ce Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 29 Oct 2024 00:24:13 +0530
Subject: [PATCH] usql: update to 0.19.12.
---
srcpkgs/usql/template | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/usql/template b/srcpkgs/usql/template
index feaf721abccc67..f6a0fdc2254163 100644
--- a/srcpkgs/usql/template
+++ b/srcpkgs/usql/template
@@ -1,7 +1,7 @@
# Template file for 'usql'
pkgname=usql
-version=0.19.3
-revision=2
+version=0.19.12
+revision=1
build_style=go
go_import_path=github.com/xo/usql
go_ldflags="-X github.com/xo/usql/text.CommandVersion=${version}"
@@ -10,7 +10,14 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/xo/usql"
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
-checksum=3955e13c7108cb4a3ebb968dafa501db72d4f4fa0ddf6fb128cceb84e5a3d4c4
+checksum=9ee88b713132cd83436a24ae6a76af43b04b1cb55ebf782ed99bf957bfdd491c
+
+export CGO_ENABLED=0
+
+do_check() {
+ go test -p "${XBPS_MAKEJOBS}" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" \
+ $(go list ./... | grep -v /drivers)
+}
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] usql: update to 0.19.12.
2024-11-01 20:01 [PR PATCH] usql: update to 0.19.12 icp1994
2024-11-01 20:09 ` [PR PATCH] [Updated] " icp1994
@ 2024-11-01 20:13 ` icp1994
1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2024-11-01 20:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 473 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages usql
https://github.com/void-linux/void-packages/pull/52873
usql: update to 0.19.12.
#### 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/52873.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-usql-52873.patch --]
[-- Type: text/x-diff, Size: 1195 bytes --]
From de20297af87755507e9f2f5911b17bb5d58d7d46 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 29 Oct 2024 00:24:13 +0530
Subject: [PATCH] usql: update to 0.19.12.
---
srcpkgs/usql/template | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/usql/template b/srcpkgs/usql/template
index feaf721abccc67..22ec08145a6859 100644
--- a/srcpkgs/usql/template
+++ b/srcpkgs/usql/template
@@ -1,7 +1,7 @@
# Template file for 'usql'
pkgname=usql
-version=0.19.3
-revision=2
+version=0.19.12
+revision=1
build_style=go
go_import_path=github.com/xo/usql
go_ldflags="-X github.com/xo/usql/text.CommandVersion=${version}"
@@ -10,7 +10,12 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/xo/usql"
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
-checksum=3955e13c7108cb4a3ebb968dafa501db72d4f4fa0ddf6fb128cceb84e5a3d4c4
+checksum=9ee88b713132cd83436a24ae6a76af43b04b1cb55ebf782ed99bf957bfdd491c
+
+do_check() {
+ go test -p "${XBPS_MAKEJOBS}" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" \
+ $(go list ./... | grep -v /drivers)
+}
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-01 20:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-01 20:01 [PR PATCH] usql: update to 0.19.12 icp1994
2024-11-01 20:09 ` [PR PATCH] [Updated] " icp1994
2024-11-01 20:13 ` icp1994
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).