pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-prometheus_client py-prometheus_client: update ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4925ac19e622
branches:  trunk
changeset: 388263:4925ac19e622
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 15 15:36:51 2022 +0000

description:
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:

 net/py-prometheus_client/Makefile |  10 ++++++++--
 net/py-prometheus_client/distinfo |   8 ++++----
 2 files changed, 12 insertions(+), 6 deletions(-)

diffs (41 lines):

diff -r d6be471f47ec -r 4925ac19e622 net/py-prometheus_client/Makefile
--- a/net/py-prometheus_client/Makefile Tue Nov 15 15:08:22 2022 +0000
+++ b/net/py-prometheus_client/Makefile Tue Nov 15 15:36:51 2022 +0000
@@ -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 @@
 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 -r d6be471f47ec -r 4925ac19e622 net/py-prometheus_client/distinfo
--- a/net/py-prometheus_client/distinfo Tue Nov 15 15:08:22 2022 +0000
+++ b/net/py-prometheus_client/distinfo Tue Nov 15 15:36:51 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index