Received: by mail.netbsd.org (Postfix, from userid 605) id 6901984DD2; Sat, 8 May 2021 05:51:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9BEBE84CE8 for ; Sat, 8 May 2021 05:51:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id jkFxHFUOcbiS for ; Sat, 8 May 2021 05:51:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 16E7184D2D for ; Sat, 8 May 2021 05:51:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10AA4FA95; Sat, 8 May 2021 05:51:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16204531039340" MIME-Version: 1.0 Date: Sat, 8 May 2021 05:51:43 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-prometheus_client To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210508055143.10AA4FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16204531039340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat May 8 05:51:42 UTC 2021 Modified Files: pkgsrc/net/py-prometheus_client: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-prometheus_client/Makefile \ 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. --_----------=_16204531039340 Content-Disposition: inline Content-Length: 1837 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-prometheus_client/Makefile diff -u pkgsrc/net/py-prometheus_client/Makefile:1.6 pkgsrc/net/py-prometheus_client/Makefile:1.7 --- pkgsrc/net/py-prometheus_client/Makefile:1.6 Thu Nov 19 10:27:33 2020 +++ pkgsrc/net/py-prometheus_client/Makefile Sat May 8 05:51:42 2021 @@ -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/} Index: pkgsrc/net/py-prometheus_client/distinfo diff -u pkgsrc/net/py-prometheus_client/distinfo:1.6 pkgsrc/net/py-prometheus_client/distinfo:1.7 --- pkgsrc/net/py-prometheus_client/distinfo:1.6 Thu Nov 19 10:27:33 2020 +++ pkgsrc/net/py-prometheus_client/distinfo Sat May 8 05:51:42 2021 @@ -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 --_----------=_16204531039340--