Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] telepresence: update to 0.107.
@ 2020-09-05  3:23 cpixl
  2020-09-05  7:04 ` [PR REVIEW] " fosslinux
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: cpixl @ 2020-09-05  3:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cpixl/void-packages telepresence
https://github.com/void-linux/void-packages/pull/24679

telepresence: update to 0.107.


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

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

From fd83a1e047e595b8fe347afb7aec6ed79dc7ddd2 Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Sat, 5 Sep 2020 00:23:19 -0300
Subject: [PATCH] telepresence: update to 0.107.

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

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index 83b1bca4edd..31229f0ded1 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,6 +1,6 @@
 # Template file for 'telepresence'
 pkgname=telepresence
-version=0.105
+version=0.107
 revision=1
 archs=noarch
 build_style=python3-module
@@ -12,7 +12,7 @@ license="Apache-2.0"
 homepage="https://www.telepresence.io"
 changelog="https://raw.githubusercontent.com/telepresenceio/telepresence/master/docs/reference/changelog.md"
 distfiles="https://github.com/datawire/telepresence/archive/${version}.tar.gz"
-checksum=975a68dbf9d56625a9e1b617620a64ac5e8c23d4ac913c2fc0bc9c4e28af4d19
+checksum=1305de19ad6d99c2d8efc2edfaac18ddfb3483a3ee9b89e58e17abb21baec67c
 
 post_build() {
 	packaging/build-sshuttle.py

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

* Re: [PR REVIEW] telepresence: update to 0.107.
  2020-09-05  3:23 [PR PATCH] telepresence: update to 0.107 cpixl
@ 2020-09-05  7:04 ` fosslinux
  2020-09-11 20:30 ` [PR PATCH] [Updated] " cpixl
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: fosslinux @ 2020-09-05  7:04 UTC (permalink / raw)
  To: ml

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

New review comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/24679#discussion_r483920669

Comment:
Please remove `archs=noarch` as part of the transition away from noarch.

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

* Re: [PR PATCH] [Updated] telepresence: update to 0.107.
  2020-09-05  3:23 [PR PATCH] telepresence: update to 0.107 cpixl
  2020-09-05  7:04 ` [PR REVIEW] " fosslinux
@ 2020-09-11 20:30 ` cpixl
  2020-09-11 20:35 ` cpixl
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cpixl @ 2020-09-11 20:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cpixl/void-packages telepresence
https://github.com/void-linux/void-packages/pull/24679

telepresence: update to 0.107.


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

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

From 78ee907d5766c3eb72b70f6879ca2cd777ec65e4 Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Sat, 5 Sep 2020 00:23:19 -0300
Subject: [PATCH] telepresence: update to 0.107.

---
 srcpkgs/telepresence/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index 83b1bca4edd..a862a59475d 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,8 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
-version=0.105
+version=0.107
 revision=1
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"
 depends="kubectl fuse-sshfs torsocks openssh conntrack-tools iptables"
@@ -12,7 +11,7 @@ license="Apache-2.0"
 homepage="https://www.telepresence.io"
 changelog="https://raw.githubusercontent.com/telepresenceio/telepresence/master/docs/reference/changelog.md"
 distfiles="https://github.com/datawire/telepresence/archive/${version}.tar.gz"
-checksum=975a68dbf9d56625a9e1b617620a64ac5e8c23d4ac913c2fc0bc9c4e28af4d19
+checksum=1305de19ad6d99c2d8efc2edfaac18ddfb3483a3ee9b89e58e17abb21baec67c
 
 post_build() {
 	packaging/build-sshuttle.py

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

* Re: [PR PATCH] [Updated] telepresence: update to 0.107.
  2020-09-05  3:23 [PR PATCH] telepresence: update to 0.107 cpixl
  2020-09-05  7:04 ` [PR REVIEW] " fosslinux
  2020-09-11 20:30 ` [PR PATCH] [Updated] " cpixl
@ 2020-09-11 20:35 ` cpixl
  2020-09-11 20:55 ` cpixl
  2020-09-11 23:27 ` [PR PATCH] [Closed]: " sgn
  4 siblings, 0 replies; 6+ messages in thread
From: cpixl @ 2020-09-11 20:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cpixl/void-packages telepresence
https://github.com/void-linux/void-packages/pull/24679

telepresence: update to 0.107.


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

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

From 82e811ad706f6f546da02855cef60e2d43c07f4f Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Sat, 5 Sep 2020 00:23:19 -0300
Subject: [PATCH] telepresence: update to 0.107.

---
 srcpkgs/telepresence/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index 83b1bca4edd..a862a59475d 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,8 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
-version=0.105
+version=0.107
 revision=1
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"
 depends="kubectl fuse-sshfs torsocks openssh conntrack-tools iptables"
@@ -12,7 +11,7 @@ license="Apache-2.0"
 homepage="https://www.telepresence.io"
 changelog="https://raw.githubusercontent.com/telepresenceio/telepresence/master/docs/reference/changelog.md"
 distfiles="https://github.com/datawire/telepresence/archive/${version}.tar.gz"
-checksum=975a68dbf9d56625a9e1b617620a64ac5e8c23d4ac913c2fc0bc9c4e28af4d19
+checksum=1305de19ad6d99c2d8efc2edfaac18ddfb3483a3ee9b89e58e17abb21baec67c
 
 post_build() {
 	packaging/build-sshuttle.py

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

* Re: [PR PATCH] [Updated] telepresence: update to 0.107.
  2020-09-05  3:23 [PR PATCH] telepresence: update to 0.107 cpixl
                   ` (2 preceding siblings ...)
  2020-09-11 20:35 ` cpixl
@ 2020-09-11 20:55 ` cpixl
  2020-09-11 23:27 ` [PR PATCH] [Closed]: " sgn
  4 siblings, 0 replies; 6+ messages in thread
From: cpixl @ 2020-09-11 20:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cpixl/void-packages telepresence
https://github.com/void-linux/void-packages/pull/24679

telepresence: update to 0.107.


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

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

From 536e0a6a831706f4eacdcba3de3c995b0a16d6f9 Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Sat, 5 Sep 2020 00:23:19 -0300
Subject: [PATCH] telepresence: update to 0.107.

---
 srcpkgs/telepresence/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index 83b1bca4edd..3da5c9d2900 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,8 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
-version=0.105
+version=0.107
 revision=1
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"
 depends="kubectl fuse-sshfs torsocks openssh conntrack-tools iptables"
@@ -12,7 +11,7 @@ license="Apache-2.0"
 homepage="https://www.telepresence.io"
 changelog="https://raw.githubusercontent.com/telepresenceio/telepresence/master/docs/reference/changelog.md"
 distfiles="https://github.com/datawire/telepresence/archive/${version}.tar.gz"
-checksum=975a68dbf9d56625a9e1b617620a64ac5e8c23d4ac913c2fc0bc9c4e28af4d19
+checksum=e2db257bf7f4f8b833912bcb2fe02ab42cc61429b61a0071dd8f61deb1001cb8
 
 post_build() {
 	packaging/build-sshuttle.py

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

* Re: [PR PATCH] [Closed]: telepresence: update to 0.107.
  2020-09-05  3:23 [PR PATCH] telepresence: update to 0.107 cpixl
                   ` (3 preceding siblings ...)
  2020-09-11 20:55 ` cpixl
@ 2020-09-11 23:27 ` sgn
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2020-09-11 23:27 UTC (permalink / raw)
  To: ml

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

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

telepresence: update to 0.107.
https://github.com/void-linux/void-packages/pull/24679

Description:


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

end of thread, other threads:[~2020-09-11 23:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-05  3:23 [PR PATCH] telepresence: update to 0.107 cpixl
2020-09-05  7:04 ` [PR REVIEW] " fosslinux
2020-09-11 20:30 ` [PR PATCH] [Updated] " cpixl
2020-09-11 20:35 ` cpixl
2020-09-11 20:55 ` cpixl
2020-09-11 23:27 ` [PR PATCH] [Closed]: " sgn

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