Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pyradio: update to 0.8.9.14
@ 2022-03-16 13:33 clyhtsuriva
  2022-03-17 11:52 ` [PR REVIEW] " tibequadorian
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: clyhtsuriva @ 2022-03-16 13:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages pyradio-update
https://github.com/void-linux/void-packages/pull/36174

pyradio: update to 0.8.9.14
<!-- 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, (x86_64)
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
#### Note
**python3-psutil** is a new dependency

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

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

From ff284523dc99cc7f6bd2da8373cadea98e4c5d91 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Wed, 16 Mar 2022 14:31:06 +0100
Subject: [PATCH] pyradio: update to 0.8.9.14

---
 srcpkgs/pyradio/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index a86b57d7bd61..41164935abd9 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,17 +1,17 @@
 # Template file for 'pyradio'
 pkgname=pyradio
-version=0.8.9.9
-revision=2
+version=0.8.9.14
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-requests python3-dnspython"
+depends="python3-requests python3-dnspython python3-psutil"
 short_desc="Curses based internet radio player"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://www.coderholic.com/pyradio/"
 changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/ChangeLog"
 distfiles="https://github.com/coderholic/pyradio/archive/${version}.tar.gz"
-checksum=9114254088e294bf06399f892c08056d86172bd32c40869474347eb846a965f3
+checksum=76e06934926a1acfd7bba3735d8e0b387d7985dd38a398376877b6fd7da71940
 make_check=no # pytest reports "no tests ran"
 
 post_install() {

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

* Re: [PR REVIEW] pyradio: update to 0.8.9.14
  2022-03-16 13:33 [PR PATCH] pyradio: update to 0.8.9.14 clyhtsuriva
@ 2022-03-17 11:52 ` tibequadorian
  2022-03-17 19:18 ` [PR PATCH] [Updated] " clyhtsuriva
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tibequadorian @ 2022-03-17 11:52 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36174#discussion_r829035545

Comment:
404: Not Found

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

* Re: [PR PATCH] [Updated] pyradio: update to 0.8.9.14
  2022-03-16 13:33 [PR PATCH] pyradio: update to 0.8.9.14 clyhtsuriva
  2022-03-17 11:52 ` [PR REVIEW] " tibequadorian
@ 2022-03-17 19:18 ` clyhtsuriva
  2022-03-17 19:21 ` clyhtsuriva
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: clyhtsuriva @ 2022-03-17 19:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages pyradio-update
https://github.com/void-linux/void-packages/pull/36174

pyradio: update to 0.8.9.14
<!-- 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, (x86_64)
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
#### Note
**python3-psutil** is a new dependency

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

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

From ff284523dc99cc7f6bd2da8373cadea98e4c5d91 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Wed, 16 Mar 2022 14:31:06 +0100
Subject: [PATCH 1/2] pyradio: update to 0.8.9.14

---
 srcpkgs/pyradio/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index a86b57d7bd61..41164935abd9 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,17 +1,17 @@
 # Template file for 'pyradio'
 pkgname=pyradio
-version=0.8.9.9
-revision=2
+version=0.8.9.14
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-requests python3-dnspython"
+depends="python3-requests python3-dnspython python3-psutil"
 short_desc="Curses based internet radio player"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://www.coderholic.com/pyradio/"
 changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/ChangeLog"
 distfiles="https://github.com/coderholic/pyradio/archive/${version}.tar.gz"
-checksum=9114254088e294bf06399f892c08056d86172bd32c40869474347eb846a965f3
+checksum=76e06934926a1acfd7bba3735d8e0b387d7985dd38a398376877b6fd7da71940
 make_check=no # pytest reports "no tests ran"
 
 post_install() {

From 76c4437dde4d6623c7283a14bb60fdf7dd3ba05f Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Thu, 17 Mar 2022 20:18:36 +0100
Subject: [PATCH 2/2] pyradio: update to 0.8.9.14

---
 srcpkgs/pyradio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 41164935abd9..1c2670682351 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -9,7 +9,7 @@ short_desc="Curses based internet radio player"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://www.coderholic.com/pyradio/"
-changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/ChangeLog"
+changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/Changelog"
 distfiles="https://github.com/coderholic/pyradio/archive/${version}.tar.gz"
 checksum=76e06934926a1acfd7bba3735d8e0b387d7985dd38a398376877b6fd7da71940
 make_check=no # pytest reports "no tests ran"

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

* Re: [PR PATCH] [Updated] pyradio: update to 0.8.9.14
  2022-03-16 13:33 [PR PATCH] pyradio: update to 0.8.9.14 clyhtsuriva
  2022-03-17 11:52 ` [PR REVIEW] " tibequadorian
  2022-03-17 19:18 ` [PR PATCH] [Updated] " clyhtsuriva
@ 2022-03-17 19:21 ` clyhtsuriva
  2022-03-17 19:22 ` [PR REVIEW] " clyhtsuriva
  2022-03-17 19:49 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: clyhtsuriva @ 2022-03-17 19:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages pyradio-update
https://github.com/void-linux/void-packages/pull/36174

pyradio: update to 0.8.9.14
<!-- 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, (x86_64)
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
#### Note
**python3-psutil** is a new dependency

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

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

From a4cd73d736f83f4c1f1e3dffad4d14dfd42c536b Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Wed, 16 Mar 2022 14:31:06 +0100
Subject: [PATCH] pyradio: update to 0.8.9.14

---
 srcpkgs/pyradio/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index a86b57d7bd61..1c2670682351 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,17 +1,17 @@
 # Template file for 'pyradio'
 pkgname=pyradio
-version=0.8.9.9
-revision=2
+version=0.8.9.14
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-requests python3-dnspython"
+depends="python3-requests python3-dnspython python3-psutil"
 short_desc="Curses based internet radio player"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://www.coderholic.com/pyradio/"
-changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/ChangeLog"
+changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/Changelog"
 distfiles="https://github.com/coderholic/pyradio/archive/${version}.tar.gz"
-checksum=9114254088e294bf06399f892c08056d86172bd32c40869474347eb846a965f3
+checksum=76e06934926a1acfd7bba3735d8e0b387d7985dd38a398376877b6fd7da71940
 make_check=no # pytest reports "no tests ran"
 
 post_install() {

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

* Re: [PR REVIEW] pyradio: update to 0.8.9.14
  2022-03-16 13:33 [PR PATCH] pyradio: update to 0.8.9.14 clyhtsuriva
                   ` (2 preceding siblings ...)
  2022-03-17 19:21 ` clyhtsuriva
@ 2022-03-17 19:22 ` clyhtsuriva
  2022-03-17 19:49 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: clyhtsuriva @ 2022-03-17 19:22 UTC (permalink / raw)
  To: ml

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

New review comment by clyhtsuriva on void-packages repository

https://github.com/void-linux/void-packages/pull/36174#discussion_r829418396

Comment:
Thanks.
Updated it, committed and squashed.

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

* Re: [PR PATCH] [Merged]: pyradio: update to 0.8.9.14
  2022-03-16 13:33 [PR PATCH] pyradio: update to 0.8.9.14 clyhtsuriva
                   ` (3 preceding siblings ...)
  2022-03-17 19:22 ` [PR REVIEW] " clyhtsuriva
@ 2022-03-17 19:49 ` Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2022-03-17 19:49 UTC (permalink / raw)
  To: ml

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

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

pyradio: update to 0.8.9.14
https://github.com/void-linux/void-packages/pull/36174

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, (x86_64)
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
#### Note
**python3-psutil** is a new dependency

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

end of thread, other threads:[~2022-03-17 19:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16 13:33 [PR PATCH] pyradio: update to 0.8.9.14 clyhtsuriva
2022-03-17 11:52 ` [PR REVIEW] " tibequadorian
2022-03-17 19:18 ` [PR PATCH] [Updated] " clyhtsuriva
2022-03-17 19:21 ` clyhtsuriva
2022-03-17 19:22 ` [PR REVIEW] " clyhtsuriva
2022-03-17 19:49 ` [PR PATCH] [Merged]: " Chocimier

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