Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] aws-vault: update go_import_path
@ 2021-01-05 14:56 vixus0
  2021-01-05 14:57 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: vixus0 @ 2021-01-05 14:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vixus0/void-packages aws-vault-6.2.0-go-import-path
https://github.com/void-linux/void-packages/pull/27689

aws-vault: update go_import_path
Go package name has changed to github.com/99designs/aws-vault/v6

Fixes #27688.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-aws-vault-6.2.0-go-import-path-27689.patch --]
[-- Type: text/x-diff, Size: 908 bytes --]

From 531d6331f44bc284576221caa00dcb8bd4e226c2 Mon Sep 17 00:00:00 2001
From: Anshul Sirur <anshul@3dhubs.com>
Date: Tue, 5 Jan 2021 15:53:45 +0100
Subject: [PATCH] aws-vault: update go_import_path

Go package name has changed to github.com/99designs/aws-vault/v6
---
 srcpkgs/aws-vault/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/aws-vault/template b/srcpkgs/aws-vault/template
index 3746480dad8..cdb99ac57ec 100644
--- a/srcpkgs/aws-vault/template
+++ b/srcpkgs/aws-vault/template
@@ -1,9 +1,9 @@
 # Template file for 'aws-vault'
 pkgname=aws-vault
 version=6.2.0
-revision=1
+revision=2
 build_style=go
-go_import_path=github.com/99designs/aws-vault
+go_import_path=github.com/99designs/aws-vault/v6
 go_ldflags="-X \"main.Version=${version}\" -s -w"
 short_desc="Vault for securely storing and accessing AWS credentials"
 maintainer="klardotsh <josh@klar.sh>"

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

* Re: aws-vault: update go_import_path
  2021-01-05 14:56 [PR PATCH] aws-vault: update go_import_path vixus0
@ 2021-01-05 14:57 ` ericonr
  2021-01-05 15:07 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-01-05 14:57 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27689#issuecomment-754686738

Comment:
Nice find! Can you think of a lint for this? It is a very bad mistake to make...

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

* Re: aws-vault: update go_import_path
  2021-01-05 14:56 [PR PATCH] aws-vault: update go_import_path vixus0
  2021-01-05 14:57 ` ericonr
@ 2021-01-05 15:07 ` ericonr
  2021-01-05 15:07 ` [PR PATCH] [Merged]: " ericonr
  2021-01-05 15:29 ` vixus0
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-01-05 15:07 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27689#issuecomment-754693287

Comment:
If you can, please open an issue about the possiblity for these mismatches; otherwise I can open it later myself.

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

* Re: [PR PATCH] [Merged]: aws-vault: update go_import_path
  2021-01-05 14:56 [PR PATCH] aws-vault: update go_import_path vixus0
  2021-01-05 14:57 ` ericonr
  2021-01-05 15:07 ` ericonr
@ 2021-01-05 15:07 ` ericonr
  2021-01-05 15:29 ` vixus0
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-01-05 15:07 UTC (permalink / raw)
  To: ml

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

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

aws-vault: update go_import_path
https://github.com/void-linux/void-packages/pull/27689

Description:
Go package name has changed to github.com/99designs/aws-vault/v6

Fixes #27688.


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

* Re: aws-vault: update go_import_path
  2021-01-05 14:56 [PR PATCH] aws-vault: update go_import_path vixus0
                   ` (2 preceding siblings ...)
  2021-01-05 15:07 ` [PR PATCH] [Merged]: " ericonr
@ 2021-01-05 15:29 ` vixus0
  3 siblings, 0 replies; 5+ messages in thread
From: vixus0 @ 2021-01-05 15:29 UTC (permalink / raw)
  To: ml

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

New comment by vixus0 on void-packages repository

https://github.com/void-linux/void-packages/pull/27689#issuecomment-754707670

Comment:
@ericonr sure, I'll open an issue. I'll put any proposals for lints/fixes there.

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

end of thread, other threads:[~2021-01-05 15:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-05 14:56 [PR PATCH] aws-vault: update go_import_path vixus0
2021-01-05 14:57 ` ericonr
2021-01-05 15:07 ` ericonr
2021-01-05 15:07 ` [PR PATCH] [Merged]: " ericonr
2021-01-05 15:29 ` vixus0

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