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:   adam
Date:           Tue Jan 24 09:00:48 UTC 2023

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

Log Message:
py-prometheus_client: updated to 0.16.0

0.16.0

[FEATURE] Support HELP text in multiprocess mode.
[ENHANCEMENT] Reduce the mmap minimum size.
[BUGFIX] Use the correct OpenMetrics encoder when application/openmetrics-text is requested in ASGI apps.
[BUGFIX] Allow Prometheus format parser to handle a missing space after labels.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/py-prometheus_client/Makefile
cvs rdiff -u -r1.14 -r1.15 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.13 pkgsrc/net/py-prometheus_client/Makefile:1.14
--- pkgsrc/net/py-prometheus_client/Makefile:1.13       Tue Nov 15 15:36:51 2022
+++ pkgsrc/net/py-prometheus_client/Makefile    Tue Jan 24 09:00:48 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/11/15 15:36:51 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2023/01/24 09:00:48 adam Exp $
 
-DISTNAME=      prometheus_client-0.15.0
+DISTNAME=      prometheus_client-0.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/prometheus_client/}
@@ -16,9 +16,9 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-# as of 0.15.0
-# Ran 273 tests in 3.987s
-# FAILED (errors=1, skipped=7)
+# as of 0.16.0
+# Ran 276 tests
+# FAILED (errors=1, skipped=9)
 
 .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.14 pkgsrc/net/py-prometheus_client/distinfo:1.15
--- pkgsrc/net/py-prometheus_client/distinfo:1.14       Tue Nov 15 15:36:51 2022
+++ pkgsrc/net/py-prometheus_client/distinfo    Tue Jan 24 09:00:48 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2022/11/15 15:36:51 wiz Exp $
+$NetBSD: distinfo,v 1.15 2023/01/24 09:00:48 adam Exp $
 
-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
+BLAKE2s (prometheus_client-0.16.0.tar.gz) = 9bf0a08fe54900810f745dd88c5f58c889fd4841ffd8ced870e0a1d782b0215a
+SHA512 (prometheus_client-0.16.0.tar.gz) = 12d22963a22511872fbd170e112a743fac02ab1a569934eef5d97f53a292281ef3f589e852f245d083d8555c5cda51c6210fe48e1211431c8fe00b47d571eaf4
+Size (prometheus_client-0.16.0.tar.gz) = 117546 bytes



Home | Main Index | Thread Index | Old Index