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: Sun Sep 21 16:02:00 UTC 2025
Modified Files:
pkgsrc/net/py-prometheus_client: Makefile distinfo
Log Message:
py-prometheus_client: update to 0.23.1.
0.23.1
fix: use tuples instead of packaging Version by @efiop in #1136
0.23.0
UTF-8 Content Negotiation by @ywwg in #1102
Re include test data by @mgorny in #1113
Improve parser performance by @csmarchbanks in #1117
Add support to write_to_textfile for custom tmpdir by @aadityadhruv in #1115
OM text exposition for NH by @vesari in #1087
Fix bug which caused metric publishing to not accept query string parameters in ASGI app by @hacksparr0w in #1125
Emit native histograms only when OM 2.0.0 is requested by @vesari in #1128
fix: remove space after comma in openmetrics exposition by @theSuess in #1132
Fix issue parsing double spaces after # HELP/# TYPE by @csmarchbanks in #1134
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/py-prometheus_client/Makefile
cvs rdiff -u -r1.24 -r1.25 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.25 pkgsrc/net/py-prometheus_client/Makefile:1.26
--- pkgsrc/net/py-prometheus_client/Makefile:1.25 Mon Jun 2 16:05:39 2025
+++ pkgsrc/net/py-prometheus_client/Makefile Sun Sep 21 16:02:00 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2025/06/02 16:05:39 adam Exp $
+# $NetBSD: Makefile,v 1.26 2025/09/21 16:02:00 wiz Exp $
-DISTNAME= prometheus_client-0.22.1
+DISTNAME= prometheus_client-0.23.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/prometheus_client/}
@@ -14,8 +14,10 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
USE_LANGUAGES= # none
-# 16 due to network access
-# 16 failed, 284 passed, 9 skipped
+# 1 failed, 271 passed, 10 skipped, 1 error
+.if make(test)
+ALLOW_NETWORK_ACCESS= yes
+.endif
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-prometheus_client/distinfo
diff -u pkgsrc/net/py-prometheus_client/distinfo:1.24 pkgsrc/net/py-prometheus_client/distinfo:1.25
--- pkgsrc/net/py-prometheus_client/distinfo:1.24 Mon Jun 2 16:05:39 2025
+++ pkgsrc/net/py-prometheus_client/distinfo Sun Sep 21 16:02:00 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2025/06/02 16:05:39 adam Exp $
+$NetBSD: distinfo,v 1.25 2025/09/21 16:02:00 wiz Exp $
-BLAKE2s (prometheus_client-0.22.1.tar.gz) = 84a9ef335b41687feeb463d7c56d9861456f6db005f63c7e84a27409a465c8f3
-SHA512 (prometheus_client-0.22.1.tar.gz) = 01398ccb655a9cd18fc7e185547d43e58275153f2d962cd6638b7b43a7f3baccaf5c677deceedadb9e908fc31a06477b04fdad668c58ea65dec567b0cee1e188
-Size (prometheus_client-0.22.1.tar.gz) = 69746 bytes
+BLAKE2s (prometheus_client-0.23.1.tar.gz) = 81e0250e913b39825b815f9f8d4b090bbfeae155b5cc478671da82f6e6505f6a
+SHA512 (prometheus_client-0.23.1.tar.gz) = 2fbfa1cf7d957170517c834cac62d06079e766e1add27a45ad86a4203d862368d52449b43e5874eb05643941cbaa1c3e23f1008dbdb641a58ede2e744e9ebf3f
+Size (prometheus_client-0.23.1.tar.gz) = 80481 bytes
Home |
Main Index |
Thread Index |
Old Index