Received: by mail.netbsd.org (Postfix, from userid 605) id BD6B384F75; Tue, 6 Dec 2022 08:14:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 22A9384F75 for ; Tue, 6 Dec 2022 08:14:51 +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 nJ47w3hxeZIa for ; Tue, 6 Dec 2022 08:14:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6A80D84F77 for ; Tue, 6 Dec 2022 08:14:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9B872FA92; Tue, 6 Dec 2022 08:14:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1670314448141280" MIME-Version: 1.0 Date: Tue, 6 Dec 2022 08:14:08 +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: <20221206081408.9B872FA92@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1670314448141280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Dec 6 08:14:08 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 Log Message: Updated devel/py-virtualenv, sysutils/py-xattr, textproc/py-ujson, devel/py-types-ujson To generate a diff of this commit: cvs rdiff -u -r1.5970 -r1.5971 pkgsrc/doc/CHANGES-2022 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1670314448141280 Content-Disposition: inline Content-Length: 902 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.5970 pkgsrc/doc/CHANGES-2022:1.5971 --- pkgsrc/doc/CHANGES-2022:1.5970 Mon Dec 5 21:59:01 2022 +++ pkgsrc/doc/CHANGES-2022 Tue Dec 6 08:14:08 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.5970 2022/12/05 21:59:01 nikita Exp $ +$NetBSD: CHANGES-2022,v 1.5971 2022/12/06 08:14:08 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -8975,3 +8975,7 @@ Changes to the packages collection and i Updated devel/MoarVM to 2022.12 [makoto 2022-12-05] Updated lang/nqp to 2022.12 [makoto 2022-12-05] Added security/git-crypt version 0.7.0 [nikita 2022-12-05] + Updated devel/py-virtualenv to 20.17.1 [adam 2022-12-06] + Updated sysutils/py-xattr to 0.10.1 [adam 2022-12-06] + Updated textproc/py-ujson to 5.6.0 [adam 2022-12-06] + Updated devel/py-types-ujson to 5.6.0.0 [adam 2022-12-06] --_----------=_1670314448141280--