Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] py3status: update to 3.29
@ 2020-09-08  9:46 teldra
  2020-09-08 16:09 ` [PR REVIEW] " ahesford
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: teldra @ 2020-09-08  9:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages py3status-update
https://github.com/void-linux/void-packages/pull/24759

py3status: update to 3.29


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

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

From c200d3edc6d41e7a5f38d520fbdf603434651dcc Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 8 Sep 2020 11:46:09 +0200
Subject: [PATCH] py3status: update to 3.29

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

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index c0becb7bf58..2b02c1a78ae 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,6 +1,6 @@
 # Template file for 'py3status'
 pkgname=py3status
-version=3.28
+version=3.29
 revision=1
 archs=noarch
 build_style=python3-module
@@ -12,7 +12,7 @@ maintainer="teldra <teldra@rotce.de>"
 license="BSD-3-Clause"
 homepage="https://github.com/ultrabug/py3status"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=d802c87c6b8283495040feb19ccd44691b7cbf7a61b1503d2d4f24d1b89c5cb3
+checksum=86cbb522b7ceb1adf777c75e974514ec0ea52fdb6f11fff0af0b644eab39baad
 
 do_check() {
 	python3 -m pytest

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

* Re: [PR REVIEW] py3status: update to 3.29
  2020-09-08  9:46 [PR PATCH] py3status: update to 3.29 teldra
@ 2020-09-08 16:09 ` ahesford
  2020-09-08 16:22 ` [PR PATCH] [Updated] " teldra
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-09-08 16:09 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24759#discussion_r485037282

Comment:
`noarch` is deprecated, please remove this line.

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

* Re: [PR PATCH] [Updated] py3status: update to 3.29
  2020-09-08  9:46 [PR PATCH] py3status: update to 3.29 teldra
  2020-09-08 16:09 ` [PR REVIEW] " ahesford
@ 2020-09-08 16:22 ` teldra
  2020-09-08 16:22 ` [PR REVIEW] " teldra
  2020-09-08 16:38 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: teldra @ 2020-09-08 16:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages py3status-update
https://github.com/void-linux/void-packages/pull/24759

py3status: update to 3.29


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

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

From 3a371f0904f1b32a6f26052fa991d3b2bc085d22 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Tue, 8 Sep 2020 11:46:09 +0200
Subject: [PATCH] py3status: update to 3.29

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

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index c0becb7bf58..19ff042e6f3 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,8 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
-version=3.28
+version=3.29
 revision=1
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"
@@ -12,7 +11,7 @@ maintainer="teldra <teldra@rotce.de>"
 license="BSD-3-Clause"
 homepage="https://github.com/ultrabug/py3status"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=d802c87c6b8283495040feb19ccd44691b7cbf7a61b1503d2d4f24d1b89c5cb3
+checksum=86cbb522b7ceb1adf777c75e974514ec0ea52fdb6f11fff0af0b644eab39baad
 
 do_check() {
 	python3 -m pytest

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

* Re: [PR REVIEW] py3status: update to 3.29
  2020-09-08  9:46 [PR PATCH] py3status: update to 3.29 teldra
  2020-09-08 16:09 ` [PR REVIEW] " ahesford
  2020-09-08 16:22 ` [PR PATCH] [Updated] " teldra
@ 2020-09-08 16:22 ` teldra
  2020-09-08 16:38 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: teldra @ 2020-09-08 16:22 UTC (permalink / raw)
  To: ml

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

New review comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/24759#discussion_r485045973

Comment:
done

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

* Re: [PR PATCH] [Merged]: py3status: update to 3.29
  2020-09-08  9:46 [PR PATCH] py3status: update to 3.29 teldra
                   ` (2 preceding siblings ...)
  2020-09-08 16:22 ` [PR REVIEW] " teldra
@ 2020-09-08 16:38 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-09-08 16:38 UTC (permalink / raw)
  To: ml

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

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

py3status: update to 3.29
https://github.com/void-linux/void-packages/pull/24759

Description:


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

end of thread, other threads:[~2020-09-08 16:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-08  9:46 [PR PATCH] py3status: update to 3.29 teldra
2020-09-08 16:09 ` [PR REVIEW] " ahesford
2020-09-08 16:22 ` [PR PATCH] [Updated] " teldra
2020-09-08 16:22 ` [PR REVIEW] " teldra
2020-09-08 16:38 ` [PR PATCH] [Merged]: " ahesford

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