Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 26F7484F4F for ; Thu, 24 Aug 2023 20:31:13 +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 VFNwj9wGeg6v for ; Thu, 24 Aug 2023 20:31:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6BA5584EFC for ; Thu, 24 Aug 2023 20:31:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 68AA4FBDB; Thu, 24 Aug 2023 20:31:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1692909072121720" MIME-Version: 1.0 Date: Thu, 24 Aug 2023 20:31:12 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230824203112.68AA4FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1692909072121720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Aug 24 20:31:12 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: doc: Updated devel/py-typeguard to 4.1.2 To generate a diff of this commit: cvs rdiff -u -r1.5055 -r1.5056 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.23319 -r1.23320 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1692909072121720 Content-Disposition: inline Content-Length: 1345 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.5055 pkgsrc/doc/CHANGES-2023:1.5056 --- pkgsrc/doc/CHANGES-2023:1.5055 Thu Aug 24 20:28:49 2023 +++ pkgsrc/doc/CHANGES-2023 Thu Aug 24 20:31:11 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.5055 2023/08/24 20:28:49 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.5056 2023/08/24 20:31:11 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -7321,3 +7321,4 @@ Changes to the packages collection and i Updated devel/py-setuptools to 68.1.2 [wiz 2023-08-24] Updated misc/py-shellingham to 1.5.3 [wiz 2023-08-24] Updated misc/py-tqdm to 4.66.1 [wiz 2023-08-24] + Updated devel/py-typeguard to 4.1.2 [wiz 2023-08-24] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23319 pkgsrc/doc/TODO:1.23320 --- pkgsrc/doc/TODO:1.23319 Thu Aug 24 20:28:49 2023 +++ pkgsrc/doc/TODO Thu Aug 24 20:31:11 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23319 2023/08/24 20:28:49 wiz Exp $ +$NetBSD: TODO,v 1.23320 2023/08/24 20:31:11 wiz Exp $ Suggested new packages ====================== @@ -1235,7 +1235,6 @@ For possible Perl packages updates, see o py-tokyocabinet-0.6 o py-tortoisehg-6.5.1 o py-tox-4.9.0 - o py-typeguard-4.1.2 o py-uliweb-0.6 o py-vdirsyncer-0.19.2 [https://github.com/pimutils/vdirsyncer/issues/1015] o py-yubiauth-0.3.10 --_----------=_1692909072121720--