pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-prometheus_client py-prometheus_client: updated...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02d09b337dfb
branches:  trunk
changeset: 452284:02d09b337dfb
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat May 08 05:51:42 2021 +0000

description:
py-prometheus_client: updated to 0.10.1

0.10.1
[BUGFIX] Support lowercase prometheus_multiproc_dir environment variable in mark_process_dead.

0.10.0

[CHANGE] Python 2.6 is no longer supported.
[CHANGE] The prometheus_multiproc_dir environment variable is deprecated in favor of PROMETHEUS_MULTIPROC_DIR.
[FEATURE] Follow redirects when pushing to Pushgateway using passthrough_redirect_handler.
[FEATURE] Metrics support a clear() method to remove all children.
[ENHANCEMENT] Tag support in GraphiteBridge.

diffstat:

 net/py-prometheus_client/Makefile |   4 ++--
 net/py-prometheus_client/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r eb85ade534eb -r 02d09b337dfb net/py-prometheus_client/Makefile
--- a/net/py-prometheus_client/Makefile Sat May 08 05:43:33 2021 +0000
+++ b/net/py-prometheus_client/Makefile Sat May 08 05:51:42 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/11/19 10:27:33 adam Exp $
+# $NetBSD: Makefile,v 1.7 2021/05/08 05:51:42 adam Exp $
 
-DISTNAME=      prometheus_client-0.9.0
+DISTNAME=      prometheus_client-0.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/prometheus_client/}
diff -r eb85ade534eb -r 02d09b337dfb net/py-prometheus_client/distinfo
--- a/net/py-prometheus_client/distinfo Sat May 08 05:43:33 2021 +0000
+++ b/net/py-prometheus_client/distinfo Sat May 08 05:51:42 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/11/19 10:27:33 adam Exp $
+$NetBSD: distinfo,v 1.7 2021/05/08 05:51:42 adam Exp $
 
-SHA1 (prometheus_client-0.9.0.tar.gz) = 9f4dcc47d0bfeefc4e99d8cb6d0349f96883ed15
-RMD160 (prometheus_client-0.9.0.tar.gz) = 3a8c8738a2bd842a439c7b0f85f61bedccf74222
-SHA512 (prometheus_client-0.9.0.tar.gz) = 5b6ae0e22afdc2cdc3f1a03429a950d84d1ad5e6445d8b97db7b9fd124ae1beaa256ccb595486becc6bfa7029eca53bdaf18c0f93da8988ae853bc32c96692f0
-Size (prometheus_client-0.9.0.tar.gz) = 68253 bytes
+SHA1 (prometheus_client-0.10.1.tar.gz) = 60a1366dce73cf7e7a1d40188262ff3f6707517e
+RMD160 (prometheus_client-0.10.1.tar.gz) = 1a64e36a93d4844a050cafb109a380c5fb4d7f19
+SHA512 (prometheus_client-0.10.1.tar.gz) = bf8f8fa4fe1f006c35578a0ed52284beb716553a6417a33f6a0dd17669e84bbab5ed2b252f6866f2e25bd6852ba71272934c25f6e62a887a1c12d22e63b486af
+Size (prometheus_client-0.10.1.tar.gz) = 75554 bytes



Home | Main Index | Thread Index | Old Index