Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BF0E084FED for ; Wed, 22 Nov 2023 10:10:29 +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 nJzpmpFcds2K for ; Wed, 22 Nov 2023 10:10:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2082F84D3B for ; Wed, 22 Nov 2023 10:10:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 184B4FA3F; Wed, 22 Nov 2023 10:10:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170064782946740" MIME-Version: 1.0 Date: Wed, 22 Nov 2023 10:10:29 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231122101029.184B4FA3F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170064782946740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Nov 22 10:10:28 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Updated textproc/py-pygments, net/py-prometheus_client To generate a diff of this commit: cvs rdiff -u -r1.7162 -r1.7163 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170064782946740 Content-Disposition: inline Content-Length: 792 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.7162 pkgsrc/doc/CHANGES-2023:1.7163 --- pkgsrc/doc/CHANGES-2023:1.7162 Wed Nov 22 07:32:49 2023 +++ pkgsrc/doc/CHANGES-2023 Wed Nov 22 10:10:28 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.7162 2023/11/22 07:32:49 yhardy Exp $ +$NetBSD: CHANGES-2023,v 1.7163 2023/11/22 10:10:28 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -10278,3 +10278,5 @@ Changes to the packages collection and i Updated net/qbittorrent to 4.6.1 [adam 2023-11-22] Updated devel/py-wcwidth to 0.2.12 [adam 2023-11-22] Updated net/lagrange to 1.17.4 [yhardy 2023-11-22] + Updated textproc/py-pygments to 2.17.2 [adam 2023-11-22] + Updated net/py-prometheus_client to 0.19.0 [adam 2023-11-22] --_----------=_170064782946740--