diff options
author | adam <adam@pkgsrc.org> | 2019-03-22 17:53:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-03-22 17:53:10 +0000 |
commit | 3e5031a422d74227b9afe4facfc50fc331cb7948 (patch) | |
tree | 890736fe56ef53add55d447a3cfbfc0ea90886cc | |
parent | 2b4517938849a7e8d87635f627e5c22b9c81a9e3 (diff) | |
download | pkgsrc-3e5031a422d74227b9afe4facfc50fc331cb7948.tar.gz |
py-prometheus_client: updated to 0.6.0
0.6.0:
[ENHANCEMENT] Better exceptions on exposition failure
[BUGFIX] Fix deadlock in gcCollector, metrics are now different
[BUGFIX] Fix thread leak in Python 3.7
[BUGFIX] Make the format strings compatible with Python 2.6
[BUGFIX] parser: ensure samples are of type Sample
-rw-r--r-- | net/py-prometheus_client/Makefile | 8 | ||||
-rw-r--r-- | net/py-prometheus_client/distinfo | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/net/py-prometheus_client/Makefile b/net/py-prometheus_client/Makefile index 421bf658989..775e004c49c 100644 --- a/net/py-prometheus_client/Makefile +++ b/net/py-prometheus_client/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2019/01/08 10:43:19 markd Exp $ +# $NetBSD: Makefile,v 1.2 2019/03/22 17:53:10 adam Exp $ -DISTNAME= prometheus_client-0.5.0 +DISTNAME= prometheus_client-0.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= net +CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=p/prometheus_client/} MAINTAINER= pkgsrc-users@NetBSD.org @@ -10,5 +10,7 @@ HOMEPAGE= https://github.com/prometheus/client_python COMMENT= Prometheus instrumentation library for Python applications LICENSE= apache-2.0 +USE_LANGUAGES= # none + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-prometheus_client/distinfo b/net/py-prometheus_client/distinfo index 4ed57db458f..8f73d5e3d4c 100644 --- a/net/py-prometheus_client/distinfo +++ b/net/py-prometheus_client/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/01/08 10:43:19 markd Exp $ +$NetBSD: distinfo,v 1.2 2019/03/22 17:53:10 adam Exp $ -SHA1 (prometheus_client-0.5.0.tar.gz) = 885ba6707492d8ff97e3f612ed266f0273ee8363 -RMD160 (prometheus_client-0.5.0.tar.gz) = 8031f7126c134ffc7f276fda1ddb36f2ae208696 -SHA512 (prometheus_client-0.5.0.tar.gz) = 76ebf82dc606fe1ddd65d84338f708c0dc11165e158188d025db49ef93f6a509ec7ccf3de37ff5f1bc9316c170875d4483c3431162e9e6a6c5a8877d20fb96b4 -Size (prometheus_client-0.5.0.tar.gz) = 31809 bytes +SHA1 (prometheus_client-0.6.0.tar.gz) = 6a578028eeb178e16c3f6796420a08825ac33552 +RMD160 (prometheus_client-0.6.0.tar.gz) = e7b8c8722128cc91530cacd9f52acd58a29c6cfc +SHA512 (prometheus_client-0.6.0.tar.gz) = fcd1b6ceb9f98fc29c2767db26154ac6c341783cc45d874f071dde32b6015172e78ee7fcce8ec53b4df3e7264156d3bffd9cae80c05ab17d351bf34e47772646 +Size (prometheus_client-0.6.0.tar.gz) = 36583 bytes |