Received: by mail.netbsd.org (Postfix, from userid 605) id 21331850A6; Sat, 27 Jan 2024 07:44:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5237884DBD for ; Sat, 27 Jan 2024 07:44:25 +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 wK6rnh2ww5Rw for ; Sat, 27 Jan 2024 07:44:24 +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 A48EF84D44 for ; Sat, 27 Jan 2024 07:44:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 995A2FA42; Sat, 27 Jan 2024 07:44:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706341464131300" MIME-Version: 1.0 Date: Sat, 27 Jan 2024 07:44:24 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240127074424.995A2FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706341464131300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jan 27 07:44:24 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated devel/py-coverage, textproc/py-sphinx-autodoc-typehints To generate a diff of this commit: cvs rdiff -u -r1.683 -r1.684 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706341464131300 Content-Disposition: inline Content-Length: 784 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.683 pkgsrc/doc/CHANGES-2024:1.684 --- pkgsrc/doc/CHANGES-2024:1.683 Fri Jan 26 22:06:30 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Jan 27 07:44:24 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.683 2024/01/26 22:06:30 mef Exp $ +$NetBSD: CHANGES-2024,v 1.684 2024/01/27 07:44:24 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -886,3 +886,5 @@ Changes to the packages collection and i Updated shells/oh-my-posh to 19.8.2 [pin 2024-01-26] Updated math/R-igraph to 1.6.0 [mef 2024-01-26] Updated math/R-insight to 0.19.7 [mef 2024-01-26] + Updated devel/py-coverage to 7.4.1 [adam 2024-01-27] + Updated textproc/py-sphinx-autodoc-typehints to 1.25.3 [adam 2024-01-27] --_----------=_1706341464131300--