diff options
author | adam <adam@pkgsrc.org> | 2021-12-01 20:57:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-12-01 20:57:43 +0000 |
commit | fa4233992da7855302fd13e95d735e03a657e357 (patch) | |
tree | fd9c1fcd8928e8edbac35c31e6a6b3622baedcaf /net | |
parent | 47b23a4573d1df36554bf171545c02995538f40a (diff) | |
download | pkgsrc-fa4233992da7855302fd13e95d735e03a657e357.tar.gz |
py-prometheus_client: updated to 0.12.0
0.12.0
[FEATURE] Exemplar support (excludes multiprocess)
[ENHANCEMENT] Add support for Python 3.10
[ENHANCEMENT] Restricted Registry will handle metrics added after restricting
[ENHANCEMENT] Raise a more helpful error if a metric is not observable
[BUGFIX] Fix instance_ip_grouping_key not working on MacOS
[BUGFIX] Fix assertion error from favicion.ico with Python 2.7
Diffstat (limited to 'net')
-rw-r--r-- | net/py-prometheus_client/Makefile | 4 | ||||
-rw-r--r-- | net/py-prometheus_client/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/py-prometheus_client/Makefile b/net/py-prometheus_client/Makefile index 7c4abd23efe..79923b01af5 100644 --- a/net/py-prometheus_client/Makefile +++ b/net/py-prometheus_client/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2021/08/26 09:31:39 adam Exp $ +# $NetBSD: Makefile,v 1.9 2021/12/01 20:57:43 adam Exp $ -DISTNAME= prometheus_client-0.11.0 +DISTNAME= prometheus_client-0.12.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=p/prometheus_client/} diff --git a/net/py-prometheus_client/distinfo b/net/py-prometheus_client/distinfo index e9fec770d34..87756c1ecb7 100644 --- a/net/py-prometheus_client/distinfo +++ b/net/py-prometheus_client/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 11:06:41 nia Exp $ +$NetBSD: distinfo,v 1.11 2021/12/01 20:57:43 adam Exp $ -BLAKE2s (prometheus_client-0.11.0.tar.gz) = b6bb86c348a3eac1ba526a040118f6ca9fdfa4b6438b59df1e063406f36b5d85 -SHA512 (prometheus_client-0.11.0.tar.gz) = d8d2d50a0a771782ec947af59373c781e617bd46368eb4f9795b5d69a419e57c967ded0947512f52d3b6cd42e925e247dc2de4e9d38198d0acb9e72dff9c1af8 -Size (prometheus_client-0.11.0.tar.gz) = 91886 bytes +BLAKE2s (prometheus_client-0.12.0.tar.gz) = 62fea34809e08f621622294cc1f39de40c3aa6e7883be8b80273139b9b20c6f8 +SHA512 (prometheus_client-0.12.0.tar.gz) = eabfc16d3df8e4334ca0827fa86903a05cf772be716abdfe401885191aca72f93180c5cc2a86580e3ad2a0db58898543d9732ec23bc0af4a37e4feba0773454b +Size (prometheus_client-0.12.0.tar.gz) = 77833 bytes |