summaryrefslogtreecommitdiff
path: root/net/py-prometheus_client
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-11-15 15:36:51 +0000
committerwiz <wiz@pkgsrc.org>2022-11-15 15:36:51 +0000
commitcefd22ebfed5f1b96740dcb79c7de0d16ff96e77 (patch)
treefdfaaf1da4d326bdca85d8d5cc4028843b8d5cdd /net/py-prometheus_client
parentcfae75313e6e66abd0603446bdf2a64037ac74f2 (diff)
downloadpkgsrc-cefd22ebfed5f1b96740dcb79c7de0d16ff96e77.tar.gz
py-prometheus_client: update to 0.15.0.
[CHANGE] Remove choose_formatter. choose_formatter only existed for v0.14.x and was deprecated in v0.14.1. #846 [FEATURE] Support TLS auth when using push gateway with tls_auth_handler. #841 [ENHANCEMENT] Add sum, livemin, and livemax multiprocess modes for Gauges. #794
Diffstat (limited to 'net/py-prometheus_client')
-rw-r--r--net/py-prometheus_client/Makefile10
-rw-r--r--net/py-prometheus_client/distinfo8
2 files changed, 12 insertions, 6 deletions
diff --git a/net/py-prometheus_client/Makefile b/net/py-prometheus_client/Makefile
index f2db038d8b4..fab4ea3ae12 100644
--- a/net/py-prometheus_client/Makefile
+++ b/net/py-prometheus_client/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2022/04/25 11:30:43 adam Exp $
+# $NetBSD: Makefile,v 1.13 2022/11/15 15:36:51 wiz Exp $
-DISTNAME= prometheus_client-0.14.1
+DISTNAME= prometheus_client-0.15.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/prometheus_client/}
@@ -10,9 +10,15 @@ HOMEPAGE= https://github.com/prometheus/client_python
COMMENT= Prometheus instrumentation library for Python applications
LICENSE= apache-2.0
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
+# as of 0.15.0
+# Ran 273 tests in 3.987s
+# FAILED (errors=1, skipped=7)
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-prometheus_client/distinfo b/net/py-prometheus_client/distinfo
index 9d7ff3cb032..859eeb9c6e9 100644
--- a/net/py-prometheus_client/distinfo
+++ b/net/py-prometheus_client/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2022/04/25 11:30:43 adam Exp $
+$NetBSD: distinfo,v 1.14 2022/11/15 15:36:51 wiz Exp $
-BLAKE2s (prometheus_client-0.14.1.tar.gz) = 901215b5ce16513f531fc17e7aef050b2a948648cdab445706f850c67f23b42f
-SHA512 (prometheus_client-0.14.1.tar.gz) = 3ba1389f23566ecab1371452ec717e06c4e444d1ac8a37cb27429493e64f3931e6876734c0947cb43ba086ed51ca47a0c7764d488ea6e7f2d0864447f49b09e4
-Size (prometheus_client-0.14.1.tar.gz) = 83271 bytes
+BLAKE2s (prometheus_client-0.15.0.tar.gz) = e861e56c236512290255f73629d3934737b27f192281011698a56f4024d88e71
+SHA512 (prometheus_client-0.15.0.tar.gz) = ebe1572d80c31e5029ac536a8107c7c9b0ffbea113a5fac666a761253592fdd467ec77551d77f5afaef06b9e9119eca4883a19daf7259d685b588e3b74886602
+Size (prometheus_client-0.15.0.tar.gz) = 100719 bytes