Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-setproctitle: update to 1.2.1.
@ 2020-12-07 18:11 ndowens
  2020-12-07 18:47 ` [PR PATCH] [Updated] " ndowens
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ndowens @ 2020-12-07 18:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python-setproctitle
https://github.com/void-linux/void-packages/pull/27021

python3-setproctitle: update to 1.2.1.


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

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

From 48f143468742124c02aa94f61fbc8d8a0ca3b908 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 7 Dec 2020 12:11:34 -0600
Subject: [PATCH] python3-setproctitle: update to 1.2.1.

---
 srcpkgs/python3-setproctitle/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index c23c4f3926b..c880041d93a 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,17 +1,23 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
-version=1.1.10
-revision=8
+version=1.2.1
+revision=1
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest"
 short_desc="Python3 library to allow customization of the process title"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/dvarrazzo/py-setproctitle"
 distfiles="${PYPI_SITE}/s/setproctitle/setproctitle-${version}.tar.gz"
-checksum=6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398
+checksum=5f0eecb27815e31799a69eb6a06b4d375d38887d079d410565b0be82da65c950
+
+do_check() {
+	pytest
+}
 
 post_install() {
 	vlicense COPYRIGHT LICENSE

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

* Re: [PR PATCH] [Updated] python3-setproctitle: update to 1.2.1.
  2020-12-07 18:11 [PR PATCH] python3-setproctitle: update to 1.2.1 ndowens
@ 2020-12-07 18:47 ` ndowens
  2020-12-12 13:00 ` [PR REVIEW] " ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-12-07 18:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python-setproctitle
https://github.com/void-linux/void-packages/pull/27021

python3-setproctitle: update to 1.2.1.


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

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

From 0fd0e57cd17d109d9d8955a1e80c9f45eb47448f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 7 Dec 2020 12:11:34 -0600
Subject: [PATCH] python3-setproctitle: update to 1.2.1.

---
 srcpkgs/python3-setproctitle/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index c23c4f3926b..c880041d93a 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,17 +1,23 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
-version=1.1.10
-revision=8
+version=1.2.1
+revision=1
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest"
 short_desc="Python3 library to allow customization of the process title"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/dvarrazzo/py-setproctitle"
 distfiles="${PYPI_SITE}/s/setproctitle/setproctitle-${version}.tar.gz"
-checksum=6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398
+checksum=5f0eecb27815e31799a69eb6a06b4d375d38887d079d410565b0be82da65c950
+
+do_check() {
+	pytest
+}
 
 post_install() {
 	vlicense COPYRIGHT LICENSE

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

* Re: [PR REVIEW] python3-setproctitle: update to 1.2.1.
  2020-12-07 18:11 [PR PATCH] python3-setproctitle: update to 1.2.1 ndowens
  2020-12-07 18:47 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-12 13:00 ` ericonr
  2020-12-12 15:26 ` [PR PATCH] [Updated] " ndowens
  2020-12-17  2:48 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-12 13:00 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27021#discussion_r541571882

Comment:
automatic

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

* Re: [PR PATCH] [Updated] python3-setproctitle: update to 1.2.1.
  2020-12-07 18:11 [PR PATCH] python3-setproctitle: update to 1.2.1 ndowens
  2020-12-07 18:47 ` [PR PATCH] [Updated] " ndowens
  2020-12-12 13:00 ` [PR REVIEW] " ericonr
@ 2020-12-12 15:26 ` ndowens
  2020-12-17  2:48 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-12-12 15:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python-setproctitle
https://github.com/void-linux/void-packages/pull/27021

python3-setproctitle: update to 1.2.1.


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

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

From 78b0e8bbedb44fceb32d72215a520a0c61033d97 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 7 Dec 2020 12:11:34 -0600
Subject: [PATCH] python3-setproctitle: update to 1.2.1.

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

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index c23c4f3926b..fc848b086c9 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,17 +1,19 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
-version=1.1.10
-revision=8
+version=1.2.1
+revision=1
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest"
 short_desc="Python3 library to allow customization of the process title"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/dvarrazzo/py-setproctitle"
 distfiles="${PYPI_SITE}/s/setproctitle/setproctitle-${version}.tar.gz"
-checksum=6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398
+checksum=5f0eecb27815e31799a69eb6a06b4d375d38887d079d410565b0be82da65c950
 
 post_install() {
 	vlicense COPYRIGHT LICENSE

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

* Re: [PR PATCH] [Merged]: python3-setproctitle: update to 1.2.1.
  2020-12-07 18:11 [PR PATCH] python3-setproctitle: update to 1.2.1 ndowens
                   ` (2 preceding siblings ...)
  2020-12-12 15:26 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-17  2:48 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-12-17  2:48 UTC (permalink / raw)
  To: ml

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

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

python3-setproctitle: update to 1.2.1.
https://github.com/void-linux/void-packages/pull/27021

Description:


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

end of thread, other threads:[~2020-12-17  2:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07 18:11 [PR PATCH] python3-setproctitle: update to 1.2.1 ndowens
2020-12-07 18:47 ` [PR PATCH] [Updated] " ndowens
2020-12-12 13:00 ` [PR REVIEW] " ericonr
2020-12-12 15:26 ` [PR PATCH] [Updated] " ndowens
2020-12-17  2:48 ` [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).