Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-prometheus_client: update to 0.9.0
@ 2020-11-23  1:26 ndowens
  2020-11-23  1:30 ` [PR PATCH] [Updated] " ndowens
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ndowens @ 2020-11-23  1:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python3-prometheus
https://github.com/void-linux/void-packages/pull/26620

python3-prometheus_client: update to 0.9.0


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

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

From 7a0a2360b758a0b7b9f5ad0a53afc449751e487b Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 22 Nov 2020 19:26:59 -0600
Subject: [PATCH] python3-prometheus_client: update to 0.9.0

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

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index 3cc9d7bfdaa..202572def76 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,14 +1,19 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
-version=0.7.1
-revision=4
+version=0.9.0
+revision=1
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+checkdepends="python3-pytest"
 depends="python3"
 short_desc="Python3 client for the Prometheus monitoring system"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/prometheus/client_python"
 distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz"
-checksum=71cd24a2b3eb335cb800c7159f423df1bd4dcd5171b234be15e3f31ec9f622da
+checksum=9da7b32f02439d8c04f7777021c304ed51d9ec180604700c1ba72a4d44dceb03
+
+do_check() {
+	pytest tests
+}

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

* Re: [PR PATCH] [Updated] python3-prometheus_client: update to 0.9.0
  2020-11-23  1:26 [PR PATCH] python3-prometheus_client: update to 0.9.0 ndowens
@ 2020-11-23  1:30 ` ndowens
  2020-12-17  3:59 ` [PR REVIEW] " ahesford
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-11-23  1:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python3-prometheus
https://github.com/void-linux/void-packages/pull/26620

python3-prometheus_client: update to 0.9.0


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

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

From 3e59867d84b25107781278d926fb8829a322775c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 22 Nov 2020 19:26:59 -0600
Subject: [PATCH] python3-prometheus_client: update to 0.9.0

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

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index 3cc9d7bfdaa..2fa65eb9278 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,14 +1,19 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
-version=0.7.1
-revision=4
+version=0.9.0
+revision=1
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="Python3 client for the Prometheus monitoring system"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/prometheus/client_python"
 distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz"
-checksum=71cd24a2b3eb335cb800c7159f423df1bd4dcd5171b234be15e3f31ec9f622da
+checksum=9da7b32f02439d8c04f7777021c304ed51d9ec180604700c1ba72a4d44dceb03
+
+do_check() {
+	pytest tests
+}

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

* Re: [PR REVIEW] python3-prometheus_client: update to 0.9.0
  2020-11-23  1:26 [PR PATCH] python3-prometheus_client: update to 0.9.0 ndowens
  2020-11-23  1:30 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-17  3:59 ` ahesford
  2020-12-17  4:26 ` [PR PATCH] [Updated] " ndowens
  2020-12-17  4:52 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-12-17  3:59 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/26620#discussion_r544794546

Comment:
You should be able to drop this and just add `make_check_target="tests"` under the `build_style` line.

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

* Re: [PR PATCH] [Updated] python3-prometheus_client: update to 0.9.0
  2020-11-23  1:26 [PR PATCH] python3-prometheus_client: update to 0.9.0 ndowens
  2020-11-23  1:30 ` [PR PATCH] [Updated] " ndowens
  2020-12-17  3:59 ` [PR REVIEW] " ahesford
@ 2020-12-17  4:26 ` ndowens
  2020-12-17  4:52 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-12-17  4:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python3-prometheus
https://github.com/void-linux/void-packages/pull/26620

python3-prometheus_client: update to 0.9.0


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

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

From a699d91af3b455038725902fdfb5c43c3dabe33e Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 22 Nov 2020 19:26:59 -0600
Subject: [PATCH] python3-prometheus_client: update to 0.9.0

---
 srcpkgs/python3-prometheus_client/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index 3cc9d7bfdaa..5a182223be4 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,14 +1,15 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
-version=0.7.1
-revision=4
+version=0.9.0
+revision=1
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="Python3 client for the Prometheus monitoring system"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/prometheus/client_python"
 distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz"
-checksum=71cd24a2b3eb335cb800c7159f423df1bd4dcd5171b234be15e3f31ec9f622da
+checksum=9da7b32f02439d8c04f7777021c304ed51d9ec180604700c1ba72a4d44dceb03

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

* Re: [PR PATCH] [Merged]: python3-prometheus_client: update to 0.9.0
  2020-11-23  1:26 [PR PATCH] python3-prometheus_client: update to 0.9.0 ndowens
                   ` (2 preceding siblings ...)
  2020-12-17  4:26 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-17  4:52 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-12-17  4:52 UTC (permalink / raw)
  To: ml

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

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

python3-prometheus_client: update to 0.9.0
https://github.com/void-linux/void-packages/pull/26620

Description:


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-23  1:26 [PR PATCH] python3-prometheus_client: update to 0.9.0 ndowens
2020-11-23  1:30 ` [PR PATCH] [Updated] " ndowens
2020-12-17  3:59 ` [PR REVIEW] " ahesford
2020-12-17  4:26 ` [PR PATCH] [Updated] " ndowens
2020-12-17  4:52 ` [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).