Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id A1F321A923C for ; Mon, 14 Feb 2022 08:54:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 179B884EA7; Mon, 14 Feb 2022 08:53:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 489D484EA3 for ; Mon, 14 Feb 2022 08:53:54 +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 2wP5w4rhVtP4 for ; Mon, 14 Feb 2022 08:53:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 974F884EA2 for ; Mon, 14 Feb 2022 08:53:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 94128FB24; Mon, 14 Feb 2022 08:53:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1644828833108790" MIME-Version: 1.0 Date: Mon, 14 Feb 2022 08:53:53 +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: <20220214085353.94128FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1644828833108790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Feb 14 08:53:53 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 Log Message: Added devel/py-test-lazy-fixture; Updated textproc/py-prettytable To generate a diff of this commit: cvs rdiff -u -r1.891 -r1.892 pkgsrc/doc/CHANGES-2022 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1644828833108790 Content-Disposition: inline Content-Length: 779 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.891 pkgsrc/doc/CHANGES-2022:1.892 --- pkgsrc/doc/CHANGES-2022:1.891 Sun Feb 13 21:27:51 2022 +++ pkgsrc/doc/CHANGES-2022 Mon Feb 14 08:53:53 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.891 2022/02/13 21:27:51 fcambus Exp $ +$NetBSD: CHANGES-2022,v 1.892 2022/02/14 08:53:53 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -1201,3 +1201,5 @@ Changes to the packages collection and i Updated audio/pt2-clone to 1.40 [nia 2022-02-13] Removed chat/mautrix-hangouts [js 2022-02-13] Updated comms/tio to 1.33 [fcambus 2022-02-13] + Added devel/py-test-lazy-fixture version 0.6.3 [adam 2022-02-14] + Updated textproc/py-prettytable to 3.1.0 [adam 2022-02-14] --_----------=_1644828833108790--