Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4F5451A921F for ; Thu, 19 Nov 2020 10:27:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B5F1684DFC; Thu, 19 Nov 2020 10:27:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F1A0E84DC3 for ; Thu, 19 Nov 2020 10:27:33 +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 d2Y4zxPPP20R for ; Thu, 19 Nov 2020 10:27:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 78ED584D7E for ; Thu, 19 Nov 2020 10:27:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 75CA0FA9D; Thu, 19 Nov 2020 10:27:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160578165312180" MIME-Version: 1.0 Date: Thu, 19 Nov 2020 10:27:33 +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: <20201119102733.75CA0FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160578165312180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Nov 19 10:27:33 UTC 2020 Modified Files: pkgsrc/net/py-prometheus_client: Makefile distinfo Log Message: py-prometheus_client: updated to 0.9.0 0.9.0: [ENHANCEMENT] Add support for python3.9 [ENHANCEMENT] Various updates for latest OpenMetrics draft spec To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 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. --_----------=_160578165312180 Content-Disposition: inline Content-Length: 1833 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.5 pkgsrc/net/py-prometheus_client/Makefile:1.6 --- pkgsrc/net/py-prometheus_client/Makefile:1.5 Tue May 26 16:53:40 2020 +++ pkgsrc/net/py-prometheus_client/Makefile Thu Nov 19 10:27:33 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2020/05/26 16:53:40 adam Exp $ +# $NetBSD: Makefile,v 1.6 2020/11/19 10:27:33 adam Exp $ -DISTNAME= prometheus_client-0.8.0 +DISTNAME= prometheus_client-0.9.0 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.5 pkgsrc/net/py-prometheus_client/distinfo:1.6 --- pkgsrc/net/py-prometheus_client/distinfo:1.5 Tue May 26 16:53:40 2020 +++ pkgsrc/net/py-prometheus_client/distinfo Thu Nov 19 10:27:33 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2020/05/26 16:53:40 adam Exp $ +$NetBSD: distinfo,v 1.6 2020/11/19 10:27:33 adam Exp $ -SHA1 (prometheus_client-0.8.0.tar.gz) = 5846c9dfad32c2bc335bbeac1011a900e686e974 -RMD160 (prometheus_client-0.8.0.tar.gz) = 8ba2c87499920f031aaefe6b9dc5e0d61efc70c0 -SHA512 (prometheus_client-0.8.0.tar.gz) = 76f548b77bcb3630ac069cc4004bffd44fdebc600beefbd390ad06e53c61bc743840cda0fc349e876cd5cf8f915000ac2432da3d4698f6e7d73f77ead7b2b400 -Size (prometheus_client-0.8.0.tar.gz) = 148418 bytes +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 --_----------=_160578165312180--