Received: by mail.netbsd.org (Postfix, from userid 605) id 527D584F7A; Wed, 8 Feb 2023 10:31:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 820E784D26 for ; Wed, 8 Feb 2023 10:31:41 +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 19wVaYYYjT6y for ; Wed, 8 Feb 2023 10:31:41 +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 D32B384CBC for ; Wed, 8 Feb 2023 10:31:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D098FFA90; Wed, 8 Feb 2023 10:31:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167585230053730" MIME-Version: 1.0 Date: Wed, 8 Feb 2023 10:31:40 +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: <20230208103140.D098FFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167585230053730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Feb 8 10:31:40 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Updated devel/py-bitarray, archivers/py-zipp, devel/py-virtualenv, devel/py-hypothesis To generate a diff of this commit: cvs rdiff -u -r1.1055 -r1.1056 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167585230053730 Content-Disposition: inline Content-Length: 921 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.1055 pkgsrc/doc/CHANGES-2023:1.1056 --- pkgsrc/doc/CHANGES-2023:1.1055 Wed Feb 8 10:23:49 2023 +++ pkgsrc/doc/CHANGES-2023 Wed Feb 8 10:31:40 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.1055 2023/02/08 10:23:49 adam Exp $ +$NetBSD: CHANGES-2023,v 1.1056 2023/02/08 10:31:40 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -1331,3 +1331,7 @@ Changes to the packages collection and i Updated security/py-cryptography to 39.0.1 [adam 2023-02-08] Updated security/py-cryptography_vectors to 39.0.1 [adam 2023-02-08] Updated devel/py-pkginfo to 1.9.6 [adam 2023-02-08] + Updated devel/py-bitarray to 2.7.0 [adam 2023-02-08] + Updated archivers/py-zipp to 3.12.1 [adam 2023-02-08] + Updated devel/py-virtualenv to 20.19.0 [adam 2023-02-08] + Updated devel/py-hypothesis to 6.67.1 [adam 2023-02-08] --_----------=_167585230053730--