Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-setproctitle: update to 1.3.1
@ 2023-06-12 23:17 chrysos349
  2023-06-13  9:29 ` [PR PATCH] [Updated] " chrysos349
  2023-06-13 12:27 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: chrysos349 @ 2023-06-12 23:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages python3-setproctitle
https://github.com/void-linux/void-packages/pull/44401

python3-setproctitle: update to 1.3.1
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64

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

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

From 5242407b518c1e29466b8a76adfb1cc7c8b88945 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 13 Jun 2023 02:15:37 +0300
Subject: [PATCH] python3-setproctitle: update to 1.3.1

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

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 42bd3cf78d18..035f344ccb2d 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
-version=1.2.1
-revision=3
+version=1.3.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
@@ -12,7 +12,7 @@ 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=5f0eecb27815e31799a69eb6a06b4d375d38887d079d410565b0be82da65c950
+checksum=3d134c2effeb945e8227f7d3d24ea8ad49c03c87ac91a8d67bf967730fa9daba
 
 post_install() {
 	vlicense COPYRIGHT LICENSE

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

* Re: [PR PATCH] [Updated] python3-setproctitle: update to 1.3.1
  2023-06-12 23:17 [PR PATCH] python3-setproctitle: update to 1.3.1 chrysos349
@ 2023-06-13  9:29 ` chrysos349
  2023-06-13 12:27 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: chrysos349 @ 2023-06-13  9:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages python3-setproctitle
https://github.com/void-linux/void-packages/pull/44401

python3-setproctitle: update to 1.3.1
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64

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

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

From 8fc32ce26fa35978159ed265631348e2f40c4c7b Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 13 Jun 2023 02:15:37 +0300
Subject: [PATCH] python3-setproctitle: update to 1.3.1

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

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 42bd3cf78d18..fd707cfb9908 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
-version=1.2.1
-revision=3
+version=1.3.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 depends="python3"
-checkdepends="python3-pytest"
+checkdepends="python3-pytest procps-ng"
 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=5f0eecb27815e31799a69eb6a06b4d375d38887d079d410565b0be82da65c950
+checksum=3d134c2effeb945e8227f7d3d24ea8ad49c03c87ac91a8d67bf967730fa9daba
 
 post_install() {
 	vlicense COPYRIGHT LICENSE

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

* Re: [PR PATCH] [Merged]: python3-setproctitle: update to 1.3.1
  2023-06-12 23:17 [PR PATCH] python3-setproctitle: update to 1.3.1 chrysos349
  2023-06-13  9:29 ` [PR PATCH] [Updated] " chrysos349
@ 2023-06-13 12:27 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-06-13 12:27 UTC (permalink / raw)
  To: ml

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

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

python3-setproctitle: update to 1.3.1
https://github.com/void-linux/void-packages/pull/44401

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64

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

end of thread, other threads:[~2023-06-13 12:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-12 23:17 [PR PATCH] python3-setproctitle: update to 1.3.1 chrysos349
2023-06-13  9:29 ` [PR PATCH] [Updated] " chrysos349
2023-06-13 12:27 ` [PR PATCH] [Merged]: " abenson

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