Received: by mail.netbsd.org (Postfix, from userid 605) id CC322852EB; Tue, 6 Dec 2022 20:40:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0984984D1D for ; Tue, 6 Dec 2022 20:40:21 +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 Sl-jAqqsEvKx for ; Tue, 6 Dec 2022 20:40:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5444584E6F for ; Tue, 6 Dec 2022 20:40:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 518C9FA90; Tue, 6 Dec 2022 20:40:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167035922047910" MIME-Version: 1.0 Date: Tue, 6 Dec 2022 20:40:20 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221206204020.518C9FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167035922047910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Dec 6 20:40:20 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 TODO Log Message: doc: Updated time/py-vdirsyncer to 0.19.0 To generate a diff of this commit: cvs rdiff -u -r1.5991 -r1.5992 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.22394 -r1.22395 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167035922047910 Content-Disposition: inline Content-Length: 1319 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.5991 pkgsrc/doc/CHANGES-2022:1.5992 --- pkgsrc/doc/CHANGES-2022:1.5991 Tue Dec 6 20:34:37 2022 +++ pkgsrc/doc/CHANGES-2022 Tue Dec 6 20:40:19 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.5991 2022/12/06 20:34:37 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.5992 2022/12/06 20:40:19 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -8998,3 +8998,4 @@ Changes to the packages collection and i Added devel/py-aiostream version 0.4.5 [wiz 2022-12-06] Updated www/py-aiohttp to 3.8.3nb1 [wiz 2022-12-06] Added devel/py-test-httpserver version 1.0.6 [wiz 2022-12-06] + Updated time/py-vdirsyncer to 0.19.0 [wiz 2022-12-06] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.22394 pkgsrc/doc/TODO:1.22395 --- pkgsrc/doc/TODO:1.22394 Tue Dec 6 19:38:02 2022 +++ pkgsrc/doc/TODO Tue Dec 6 20:40:19 2022 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.22394 2022/12/06 19:38:02 wiz Exp $ +$NetBSD: TODO,v 1.22395 2022/12/06 20:40:19 wiz Exp $ Suggested new packages ====================== @@ -1292,7 +1292,6 @@ For possible Perl packages updates, see o py-test-django-4.5.2 o py-tokyocabinet-0.6 o py-uliweb-0.6 - o py-vdirsyncer-0.19.0 o py-wxWidgets-4.0.0 o py-yubiauth-0.3.10 o py-yubikey-manager-4.0.2 --_----------=_167035922047910--