pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-prometheus_client
Module Name: pkgsrc
Committed By: wiz
Date: Tue Nov 15 15:36:51 UTC 2022
Modified Files:
pkgsrc/net/py-prometheus_client: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/py-prometheus_client/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/py-prometheus_client/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-prometheus_client/Makefile
diff -u pkgsrc/net/py-prometheus_client/Makefile:1.12 pkgsrc/net/py-prometheus_client/Makefile:1.13
--- pkgsrc/net/py-prometheus_client/Makefile:1.12 Mon Apr 25 11:30:43 2022
+++ pkgsrc/net/py-prometheus_client/Makefile Tue Nov 15 15:36:51 2022
@@ -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/
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"
Index: pkgsrc/net/py-prometheus_client/distinfo
diff -u pkgsrc/net/py-prometheus_client/distinfo:1.13 pkgsrc/net/py-prometheus_client/distinfo:1.14
--- pkgsrc/net/py-prometheus_client/distinfo:1.13 Mon Apr 25 11:30:43 2022
+++ pkgsrc/net/py-prometheus_client/distinfo Tue Nov 15 15:36:51 2022
@@ -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