Github messages for voidlinux
 help / color / mirror / Atom feed
From: bvdeenen <bvdeenen@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] k9s: update to 0.24.7
Date: Tue, 27 Apr 2021 21:36:03 +0200	[thread overview]
Message-ID: <20210427193603.gVzIm_KDW4FKHeCApXzKXlwboP9rNi1vNj5ijveEATo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30542@inbox.vuxu.org>

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

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

https://github.com/bvdeenen/void-packages master
https://github.com/void-linux/void-packages/pull/30542

k9s: update to 0.24.7
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 7a0e6565b5266715aa9ac772aaa1e1282471a428 Mon Sep 17 00:00:00 2001
From: Bart van Deenen <bartvandeenen@streammachine.io>
Date: Tue, 27 Apr 2021 11:01:52 +0200
Subject: [PATCH 1/3] k9s: update to 0.24.7

---
 srcpkgs/k9s/patches/go.mod.patch | 11 +++++++++++
 srcpkgs/k9s/patches/go.sum.patch | 11 +++++++++++
 srcpkgs/k9s/template             |  4 ++--
 3 files changed, 24 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/k9s/patches/go.mod.patch
 create mode 100644 srcpkgs/k9s/patches/go.sum.patch

diff --git a/srcpkgs/k9s/patches/go.mod.patch b/srcpkgs/k9s/patches/go.mod.patch
new file mode 100644
index 000000000000..c3a7137d1b18
--- /dev/null
+++ b/srcpkgs/k9s/patches/go.mod.patch
@@ -0,0 +1,11 @@
+--- go.mod.org	2021-04-27 10:51:23.602448450 +0200
++++ go.mod	2021-04-27 10:51:33.685466458 +0200
+@@ -2,8 +2,6 @@
+ 
+ go 1.16
+ 
+-replace github.com/derailed/tview => ../tview
+-
+ replace (
+ 	github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
+ 	github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
diff --git a/srcpkgs/k9s/patches/go.sum.patch b/srcpkgs/k9s/patches/go.sum.patch
new file mode 100644
index 000000000000..89288e248eb4
--- /dev/null
+++ b/srcpkgs/k9s/patches/go.sum.patch
@@ -0,0 +1,11 @@
+--- go.sum.org	2021-04-27 10:55:02.442782948 +0200
++++ go.sum	2021-04-27 10:55:27.707814111 +0200
+@@ -191,6 +191,8 @@
+ github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba/go.mod h1:dV8lFg6daOBZbT6/BDGIz6Y3WFGn8juu6G+CQ6LHtl0=
+ github.com/derailed/popeye v0.9.0 h1:0zP4BAzo94RUjrUkzgF962v0zL9B3xyopd7kU7tMxuc=
+ github.com/derailed/popeye v0.9.0/go.mod h1:g3hudQlbEEChCA7U44fA+utTM9xQpD4pINUMQaiq5Gs=
++github.com/derailed/tview v0.5.3 h1:rzUz7sDoWJQjrx1u8YSbfQNmva+z2bnQqzoR6CZruo8=
++github.com/derailed/tview v0.5.3/go.mod h1:Cd1rHezeTZDlze2WsQMuGFwiooP1bO0RttWj7XtZbFM=
+ github.com/dgrijalva/jwt-go v0.0.0-20170104182250-a601269ab70c/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
+ github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
+ github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
diff --git a/srcpkgs/k9s/template b/srcpkgs/k9s/template
index 6ceec1f3e0ad..de0e7a9b08f4 100644
--- a/srcpkgs/k9s/template
+++ b/srcpkgs/k9s/template
@@ -1,6 +1,6 @@
 # Template file for 'k9s'
 pkgname=k9s
-version=0.24.6
+version=0.24.7
 revision=1
 build_style=go
 go_import_path="github.com/derailed/k9s"
@@ -10,4 +10,4 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Apache-2.0"
 homepage="https://k9scli.io/"
 distfiles="https://github.com/derailed/k9s/archive/v${version}.tar.gz"
-checksum=72cce161786273f203421e93d8b22bfa7659fecdf2d0f018a5dc113302ba3958
+checksum=a205852c7e0f0a04824514c7a3332dc1a99ad8c701f966cf59dd4419e5857609

From 32830a8bb500995e7350edeb2057ea316f73fba6 Mon Sep 17 00:00:00 2001
From: Bart van Deenen <bartvandeenen@streammachine.io>
Date: Tue, 27 Apr 2021 21:28:07 +0200
Subject: [PATCH 2/3] combined patch

---
 srcpkgs/k9s/patches/go.mod.patch | 11 -----------
 srcpkgs/k9s/patches/go.sum.patch | 11 -----------
 2 files changed, 22 deletions(-)
 delete mode 100644 srcpkgs/k9s/patches/go.mod.patch
 delete mode 100644 srcpkgs/k9s/patches/go.sum.patch

diff --git a/srcpkgs/k9s/patches/go.mod.patch b/srcpkgs/k9s/patches/go.mod.patch
deleted file mode 100644
index c3a7137d1b18..000000000000
--- a/srcpkgs/k9s/patches/go.mod.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- go.mod.org	2021-04-27 10:51:23.602448450 +0200
-+++ go.mod	2021-04-27 10:51:33.685466458 +0200
-@@ -2,8 +2,6 @@
- 
- go 1.16
- 
--replace github.com/derailed/tview => ../tview
--
- replace (
- 	github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
- 	github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
diff --git a/srcpkgs/k9s/patches/go.sum.patch b/srcpkgs/k9s/patches/go.sum.patch
deleted file mode 100644
index 89288e248eb4..000000000000
--- a/srcpkgs/k9s/patches/go.sum.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- go.sum.org	2021-04-27 10:55:02.442782948 +0200
-+++ go.sum	2021-04-27 10:55:27.707814111 +0200
-@@ -191,6 +191,8 @@
- github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba/go.mod h1:dV8lFg6daOBZbT6/BDGIz6Y3WFGn8juu6G+CQ6LHtl0=
- github.com/derailed/popeye v0.9.0 h1:0zP4BAzo94RUjrUkzgF962v0zL9B3xyopd7kU7tMxuc=
- github.com/derailed/popeye v0.9.0/go.mod h1:g3hudQlbEEChCA7U44fA+utTM9xQpD4pINUMQaiq5Gs=
-+github.com/derailed/tview v0.5.3 h1:rzUz7sDoWJQjrx1u8YSbfQNmva+z2bnQqzoR6CZruo8=
-+github.com/derailed/tview v0.5.3/go.mod h1:Cd1rHezeTZDlze2WsQMuGFwiooP1bO0RttWj7XtZbFM=
- github.com/dgrijalva/jwt-go v0.0.0-20170104182250-a601269ab70c/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
- github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
- github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=

From ed2bb2e69b673148c36979cdff6e1f36987c24a6 Mon Sep 17 00:00:00 2001
From: Bart van Deenen <bartvandeenen@streammachine.io>
Date: Tue, 27 Apr 2021 21:28:52 +0200
Subject: [PATCH 3/3] combined patch

---
 srcpkgs/k9s/patches/combined.patch | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/k9s/patches/combined.patch

diff --git a/srcpkgs/k9s/patches/combined.patch b/srcpkgs/k9s/patches/combined.patch
new file mode 100644
index 000000000000..c0e07a5e2ba4
--- /dev/null
+++ b/srcpkgs/k9s/patches/combined.patch
@@ -0,0 +1,22 @@
+--- go.mod.org	2021-04-27 10:51:23.602448450 +0200
++++ go.mod	2021-04-27 10:51:33.685466458 +0200
+@@ -2,8 +2,6 @@
+ 
+ go 1.16
+ 
+-replace github.com/derailed/tview => ../tview
+-
+ replace (
+ 	github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
+ 	github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
+--- go.sum.org	2021-04-27 10:55:02.442782948 +0200
++++ go.sum	2021-04-27 10:55:27.707814111 +0200
+@@ -191,6 +191,8 @@
+ github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba/go.mod h1:dV8lFg6daOBZbT6/BDGIz6Y3WFGn8juu6G+CQ6LHtl0=
+ github.com/derailed/popeye v0.9.0 h1:0zP4BAzo94RUjrUkzgF962v0zL9B3xyopd7kU7tMxuc=
+ github.com/derailed/popeye v0.9.0/go.mod h1:g3hudQlbEEChCA7U44fA+utTM9xQpD4pINUMQaiq5Gs=
++github.com/derailed/tview v0.5.3 h1:rzUz7sDoWJQjrx1u8YSbfQNmva+z2bnQqzoR6CZruo8=
++github.com/derailed/tview v0.5.3/go.mod h1:Cd1rHezeTZDlze2WsQMuGFwiooP1bO0RttWj7XtZbFM=
+ github.com/dgrijalva/jwt-go v0.0.0-20170104182250-a601269ab70c/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
+ github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
+ github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=

  reply	other threads:[~2021-04-27 19:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-27  9:28 [PR PATCH] " bvdeenen
2021-04-27 19:36 ` bvdeenen [this message]
2021-04-27 19:40 ` [PR PATCH] [Updated] " bvdeenen
2021-04-27 19:44 ` bvdeenen
2021-04-27 19:44 ` [PR PATCH] [Closed]: " bvdeenen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210427193603.gVzIm_KDW4FKHeCApXzKXlwboP9rNi1vNj5ijveEATo@z \
    --to=bvdeenen@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).