Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vpn-slice: update to 0.16.1.
@ 2022-02-03  1:48 maybe-one-day-ubermensch
  2022-02-03  2:28 ` [PR REVIEW] " abenson
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: maybe-one-day-ubermensch @ 2022-02-03  1:48 UTC (permalink / raw)
  To: ml

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

There is a new pull request by maybe-one-day-ubermensch against master on the void-packages repository

https://github.com/maybe-one-day-ubermensch/void-packages vpn-slice
https://github.com/void-linux/void-packages/pull/35372

vpn-slice: update to 0.16.1.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86LIBC)
- 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/35372.patch is attached

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

From 663da71966447391069ec0656f34d04d48013677 Mon Sep 17 00:00:00 2001
From: Jony <maybe-one-day-ubermensch@protonmail.com>
Date: Wed, 2 Feb 2022 17:45:07 -0800
Subject: [PATCH] vpn-slice: update to 0.16.1.

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

diff --git a/srcpkgs/vpn-slice/template b/srcpkgs/vpn-slice/template
index 281d4d9ef80a..91bc70c4e70e 100644
--- a/srcpkgs/vpn-slice/template
+++ b/srcpkgs/vpn-slice/template
@@ -1,6 +1,6 @@
 # Template file for 'vpn-slice'
 pkgname=vpn-slice
-version=0.15
+version=0.16.1
 revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,4 +10,4 @@ maintainer="Jony <maybe-one-day-ubermensch@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/dlenski/vpn-slice"
 distfiles="https://github.com/dlenski/${pkgname}/archive/v${version}.tar.gz"
-checksum=9e6f2fc9c1305d78e804529ddc7e787a88d185ba7a3560218ab5cdee4233a757
+checksum=ecdb1c434c611427447b4884ea46845584ab08e40687e3dd4ffbdb7cd9bbcbde

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

* Re: [PR REVIEW] vpn-slice: update to 0.16.1.
  2022-02-03  1:48 [PR PATCH] vpn-slice: update to 0.16.1 maybe-one-day-ubermensch
@ 2022-02-03  2:28 ` abenson
  2022-02-03  2:29 ` abenson
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: abenson @ 2022-02-03  2:28 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/35372#discussion_r798167267

Comment:
`revision` should be 1

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

* Re: vpn-slice: update to 0.16.1.
  2022-02-03  1:48 [PR PATCH] vpn-slice: update to 0.16.1 maybe-one-day-ubermensch
  2022-02-03  2:28 ` [PR REVIEW] " abenson
@ 2022-02-03  2:29 ` abenson
  2022-02-03 17:15 ` [PR PATCH] [Updated] " maybe-one-day-ubermensch
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: abenson @ 2022-02-03  2:29 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/35372#issuecomment-1028545206

Comment:
After `makedepends`, add `checkdepends="$depends python3-pytest"`

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

* Re: [PR PATCH] [Updated] vpn-slice: update to 0.16.1.
  2022-02-03  1:48 [PR PATCH] vpn-slice: update to 0.16.1 maybe-one-day-ubermensch
  2022-02-03  2:28 ` [PR REVIEW] " abenson
  2022-02-03  2:29 ` abenson
@ 2022-02-03 17:15 ` maybe-one-day-ubermensch
  2022-02-03 17:19 ` maybe-one-day-ubermensch
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: maybe-one-day-ubermensch @ 2022-02-03 17:15 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by maybe-one-day-ubermensch against master on the void-packages repository

https://github.com/maybe-one-day-ubermensch/void-packages vpn-slice
https://github.com/void-linux/void-packages/pull/35372

vpn-slice: update to 0.16.1.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86LIBC)
- 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/35372.patch is attached

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

From 8527791eccfe87318fa5d79b1b6d43e585ec6b33 Mon Sep 17 00:00:00 2001
From: Jony <maybe-one-day-ubermensch@protonmail.com>
Date: Wed, 2 Feb 2022 17:45:07 -0800
Subject: [PATCH] vpn-slice: update to 0.16.1.

---
 srcpkgs/vpn-slice/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vpn-slice/template b/srcpkgs/vpn-slice/template
index 281d4d9ef80a..893d586d6f9e 100644
--- a/srcpkgs/vpn-slice/template
+++ b/srcpkgs/vpn-slice/template
@@ -1,7 +1,7 @@
 # Template file for 'vpn-slice'
 pkgname=vpn-slice
-version=0.15
-revision=2
+version=0.16.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dnspython python3-setproctitle iproute2"
@@ -10,4 +10,6 @@ maintainer="Jony <maybe-one-day-ubermensch@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/dlenski/vpn-slice"
 distfiles="https://github.com/dlenski/${pkgname}/archive/v${version}.tar.gz"
-checksum=9e6f2fc9c1305d78e804529ddc7e787a88d185ba7a3560218ab5cdee4233a757
+checksum=ecdb1c434c611427447b4884ea46845584ab08e40687e3dd4ffbdb7cd9bbcbde
+# There aren't any tests defined
+make_check=no

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

* Re: vpn-slice: update to 0.16.1.
  2022-02-03  1:48 [PR PATCH] vpn-slice: update to 0.16.1 maybe-one-day-ubermensch
                   ` (2 preceding siblings ...)
  2022-02-03 17:15 ` [PR PATCH] [Updated] " maybe-one-day-ubermensch
@ 2022-02-03 17:19 ` maybe-one-day-ubermensch
  2022-02-06 23:00 ` [PR REVIEW] " ericonr
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: maybe-one-day-ubermensch @ 2022-02-03 17:19 UTC (permalink / raw)
  To: ml

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

New comment by maybe-one-day-ubermensch on void-packages repository

https://github.com/void-linux/void-packages/pull/35372#issuecomment-1029218339

Comment:
There aren't any tests defined so I disabled the checks

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

* Re: [PR REVIEW] vpn-slice: update to 0.16.1.
  2022-02-03  1:48 [PR PATCH] vpn-slice: update to 0.16.1 maybe-one-day-ubermensch
                   ` (3 preceding siblings ...)
  2022-02-03 17:19 ` maybe-one-day-ubermensch
@ 2022-02-06 23:00 ` ericonr
  2022-02-06 23:40 ` [PR PATCH] [Updated] " maybe-one-day-ubermensch
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2022-02-06 23:00 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/35372#discussion_r800245387

Comment:
```suggestion
make_check=no # there aren't any tests defined
```

That way it's easier to see why tests are disabled when grepping for `make_check=`.

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

* Re: [PR PATCH] [Updated] vpn-slice: update to 0.16.1.
  2022-02-03  1:48 [PR PATCH] vpn-slice: update to 0.16.1 maybe-one-day-ubermensch
                   ` (4 preceding siblings ...)
  2022-02-06 23:00 ` [PR REVIEW] " ericonr
@ 2022-02-06 23:40 ` maybe-one-day-ubermensch
  2022-02-06 23:41 ` [PR REVIEW] " maybe-one-day-ubermensch
  2022-02-07  0:44 ` [PR PATCH] [Merged]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: maybe-one-day-ubermensch @ 2022-02-06 23:40 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by maybe-one-day-ubermensch against master on the void-packages repository

https://github.com/maybe-one-day-ubermensch/void-packages vpn-slice
https://github.com/void-linux/void-packages/pull/35372

vpn-slice: update to 0.16.1.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86LIBC)
- 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/35372.patch is attached

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

From 93d19247bbaf5884b6108394f6d1f63d435cd030 Mon Sep 17 00:00:00 2001
From: Jony <maybe-one-day-ubermensch@protonmail.com>
Date: Wed, 2 Feb 2022 17:45:07 -0800
Subject: [PATCH] vpn-slice: update to 0.16.1.

---
 srcpkgs/vpn-slice/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vpn-slice/template b/srcpkgs/vpn-slice/template
index 281d4d9ef80a..f7bb3499b98f 100644
--- a/srcpkgs/vpn-slice/template
+++ b/srcpkgs/vpn-slice/template
@@ -1,7 +1,7 @@
 # Template file for 'vpn-slice'
 pkgname=vpn-slice
-version=0.15
-revision=2
+version=0.16.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dnspython python3-setproctitle iproute2"
@@ -10,4 +10,5 @@ maintainer="Jony <maybe-one-day-ubermensch@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/dlenski/vpn-slice"
 distfiles="https://github.com/dlenski/${pkgname}/archive/v${version}.tar.gz"
-checksum=9e6f2fc9c1305d78e804529ddc7e787a88d185ba7a3560218ab5cdee4233a757
+checksum=ecdb1c434c611427447b4884ea46845584ab08e40687e3dd4ffbdb7cd9bbcbde
+make_check=no # there aren't any tests defined

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

* Re: [PR REVIEW] vpn-slice: update to 0.16.1.
  2022-02-03  1:48 [PR PATCH] vpn-slice: update to 0.16.1 maybe-one-day-ubermensch
                   ` (5 preceding siblings ...)
  2022-02-06 23:40 ` [PR PATCH] [Updated] " maybe-one-day-ubermensch
@ 2022-02-06 23:41 ` maybe-one-day-ubermensch
  2022-02-07  0:44 ` [PR PATCH] [Merged]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: maybe-one-day-ubermensch @ 2022-02-06 23:41 UTC (permalink / raw)
  To: ml

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

New review comment by maybe-one-day-ubermensch on void-packages repository

https://github.com/void-linux/void-packages/pull/35372#discussion_r800250156

Comment:
Done!

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

* Re: [PR PATCH] [Merged]: vpn-slice: update to 0.16.1.
  2022-02-03  1:48 [PR PATCH] vpn-slice: update to 0.16.1 maybe-one-day-ubermensch
                   ` (6 preceding siblings ...)
  2022-02-06 23:41 ` [PR REVIEW] " maybe-one-day-ubermensch
@ 2022-02-07  0:44 ` ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2022-02-07  0:44 UTC (permalink / raw)
  To: ml

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

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

vpn-slice: update to 0.16.1.
https://github.com/void-linux/void-packages/pull/35372

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-02-07  0:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03  1:48 [PR PATCH] vpn-slice: update to 0.16.1 maybe-one-day-ubermensch
2022-02-03  2:28 ` [PR REVIEW] " abenson
2022-02-03  2:29 ` abenson
2022-02-03 17:15 ` [PR PATCH] [Updated] " maybe-one-day-ubermensch
2022-02-03 17:19 ` maybe-one-day-ubermensch
2022-02-06 23:00 ` [PR REVIEW] " ericonr
2022-02-06 23:40 ` [PR PATCH] [Updated] " maybe-one-day-ubermensch
2022-02-06 23:41 ` [PR REVIEW] " maybe-one-day-ubermensch
2022-02-07  0:44 ` [PR PATCH] [Merged]: " ericonr

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