Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-s-tui: update to 1.1.4
@ 2023-01-14 13:39 pascal-huber
  2023-01-15 10:58 ` [PR REVIEW] " paper42
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pascal-huber @ 2023-01-14 13:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pascal-huber/void-packages python3-s-tui_1.1.4
https://github.com/void-linux/void-packages/pull/41639

python3-s-tui: update to 1.1.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - x86_64-musl
  - aarch64 (crossbuild)
  - armv7l (crossbuild)
  - 

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-s-tui_1.1.4-41639.patch --]
[-- Type: text/x-diff, Size: 1106 bytes --]

From 6a2f91b8e29719c5187825a7ebebb8445fd6f5b7 Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Sat, 14 Jan 2023 14:26:04 +0100
Subject: [PATCH] python3-s-tui: update to 1.1.4

---
 srcpkgs/python3-s-tui/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 302c6b69c934..79b2b24a6235 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
-version=1.1.3
-revision=3
+version=1.1.4
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools stress python3-urwid python3-psutil"
@@ -11,4 +11,4 @@ maintainer="shizonic <realtiaz@gmail.com>"
 license="GPL-2.0-only"
 homepage="https://amanusk.github.io/s-tui"
 distfiles="https://github.com/amanusk/s-tui/archive/v${version}.tar.gz"
-checksum=1281b3560f6e2de29f26f7b014c7a1b35121718d96de27e5fe75f6eddc12a762
+checksum=aeebcf7b04beb8526c98d675ae2b2f106fd1e00343b0c37c78b4a84c31561d0b

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

* Re: [PR REVIEW] python3-s-tui: update to 1.1.4
  2023-01-14 13:39 [PR PATCH] python3-s-tui: update to 1.1.4 pascal-huber
@ 2023-01-15 10:58 ` paper42
  2023-01-15 11:28 ` pascal-huber
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2023-01-15 10:58 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41639#discussion_r1070558844

Comment:
what would you think about replacing stress with stress-ng?
```suggestion
depends="stress python3-urwid python3-psutil"
```

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

* Re: [PR REVIEW] python3-s-tui: update to 1.1.4
  2023-01-14 13:39 [PR PATCH] python3-s-tui: update to 1.1.4 pascal-huber
  2023-01-15 10:58 ` [PR REVIEW] " paper42
@ 2023-01-15 11:28 ` pascal-huber
  2023-01-15 11:29 ` [PR PATCH] [Updated] " pascal-huber
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pascal-huber @ 2023-01-15 11:28 UTC (permalink / raw)
  To: ml

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

New review comment by pascal-huber on void-packages repository

https://github.com/void-linux/void-packages/pull/41639#discussion_r1070567092

Comment:
> what would you think about replacing stress with stress-ng?

Seams reasonable IMO. From what I can see `stress-ng` is (more) actively developed (and feature-rich). 

I changed it to `stress-ng`.

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

* Re: [PR PATCH] [Updated] python3-s-tui: update to 1.1.4
  2023-01-14 13:39 [PR PATCH] python3-s-tui: update to 1.1.4 pascal-huber
  2023-01-15 10:58 ` [PR REVIEW] " paper42
  2023-01-15 11:28 ` pascal-huber
@ 2023-01-15 11:29 ` pascal-huber
  2023-01-15 11:33 ` pascal-huber
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pascal-huber @ 2023-01-15 11:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pascal-huber/void-packages python3-s-tui_1.1.4
https://github.com/void-linux/void-packages/pull/41639

python3-s-tui: update to 1.1.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - x86_64-musl
  - aarch64 (crossbuild)
  - armv7l (crossbuild)
  - 

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

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

From 98bf51e4efed791d398acfae9e54850be5a3f786 Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Sat, 14 Jan 2023 14:26:04 +0100
Subject: [PATCH] python3-s-tui: update to 1.1.4

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

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 302c6b69c934..3e0d1ee4fb13 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,14 +1,14 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
-version=1.1.3
-revision=3
+version=1.1.4
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools stress python3-urwid python3-psutil"
+depends="stress-ng python3-urwid python3-psutil"
 checkdepends="$depends"
 short_desc="Terminal based CPU stress and monitoring utility"
 maintainer="shizonic <realtiaz@gmail.com>"
 license="GPL-2.0-only"
 homepage="https://amanusk.github.io/s-tui"
 distfiles="https://github.com/amanusk/s-tui/archive/v${version}.tar.gz"
-checksum=1281b3560f6e2de29f26f7b014c7a1b35121718d96de27e5fe75f6eddc12a762
+checksum=aeebcf7b04beb8526c98d675ae2b2f106fd1e00343b0c37c78b4a84c31561d0b

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

* Re: [PR PATCH] [Updated] python3-s-tui: update to 1.1.4
  2023-01-14 13:39 [PR PATCH] python3-s-tui: update to 1.1.4 pascal-huber
                   ` (2 preceding siblings ...)
  2023-01-15 11:29 ` [PR PATCH] [Updated] " pascal-huber
@ 2023-01-15 11:33 ` pascal-huber
  2023-01-15 11:37 ` pascal-huber
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pascal-huber @ 2023-01-15 11:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pascal-huber/void-packages python3-s-tui_1.1.4
https://github.com/void-linux/void-packages/pull/41639

python3-s-tui: update to 1.1.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - x86_64-musl
  - aarch64 (crossbuild)
  - armv7l (crossbuild)
  - 

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-s-tui_1.1.4-41639.patch --]
[-- Type: text/x-diff, Size: 1276 bytes --]

From 7a7beb12542b0f36c07b921d78899965ba7a0a26 Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Sat, 14 Jan 2023 14:26:04 +0100
Subject: [PATCH] python3-s-tui: update to 1.1.4

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

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 302c6b69c934..a6e58aa326a8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,14 +1,14 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
-version=1.1.3
-revision=3
+version=1.1.4
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools stress python3-urwid python3-psutil"
-checkdepends="$depends"
+depends="stress-ng python3-urwid python3-psutil"
+checkdepends="${depends} python3-pytest"
 short_desc="Terminal based CPU stress and monitoring utility"
 maintainer="shizonic <realtiaz@gmail.com>"
 license="GPL-2.0-only"
 homepage="https://amanusk.github.io/s-tui"
 distfiles="https://github.com/amanusk/s-tui/archive/v${version}.tar.gz"
-checksum=1281b3560f6e2de29f26f7b014c7a1b35121718d96de27e5fe75f6eddc12a762
+checksum=aeebcf7b04beb8526c98d675ae2b2f106fd1e00343b0c37c78b4a84c31561d0b

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

* Re: python3-s-tui: update to 1.1.4
  2023-01-14 13:39 [PR PATCH] python3-s-tui: update to 1.1.4 pascal-huber
                   ` (3 preceding siblings ...)
  2023-01-15 11:33 ` pascal-huber
@ 2023-01-15 11:37 ` pascal-huber
  2023-01-15 11:46 ` [PR REVIEW] " pascal-huber
  2023-01-15 11:55 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: pascal-huber @ 2023-01-15 11:37 UTC (permalink / raw)
  To: ml

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

New comment by pascal-huber on void-packages repository

https://github.com/void-linux/void-packages/pull/41639#issuecomment-1383126845

Comment:
> add python3-pytest to checkdepends

done.

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

* Re: [PR REVIEW] python3-s-tui: update to 1.1.4
  2023-01-14 13:39 [PR PATCH] python3-s-tui: update to 1.1.4 pascal-huber
                   ` (4 preceding siblings ...)
  2023-01-15 11:37 ` pascal-huber
@ 2023-01-15 11:46 ` pascal-huber
  2023-01-15 11:55 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: pascal-huber @ 2023-01-15 11:46 UTC (permalink / raw)
  To: ml

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

New review comment by pascal-huber on void-packages repository

https://github.com/void-linux/void-packages/pull/41639#discussion_r1070567092

Comment:
> what would you think about replacing stress with stress-ng?

Seems reasonable IMO. From what I can see `stress-ng` is (more) actively developed (and feature-rich). 

I changed it to `stress-ng`.

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

* Re: [PR PATCH] [Merged]: python3-s-tui: update to 1.1.4
  2023-01-14 13:39 [PR PATCH] python3-s-tui: update to 1.1.4 pascal-huber
                   ` (5 preceding siblings ...)
  2023-01-15 11:46 ` [PR REVIEW] " pascal-huber
@ 2023-01-15 11:55 ` paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2023-01-15 11:55 UTC (permalink / raw)
  To: ml

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

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

python3-s-tui: update to 1.1.4
https://github.com/void-linux/void-packages/pull/41639

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - x86_64-musl
  - aarch64 (crossbuild)
  - armv7l (crossbuild)
  - 

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

end of thread, other threads:[~2023-01-15 11:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-14 13:39 [PR PATCH] python3-s-tui: update to 1.1.4 pascal-huber
2023-01-15 10:58 ` [PR REVIEW] " paper42
2023-01-15 11:28 ` pascal-huber
2023-01-15 11:29 ` [PR PATCH] [Updated] " pascal-huber
2023-01-15 11:33 ` pascal-huber
2023-01-15 11:37 ` pascal-huber
2023-01-15 11:46 ` [PR REVIEW] " pascal-huber
2023-01-15 11:55 ` [PR PATCH] [Merged]: " paper42

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