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 22 16:25:28 UTC 2024

Modified Files:
        pkgsrc/net/py-prometheus_client: Makefile distinfo

Log Message:
py-prometheus_client: update to 0.21.0.

What's Changed

[CHANGE] Reject invalid (not GET or OPTION) HTTP methods. #1019
[ENHANCEMENT] Allow writing metrics when holding a lock for the metric in the same thread. #1014
[BUGFIX] Check for and error on None label values. #1012
[BUGFIX] Fix timestamp comparison. #1038


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/py-prometheus_client/Makefile
cvs rdiff -u -r1.20 -r1.21 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.19 pkgsrc/net/py-prometheus_client/Makefile:1.20
--- pkgsrc/net/py-prometheus_client/Makefile:1.19       Wed Feb 14 21:52:10 2024
+++ pkgsrc/net/py-prometheus_client/Makefile    Sun Sep 22 16:25:28 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2024/02/14 21:52:10 adam Exp $
+# $NetBSD: Makefile,v 1.20 2024/09/22 16:25:28 wiz Exp $
 
-DISTNAME=      prometheus_client-0.20.0
+DISTNAME=      prometheus_client-0.21.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/prometheus_client/}
@@ -15,7 +15,8 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+# 16 due to network access
+# 16 failed, 284 passed, 9 skipped
 
 .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.20 pkgsrc/net/py-prometheus_client/distinfo:1.21
--- pkgsrc/net/py-prometheus_client/distinfo:1.20       Wed Feb 14 21:52:10 2024
+++ pkgsrc/net/py-prometheus_client/distinfo    Sun Sep 22 16:25:28 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2024/02/14 21:52:10 adam Exp $
+$NetBSD: distinfo,v 1.21 2024/09/22 16:25:28 wiz Exp $
 
-BLAKE2s (prometheus_client-0.20.0.tar.gz) = 44b3abb8ed14183a01b3e68db64152ac70bdbbc4851c8550c7e0631c80df4e7c
-SHA512 (prometheus_client-0.20.0.tar.gz) = 9e5aed628b052790af8954eee7914b6480226368229bb0dade2f8c3f88ab04971d2a8a55558fd7dbb125894f30cea56363cc670deb0aa6822f31562437031fb2
-Size (prometheus_client-0.20.0.tar.gz) = 78278 bytes
+BLAKE2s (prometheus_client-0.21.0.tar.gz) = 9e03eeb79d9fc9ebfebf95b8ec42e3f7da7caf307f7da264fcbf3667099cd649
+SHA512 (prometheus_client-0.21.0.tar.gz) = ad86e7d7eb1919bda77c5fe80e800721c6d93f8b849955903ec346c2c6d35130f7e179b470c261aba3d8aa2f2cb10c43dcc5e8c06024dcd79fac5818b87f76c5
+Size (prometheus_client-0.21.0.tar.gz) = 78634 bytes



Home | Main Index | Thread Index | Old Index