Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 49BD784D91 for ; Sun, 27 Aug 2023 02:58:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id kRPCO-lBUNdy for ; Sun, 27 Aug 2023 02:58:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9A4A484D32 for ; Sun, 27 Aug 2023 02:58:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 17DB3FBDB; Sun, 27 Aug 2023 02:58:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169310510835020" MIME-Version: 1.0 Date: Sun, 27 Aug 2023 02:58:28 +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: <20230827025828.17DB3FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169310510835020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Aug 27 02:58:27 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Updated devel/py-autopep8, devel/py-typeguard, devel/py-pluggy, textproc/py-pdf To generate a diff of this commit: cvs rdiff -u -r1.5135 -r1.5136 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169310510835020 Content-Disposition: inline Content-Length: 902 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.5135 pkgsrc/doc/CHANGES-2023:1.5136 --- pkgsrc/doc/CHANGES-2023:1.5135 Sat Aug 26 18:08:52 2023 +++ pkgsrc/doc/CHANGES-2023 Sun Aug 27 02:58:27 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.5135 2023/08/26 18:08:52 bsiegert Exp $ +$NetBSD: CHANGES-2023,v 1.5136 2023/08/27 02:58:27 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -7463,3 +7463,7 @@ Changes to the packages collection and i Added lang/go121 version 1.21.0 [bsiegert 2023-08-26] Updated sysutils/onefetch to 2.18.1nb1 [he 2023-08-26] Updated devel/golangci-lint to 1.54.2 [bsiegert 2023-08-26] + Updated devel/py-autopep8 to 2.0.4 [adam 2023-08-27] + Updated devel/py-typeguard to 4.1.3 [adam 2023-08-27] + Updated devel/py-pluggy to 1.3.0 [adam 2023-08-27] + Updated textproc/py-pdf to 3.15.3 [adam 2023-08-27] --_----------=_169310510835020--