Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gitui: update to 0.22.0
@ 2022-11-22  3:02 cinerea0
  2022-11-22 19:35 ` cinerea0
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cinerea0 @ 2022-11-22  3:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages gitui
https://github.com/void-linux/void-packages/pull/40678

gitui: update to 0.22.0
#### Testing the changes
- I tested the changes in this PR: **YES**

This update has some nice new features, but it also has a pretty bad performance regression that it is known to and currently being fixed by upstream.


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

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

From d01d09e14f1f669042d2f8a40d29162297bfce64 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 21 Nov 2022 21:58:01 -0500
Subject: [PATCH] gitui: update to 0.22.0

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

diff --git a/srcpkgs/gitui/template b/srcpkgs/gitui/template
index 61ac3cad31e6..d724dd4db588 100644
--- a/srcpkgs/gitui/template
+++ b/srcpkgs/gitui/template
@@ -1,6 +1,6 @@
 # Template file for 'gitui'
 pkgname=gitui
-version=0.21.0
+version=0.22.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config python3"
@@ -11,7 +11,7 @@ license="MIT"
 homepage="https://github.com/extrawurst/gitui"
 changelog="https://github.com/extrawurst/gitui/blob/master/CHANGELOG.md"
 distfiles="https://github.com/extrawurst/gitui/archive/refs/tags/v${version}.tar.gz"
-checksum=da99defad08bd455c12398438e846aa71c160acfbcc60d06b9c852c5d7ef1d99
+checksum=5881ecf9cef587ab42f14847b7ce2829d21259807ffcdb9dd856c3df44d660a7
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: gitui: update to 0.22.0
  2022-11-22  3:02 [PR PATCH] gitui: update to 0.22.0 cinerea0
@ 2022-11-22 19:35 ` cinerea0
  2022-11-22 19:35 ` [PR PATCH] [Closed]: " cinerea0
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2022-11-22 19:35 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40678#issuecomment-1324151503

Comment:
Superseded by https://github.com/void-linux/void-packages/pull/40699.

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

* Re: [PR PATCH] [Closed]: gitui: update to 0.22.0
  2022-11-22  3:02 [PR PATCH] gitui: update to 0.22.0 cinerea0
  2022-11-22 19:35 ` cinerea0
@ 2022-11-22 19:35 ` cinerea0
  2022-11-22 20:28 ` paper42
  2022-11-22 20:29 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2022-11-22 19:35 UTC (permalink / raw)
  To: ml

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

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

gitui: update to 0.22.0
https://github.com/void-linux/void-packages/pull/40678

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

This update has some nice new features, but it also has a pretty bad performance regression that it is known to and currently being fixed by upstream.


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

* Re: gitui: update to 0.22.0
  2022-11-22  3:02 [PR PATCH] gitui: update to 0.22.0 cinerea0
  2022-11-22 19:35 ` cinerea0
  2022-11-22 19:35 ` [PR PATCH] [Closed]: " cinerea0
@ 2022-11-22 20:28 ` paper42
  2022-11-22 20:29 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-11-22 20:28 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40678#issuecomment-1324204772

Comment:
please force push instead of opening a new PR next time

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

* Re: gitui: update to 0.22.0
  2022-11-22  3:02 [PR PATCH] gitui: update to 0.22.0 cinerea0
                   ` (2 preceding siblings ...)
  2022-11-22 20:28 ` paper42
@ 2022-11-22 20:29 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-11-22 20:29 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40678#issuecomment-1324205896

Comment:
oh, I just noticed the new PR is not from you, nevermind then

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

end of thread, other threads:[~2022-11-22 20:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-22  3:02 [PR PATCH] gitui: update to 0.22.0 cinerea0
2022-11-22 19:35 ` cinerea0
2022-11-22 19:35 ` [PR PATCH] [Closed]: " cinerea0
2022-11-22 20:28 ` paper42
2022-11-22 20:29 ` 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).