Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] golangci-lint: update to 1.56.2
@ 2024-03-17 22:34 grafov
  2024-03-18 16:25 ` [PR PATCH] [Updated] " grafov
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: grafov @ 2024-03-17 22:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/grafov/void-packages golangci-lint
https://github.com/void-linux/void-packages/pull/49344

golangci-lint: update to 1.56.2
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, x86_64



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

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

From 4781febeedbfbb0edc690e57e18db5d18d9d29f6 Mon Sep 17 00:00:00 2001
From: "Alexander I.Grafov" <grafov@inet.name>
Date: Mon, 18 Mar 2024 01:26:15 +0300
Subject: [PATCH] golangci-lint: update to 1.56.2

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

diff --git a/srcpkgs/golangci-lint/template b/srcpkgs/golangci-lint/template
index 82737682337add..84c36189e2b593 100644
--- a/srcpkgs/golangci-lint/template
+++ b/srcpkgs/golangci-lint/template
@@ -1,6 +1,6 @@
 # Template file for 'golangci-lint'
 pkgname=golangci-lint
-version=1.53.3
+version=1.56.2
 revision=2
 build_style=go
 go_import_path="github.com/golangci/golangci-lint"
@@ -12,7 +12,7 @@ license="GPL-3.0-only"
 homepage="https://github.com/golangci/golangci-lint"
 changelog="https://raw.githubusercontent.com/golangci/golangci-lint/master/CHANGELOG.md"
 distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz"
-checksum=a11540d116fa6b015423afc1bfe57c4b22ec3c3165189442cdb7ff8fda729370
+checksum=ee3efbd816dc87b5d8dc1820f66a6e0066cae2341cc88bb740fe69b9f367edaa
 
 # fix: collect2: fatal error: cannot find 'ld'
 export LDFLAGS="-fuse-ld=bfd"

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

* Re: [PR PATCH] [Updated] golangci-lint: update to 1.56.2
  2024-03-17 22:34 [PR PATCH] golangci-lint: update to 1.56.2 grafov
@ 2024-03-18 16:25 ` grafov
  2024-03-18 16:26 ` grafov
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: grafov @ 2024-03-18 16:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/grafov/void-packages golangci-lint
https://github.com/void-linux/void-packages/pull/49344

golangci-lint: update to 1.56.2
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, x86_64



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

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

From cd9bc3468c5dac880ee0ef92671803af2d4c0b91 Mon Sep 17 00:00:00 2001
From: "Alexander I.Grafov" <grafov@inet.name>
Date: Mon, 18 Mar 2024 01:26:15 +0300
Subject: [PATCH] golangci-lint: update to 1.56.2

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

diff --git a/srcpkgs/golangci-lint/template b/srcpkgs/golangci-lint/template
index 82737682337add..25ad593c7669f0 100644
--- a/srcpkgs/golangci-lint/template
+++ b/srcpkgs/golangci-lint/template
@@ -1,7 +1,7 @@
 # Template file for 'golangci-lint'
 pkgname=golangci-lint
-version=1.53.3
-revision=2
+version=1.56.2
+revision=1
 build_style=go
 go_import_path="github.com/golangci/golangci-lint"
 go_package="./cmd/golangci-lint"
@@ -12,7 +12,7 @@ license="GPL-3.0-only"
 homepage="https://github.com/golangci/golangci-lint"
 changelog="https://raw.githubusercontent.com/golangci/golangci-lint/master/CHANGELOG.md"
 distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz"
-checksum=a11540d116fa6b015423afc1bfe57c4b22ec3c3165189442cdb7ff8fda729370
+checksum=ee3efbd816dc87b5d8dc1820f66a6e0066cae2341cc88bb740fe69b9f367edaa
 
 # fix: collect2: fatal error: cannot find 'ld'
 export LDFLAGS="-fuse-ld=bfd"

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

* Re: golangci-lint: update to 1.56.2
  2024-03-17 22:34 [PR PATCH] golangci-lint: update to 1.56.2 grafov
  2024-03-18 16:25 ` [PR PATCH] [Updated] " grafov
@ 2024-03-18 16:26 ` grafov
  2024-03-18 16:27 ` grafov
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: grafov @ 2024-03-18 16:26 UTC (permalink / raw)
  To: ml

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

New comment by grafov on void-packages repository

https://github.com/void-linux/void-packages/pull/49344#issuecomment-2004381151

Comment:
I fixed revision value, now it set to 1 because upstream version was increased. Just pushed commit for the PR with rebase.

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

* Re: golangci-lint: update to 1.56.2
  2024-03-17 22:34 [PR PATCH] golangci-lint: update to 1.56.2 grafov
  2024-03-18 16:25 ` [PR PATCH] [Updated] " grafov
  2024-03-18 16:26 ` grafov
@ 2024-03-18 16:27 ` grafov
  2024-03-18 16:50 ` grafov
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: grafov @ 2024-03-18 16:27 UTC (permalink / raw)
  To: ml

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

New comment by grafov on void-packages repository

https://github.com/void-linux/void-packages/pull/49344#issuecomment-2004381151

Comment:
Build was failed. I fixed revision value. Now it set to 1 because upstream version was increased. Just pushed commit for the PR with rebase.

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

* Re: golangci-lint: update to 1.56.2
  2024-03-17 22:34 [PR PATCH] golangci-lint: update to 1.56.2 grafov
                   ` (2 preceding siblings ...)
  2024-03-18 16:27 ` grafov
@ 2024-03-18 16:50 ` grafov
  2024-03-18 16:50 ` grafov
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: grafov @ 2024-03-18 16:50 UTC (permalink / raw)
  To: ml

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

New comment by grafov on void-packages repository

https://github.com/void-linux/void-packages/pull/49344#issuecomment-2004381151

Comment:
First build was failed. I fixed revision value. Now it set to 1 because upstream version was increased. Built ok now.

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

* Re: golangci-lint: update to 1.56.2
  2024-03-17 22:34 [PR PATCH] golangci-lint: update to 1.56.2 grafov
                   ` (3 preceding siblings ...)
  2024-03-18 16:50 ` grafov
@ 2024-03-18 16:50 ` grafov
  2024-04-11 14:26 ` [PR PATCH] [Updated] " grafov
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: grafov @ 2024-03-18 16:50 UTC (permalink / raw)
  To: ml

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

New comment by grafov on void-packages repository

https://github.com/void-linux/void-packages/pull/49344#issuecomment-2004381151

Comment:
First build was failed. I fixed revision value. Now it set to 1 because upstream version was increased. Built ok now.

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

* Re: [PR PATCH] [Updated] golangci-lint: update to 1.56.2
  2024-03-17 22:34 [PR PATCH] golangci-lint: update to 1.56.2 grafov
                   ` (4 preceding siblings ...)
  2024-03-18 16:50 ` grafov
@ 2024-04-11 14:26 ` grafov
  2024-04-11 14:26 ` golangci-lint: update to 1.57.2 grafov
  2024-04-11 18:46 ` [PR PATCH] [Merged]: " cinerea0
  7 siblings, 0 replies; 9+ messages in thread
From: grafov @ 2024-04-11 14:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/grafov/void-packages golangci-lint
https://github.com/void-linux/void-packages/pull/49344

golangci-lint: update to 1.56.2
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, x86_64



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

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

From bb0f5070360830904a07b0c1e4d4aa488b5b5908 Mon Sep 17 00:00:00 2001
From: "Alexander I.Grafov" <grafov@inet.name>
Date: Mon, 18 Mar 2024 01:26:15 +0300
Subject: [PATCH] golangci-lint: update to 1.57.2

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

diff --git a/srcpkgs/golangci-lint/template b/srcpkgs/golangci-lint/template
index 82737682337add..ca51190368561b 100644
--- a/srcpkgs/golangci-lint/template
+++ b/srcpkgs/golangci-lint/template
@@ -1,7 +1,7 @@
 # Template file for 'golangci-lint'
 pkgname=golangci-lint
-version=1.53.3
-revision=2
+version=1.57.2
+revision=1
 build_style=go
 go_import_path="github.com/golangci/golangci-lint"
 go_package="./cmd/golangci-lint"
@@ -12,7 +12,7 @@ license="GPL-3.0-only"
 homepage="https://github.com/golangci/golangci-lint"
 changelog="https://raw.githubusercontent.com/golangci/golangci-lint/master/CHANGELOG.md"
 distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz"
-checksum=a11540d116fa6b015423afc1bfe57c4b22ec3c3165189442cdb7ff8fda729370
+checksum=965e91f54c8fcdccea30630c175299322088804110319282fc87a629bcb02b08
 
 # fix: collect2: fatal error: cannot find 'ld'
 export LDFLAGS="-fuse-ld=bfd"

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

* Re: golangci-lint: update to 1.57.2
  2024-03-17 22:34 [PR PATCH] golangci-lint: update to 1.56.2 grafov
                   ` (5 preceding siblings ...)
  2024-04-11 14:26 ` [PR PATCH] [Updated] " grafov
@ 2024-04-11 14:26 ` grafov
  2024-04-11 18:46 ` [PR PATCH] [Merged]: " cinerea0
  7 siblings, 0 replies; 9+ messages in thread
From: grafov @ 2024-04-11 14:26 UTC (permalink / raw)
  To: ml

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

New comment by grafov on void-packages repository

https://github.com/void-linux/void-packages/pull/49344#issuecomment-2049821145

Comment:
Yet the PR is waiting for review golangci-lint have got new release 1.57.2. I just updated the PR for 1.57.2 (instead of 1.56.2).

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

* Re: [PR PATCH] [Merged]: golangci-lint: update to 1.57.2
  2024-03-17 22:34 [PR PATCH] golangci-lint: update to 1.56.2 grafov
                   ` (6 preceding siblings ...)
  2024-04-11 14:26 ` golangci-lint: update to 1.57.2 grafov
@ 2024-04-11 18:46 ` cinerea0
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2024-04-11 18:46 UTC (permalink / raw)
  To: ml

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

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

golangci-lint: update to 1.57.2
https://github.com/void-linux/void-packages/pull/49344

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, x86_64



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

end of thread, other threads:[~2024-04-11 18:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-17 22:34 [PR PATCH] golangci-lint: update to 1.56.2 grafov
2024-03-18 16:25 ` [PR PATCH] [Updated] " grafov
2024-03-18 16:26 ` grafov
2024-03-18 16:27 ` grafov
2024-03-18 16:50 ` grafov
2024-03-18 16:50 ` grafov
2024-04-11 14:26 ` [PR PATCH] [Updated] " grafov
2024-04-11 14:26 ` golangci-lint: update to 1.57.2 grafov
2024-04-11 18:46 ` [PR PATCH] [Merged]: " 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).