Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] py3status: update to 3.36.
@ 2021-04-04 18:08 teldra
  2021-04-04 18:36 ` [PR PATCH] [Updated] " teldra
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: teldra @ 2021-04-04 18:08 UTC (permalink / raw)
  To: ml

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

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

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

py3status: update to 3.36.
#### Have the results of the proposed changes been tested?
- [x] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl


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

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

From 6949a9c629a8f9485d844acbddf9d900af33c3b5 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 4 Apr 2021 20:06:19 +0200
Subject: [PATCH] py3status: update to 3.36.

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
---
 srcpkgs/py3status/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index dbc52049950e..b9bfc3158f65 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,6 +1,6 @@
 # Template file for 'py3status'
 pkgname=py3status
-version=3.35
+version=3.36
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,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=8069e35ff7dead4feecdd714b6c36985c4dbfd2cc133ff0ae6d190e99549f55b
+checksum=d5c26058217975014e0b5590b4a0df535b3e7969455bdf566d96d801ae46fbba
 
 do_check() {
 	python3 -m pytest

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

* Re: [PR PATCH] [Updated] py3status: update to 3.36.
  2021-04-04 18:08 [PR PATCH] py3status: update to 3.36 teldra
@ 2021-04-04 18:36 ` teldra
  2021-04-04 22:44 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: teldra @ 2021-04-04 18:36 UTC (permalink / raw)
  To: ml

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

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

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

py3status: update to 3.36.
#### Have the results of the proposed changes been tested?
- [x] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl


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

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

From 21e418554f21600b9561db4e34f7712e42e13a50 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 4 Apr 2021 20:36:01 +0200
Subject: [PATCH] py3status: update to 3.36.

#### Have the results of the proposed changes been tested?
- [x] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
---
 srcpkgs/py3status/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index dbc52049950e..b9bfc3158f65 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,6 +1,6 @@
 # Template file for 'py3status'
 pkgname=py3status
-version=3.35
+version=3.36
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,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=8069e35ff7dead4feecdd714b6c36985c4dbfd2cc133ff0ae6d190e99549f55b
+checksum=d5c26058217975014e0b5590b4a0df535b3e7969455bdf566d96d801ae46fbba
 
 do_check() {
 	python3 -m pytest

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

* Re: py3status: update to 3.36.
  2021-04-04 18:08 [PR PATCH] py3status: update to 3.36 teldra
  2021-04-04 18:36 ` [PR PATCH] [Updated] " teldra
@ 2021-04-04 22:44 ` ericonr
  2021-04-04 22:46 ` [PR PATCH] [Closed]: " ericonr
  2021-04-05  0:15 ` teldra
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-04-04 22:44 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30004#issuecomment-813110527

Comment:
Out of curiosity, did you use gh cli to make this PR? It included the PR template in the commit message :/

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

* Re: [PR PATCH] [Closed]: py3status: update to 3.36.
  2021-04-04 18:08 [PR PATCH] py3status: update to 3.36 teldra
  2021-04-04 18:36 ` [PR PATCH] [Updated] " teldra
  2021-04-04 22:44 ` ericonr
@ 2021-04-04 22:46 ` ericonr
  2021-04-05  0:15 ` teldra
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-04-04 22:46 UTC (permalink / raw)
  To: ml

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

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

py3status: update to 3.36.
https://github.com/void-linux/void-packages/pull/30004

Description:
#### Have the results of the proposed changes been tested?
- [x] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl


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

* Re: py3status: update to 3.36.
  2021-04-04 18:08 [PR PATCH] py3status: update to 3.36 teldra
                   ` (2 preceding siblings ...)
  2021-04-04 22:46 ` [PR PATCH] [Closed]: " ericonr
@ 2021-04-05  0:15 ` teldra
  3 siblings, 0 replies; 5+ messages in thread
From: teldra @ 2021-04-05  0:15 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/30004#issuecomment-813122152

Comment:
> Out of curiosity, did you use gh cli to make this PR? It included the PR template in the commit message :/

No. I am using this https://github.com/zdykstra/xbb and customized it. It checks native builds, builds for the 3 archs in the PR template and checks, if I am using the pkg and modifies the commit msg. git commit -m "pkg: update to number" -m "pr template" is the way I am doing it.
How do I not include it in the commit message but have that filled automatically?

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

end of thread, other threads:[~2021-04-05  0:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-04 18:08 [PR PATCH] py3status: update to 3.36 teldra
2021-04-04 18:36 ` [PR PATCH] [Updated] " teldra
2021-04-04 22:44 ` ericonr
2021-04-04 22:46 ` [PR PATCH] [Closed]: " ericonr
2021-04-05  0:15 ` teldra

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