Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tuir: update to 1.29.0.
@ 2020-04-27 13:13 abenson
  2020-04-27 14:38 ` [PR PATCH] [Updated] " abenson
  2020-04-27 21:31 ` [PR PATCH] [Merged]: " jnbr
  0 siblings, 2 replies; 3+ messages in thread
From: abenson @ 2020-04-27 13:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages tuir_1.29.0
https://github.com/void-linux/void-packages/pull/21386

tuir: update to 1.29.0.


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

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

From 6aa4b8593275879873fb85cef4dc5fd839f7c02f Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 27 Apr 2020 08:13:08 -0500
Subject: [PATCH] tuir: update to 1.29.0.

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

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index a98f4484544..05b6b41145a 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,11 +1,10 @@
 # Template file for 'tuir'
 pkgname=tuir
-version=1.28.3
-revision=2
+version=1.29.0
+revision=1
 archs=noarch
 wrksrc="$pkgname-v$version"
 build_style=python3-module
-pycompile_module="tuir"
 hostmakedepends="python3-setuptools"
 depends="ncurses python3-BeautifulSoup4 python3-decorator python3-kitchen
  python3-requests python3-six"
@@ -19,4 +18,3 @@ checksum=115c209b6ded5342407c673f5cd7699c686b469f5574ac784221cc7419f664ba
 post_install() {
 	vlicense LICENSE
 }
-

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

* Re: [PR PATCH] [Updated] tuir: update to 1.29.0.
  2020-04-27 13:13 [PR PATCH] tuir: update to 1.29.0 abenson
@ 2020-04-27 14:38 ` abenson
  2020-04-27 21:31 ` [PR PATCH] [Merged]: " jnbr
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2020-04-27 14:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages tuir_1.29.0
https://github.com/void-linux/void-packages/pull/21386

tuir: update to 1.29.0.


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

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

From c25836218fe8138923b8fe0fc01bf4fb57c869d6 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 27 Apr 2020 08:13:08 -0500
Subject: [PATCH] tuir: update to 1.29.0.

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

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index a98f4484544..f57449896bb 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,11 +1,10 @@
 # Template file for 'tuir'
 pkgname=tuir
-version=1.28.3
-revision=2
+version=1.29.0
+revision=1
 archs=noarch
 wrksrc="$pkgname-v$version"
 build_style=python3-module
-pycompile_module="tuir"
 hostmakedepends="python3-setuptools"
 depends="ncurses python3-BeautifulSoup4 python3-decorator python3-kitchen
  python3-requests python3-six"
@@ -14,9 +13,8 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://gitlab.com/ajak/tuir"
 distfiles="${homepage}/-/archive/v${version}/tuir-v${version}.tar.bz2"
-checksum=115c209b6ded5342407c673f5cd7699c686b469f5574ac784221cc7419f664ba
+checksum=501ba4e6b24f20116ccfac39cdf16b6a5c89411b4928371d5c2314d0da57d80d
 
 post_install() {
 	vlicense LICENSE
 }
-

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

* Re: [PR PATCH] [Merged]: tuir: update to 1.29.0.
  2020-04-27 13:13 [PR PATCH] tuir: update to 1.29.0 abenson
  2020-04-27 14:38 ` [PR PATCH] [Updated] " abenson
@ 2020-04-27 21:31 ` jnbr
  1 sibling, 0 replies; 3+ messages in thread
From: jnbr @ 2020-04-27 21:31 UTC (permalink / raw)
  To: ml

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

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

tuir: update to 1.29.0.
https://github.com/void-linux/void-packages/pull/21386

Description:


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

end of thread, other threads:[~2020-04-27 21:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-27 13:13 [PR PATCH] tuir: update to 1.29.0 abenson
2020-04-27 14:38 ` [PR PATCH] [Updated] " abenson
2020-04-27 21:31 ` [PR PATCH] [Merged]: " jnbr

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