Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ttyplot: update to 1.5.2.
@ 2023-11-19 10:54 MIvanchev
  2023-11-20  5:27 ` [PR REVIEW] " classabbyamp
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: MIvanchev @ 2023-11-19 10:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages ttyplot-update
https://github.com/void-linux/void-packages/pull/47307

ttyplot: update to 1.5.2.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture

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

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

From 2c6d33f4e4599b57ebbd126adce60a5059177995 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Sun, 19 Nov 2023 11:54:00 +0100
Subject: [PATCH] ttyplot: update to 1.5.2.

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

diff --git a/srcpkgs/ttyplot/template b/srcpkgs/ttyplot/template
index 8ea6d3ba8b530..325d12c89ceb1 100644
--- a/srcpkgs/ttyplot/template
+++ b/srcpkgs/ttyplot/template
@@ -1,7 +1,7 @@
 # Template file for 'ttyplot'
 pkgname=ttyplot
-version=1.5
-revision=1
+version=1.5.2
+revision=2
 build_style=gnu-makefile
 makedepends="ncurses-devel ncurses-libtinfo-devel"
 short_desc="Realtime plotting utility for terminal with data input from stdin"
@@ -9,8 +9,9 @@ maintainer="misuchiru03 <misuchiru03+void@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/tenox7/ttyplot"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=c494c31e7808a6e3bf8e3c399024b9aeb7d77967db6008a62d110ad9ed1b8bec
+checksum=a0279e55c1996133645437ccb02574c82d62f0baa9744065779b5667c1f1cb8d
 
 do_install() {
 	vbin ttyplot
+	vman ttyplot.1
 }

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

* Re: [PR REVIEW] ttyplot: update to 1.5.2.
  2023-11-19 10:54 [PR PATCH] ttyplot: update to 1.5.2 MIvanchev
@ 2023-11-20  5:27 ` classabbyamp
  2023-11-20  8:49 ` [PR PATCH] [Updated] " MIvanchev
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2023-11-20  5:27 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47307#discussion_r1398677680

Comment:
```suggestion
distfiles="https://github.com/tenox7/ttyplot/archive/${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] ttyplot: update to 1.5.2.
  2023-11-19 10:54 [PR PATCH] ttyplot: update to 1.5.2 MIvanchev
  2023-11-20  5:27 ` [PR REVIEW] " classabbyamp
@ 2023-11-20  8:49 ` MIvanchev
  2023-11-20  8:50 ` [PR REVIEW] " MIvanchev
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: MIvanchev @ 2023-11-20  8:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages ttyplot-update
https://github.com/void-linux/void-packages/pull/47307

ttyplot: update to 1.5.2.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

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

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

From fb4d7ddb6d6d4dfbb47aa78742bd6cff99fa4a97 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Sun, 19 Nov 2023 11:54:00 +0100
Subject: [PATCH] ttyplot: update to 1.5.2.

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

diff --git a/srcpkgs/ttyplot/template b/srcpkgs/ttyplot/template
index 8ea6d3ba8b530..37687e8bbcc89 100644
--- a/srcpkgs/ttyplot/template
+++ b/srcpkgs/ttyplot/template
@@ -1,6 +1,6 @@
 # Template file for 'ttyplot'
 pkgname=ttyplot
-version=1.5
+version=1.5.2
 revision=1
 build_style=gnu-makefile
 makedepends="ncurses-devel ncurses-libtinfo-devel"
@@ -8,8 +8,8 @@ short_desc="Realtime plotting utility for terminal with data input from stdin"
 maintainer="misuchiru03 <misuchiru03+void@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/tenox7/ttyplot"
-distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=c494c31e7808a6e3bf8e3c399024b9aeb7d77967db6008a62d110ad9ed1b8bec
+distfiles="https://github.com/tenox7/ttyplot/archive/${version}.tar.gz"
+checksum=a0279e55c1996133645437ccb02574c82d62f0baa9744065779b5667c1f1cb8d
 
 do_install() {
 	vbin ttyplot

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

* Re: [PR REVIEW] ttyplot: update to 1.5.2.
  2023-11-19 10:54 [PR PATCH] ttyplot: update to 1.5.2 MIvanchev
  2023-11-20  5:27 ` [PR REVIEW] " classabbyamp
  2023-11-20  8:49 ` [PR PATCH] [Updated] " MIvanchev
@ 2023-11-20  8:50 ` MIvanchev
  2023-11-20  8:51 ` MIvanchev
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: MIvanchev @ 2023-11-20  8:50 UTC (permalink / raw)
  To: ml

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

New review comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/47307#discussion_r1398828203

Comment:
Done!

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

* Re: ttyplot: update to 1.5.2.
  2023-11-19 10:54 [PR PATCH] ttyplot: update to 1.5.2 MIvanchev
                   ` (2 preceding siblings ...)
  2023-11-20  8:50 ` [PR REVIEW] " MIvanchev
@ 2023-11-20  8:51 ` MIvanchev
  2023-11-20  9:29 ` classabbyamp
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: MIvanchev @ 2023-11-20  8:51 UTC (permalink / raw)
  To: ml

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

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/47307#issuecomment-1818479733

Comment:
I'm removing the addition of the man page due to linter error. It will be added with another MR right after.

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

* Re: ttyplot: update to 1.5.2.
  2023-11-19 10:54 [PR PATCH] ttyplot: update to 1.5.2 MIvanchev
                   ` (3 preceding siblings ...)
  2023-11-20  8:51 ` MIvanchev
@ 2023-11-20  9:29 ` classabbyamp
  2023-11-20  9:32 ` MIvanchev
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2023-11-20  9:29 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47307#issuecomment-1818584439

Comment:
why? the linter was only telling you not to increment revision because you were updating the package. you can still make changes like that.

revision is for when an update is *not* happening and a package should be rebuilt. 

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

* Re: ttyplot: update to 1.5.2.
  2023-11-19 10:54 [PR PATCH] ttyplot: update to 1.5.2 MIvanchev
                   ` (4 preceding siblings ...)
  2023-11-20  9:29 ` classabbyamp
@ 2023-11-20  9:32 ` MIvanchev
  2023-11-20  9:35 ` [PR PATCH] [Updated] " MIvanchev
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: MIvanchev @ 2023-11-20  9:32 UTC (permalink / raw)
  To: ml

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

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/47307#issuecomment-1818601715

Comment:
A good to know, I was misunderstanding the docs then, sec.

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

* Re: [PR PATCH] [Updated] ttyplot: update to 1.5.2.
  2023-11-19 10:54 [PR PATCH] ttyplot: update to 1.5.2 MIvanchev
                   ` (5 preceding siblings ...)
  2023-11-20  9:32 ` MIvanchev
@ 2023-11-20  9:35 ` MIvanchev
  2023-11-20 13:15 ` MIvanchev
  2023-11-20 16:05 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: MIvanchev @ 2023-11-20  9:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages ttyplot-update
https://github.com/void-linux/void-packages/pull/47307

ttyplot: update to 1.5.2.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

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

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

From 37a6777a6d69942cfb0409b6b616b55ae8b5de85 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Sun, 19 Nov 2023 11:54:00 +0100
Subject: [PATCH] ttyplot: update to 1.5.2.

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

diff --git a/srcpkgs/ttyplot/template b/srcpkgs/ttyplot/template
index 8ea6d3ba8b530..599eef99b18bd 100644
--- a/srcpkgs/ttyplot/template
+++ b/srcpkgs/ttyplot/template
@@ -1,6 +1,6 @@
 # Template file for 'ttyplot'
 pkgname=ttyplot
-version=1.5
+version=1.5.2
 revision=1
 build_style=gnu-makefile
 makedepends="ncurses-devel ncurses-libtinfo-devel"
@@ -8,9 +8,10 @@ short_desc="Realtime plotting utility for terminal with data input from stdin"
 maintainer="misuchiru03 <misuchiru03+void@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/tenox7/ttyplot"
-distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=c494c31e7808a6e3bf8e3c399024b9aeb7d77967db6008a62d110ad9ed1b8bec
+distfiles="https://github.com/tenox7/ttyplot/archive/${version}.tar.gz"
+checksum=a0279e55c1996133645437ccb02574c82d62f0baa9744065779b5667c1f1cb8d
 
 do_install() {
 	vbin ttyplot
+	vman ttyplot.1
 }

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

* Re: ttyplot: update to 1.5.2.
  2023-11-19 10:54 [PR PATCH] ttyplot: update to 1.5.2 MIvanchev
                   ` (6 preceding siblings ...)
  2023-11-20  9:35 ` [PR PATCH] [Updated] " MIvanchev
@ 2023-11-20 13:15 ` MIvanchev
  2023-11-20 16:05 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: MIvanchev @ 2023-11-20 13:15 UTC (permalink / raw)
  To: ml

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

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/47307#issuecomment-1819045599

Comment:
@classabbyamp do the checks start automatically, are they queued?

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

* Re: [PR PATCH] [Merged]: ttyplot: update to 1.5.2.
  2023-11-19 10:54 [PR PATCH] ttyplot: update to 1.5.2 MIvanchev
                   ` (7 preceding siblings ...)
  2023-11-20 13:15 ` MIvanchev
@ 2023-11-20 16:05 ` classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2023-11-20 16:05 UTC (permalink / raw)
  To: ml

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

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

ttyplot: update to 1.5.2.
https://github.com/void-linux/void-packages/pull/47307

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

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

end of thread, other threads:[~2023-11-20 16:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-19 10:54 [PR PATCH] ttyplot: update to 1.5.2 MIvanchev
2023-11-20  5:27 ` [PR REVIEW] " classabbyamp
2023-11-20  8:49 ` [PR PATCH] [Updated] " MIvanchev
2023-11-20  8:50 ` [PR REVIEW] " MIvanchev
2023-11-20  8:51 ` MIvanchev
2023-11-20  9:29 ` classabbyamp
2023-11-20  9:32 ` MIvanchev
2023-11-20  9:35 ` [PR PATCH] [Updated] " MIvanchev
2023-11-20 13:15 ` MIvanchev
2023-11-20 16:05 ` [PR PATCH] [Merged]: " classabbyamp

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