Received: by mail.netbsd.org (Postfix, from userid 605) id 0CC7484E75; Fri, 21 Oct 2022 17:55:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A23884E74 for ; Fri, 21 Oct 2022 17:55:03 +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 CJYekWcmRu-J for ; Fri, 21 Oct 2022 17:55:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7C54284E7B for ; Fri, 21 Oct 2022 17:55:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 79CEFFA90; Fri, 21 Oct 2022 17:55:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166637490240130" MIME-Version: 1.0 Date: Fri, 21 Oct 2022 17:55:02 +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: <20221021175502.79CEFFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166637490240130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 21 17:55:02 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 Log Message: Updated devel/py-test-asyncio, devel/py-exceptiongroup, devel/py-test-localserver, devel/py-setuptools To generate a diff of this commit: cvs rdiff -u -r1.5139 -r1.5140 pkgsrc/doc/CHANGES-2022 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166637490240130 Content-Disposition: inline Content-Length: 940 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.5139 pkgsrc/doc/CHANGES-2022:1.5140 --- pkgsrc/doc/CHANGES-2022:1.5139 Fri Oct 21 17:31:23 2022 +++ pkgsrc/doc/CHANGES-2022 Fri Oct 21 17:55:02 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.5139 2022/10/21 17:31:23 schmonz Exp $ +$NetBSD: CHANGES-2022,v 1.5140 2022/10/21 17:55:02 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -7789,3 +7789,7 @@ Changes to the packages collection and i Removed multimedia/x264-devel successor multimedia/x264 [adam 2022-10-21] Updated net/libzrtpcpp to 4.7.0 [nros 2022-10-21] Updated devel/git-base to 2.38.0nb1 [schmonz 2022-10-21] + Updated devel/py-test-asyncio to 0.20.1 [adam 2022-10-21] + Updated devel/py-exceptiongroup to 1.0.0rc9 [adam 2022-10-21] + Updated devel/py-test-localserver to 0.7.0 [adam 2022-10-21] + Updated devel/py-setuptools to 65.5.0 [adam 2022-10-21] --_----------=_166637490240130--