Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id AFEC87A3D8 for ; Wed, 13 Apr 2016 18:08:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 636C985EDC; Wed, 13 Apr 2016 18:08:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E734A85EBA for ; Wed, 13 Apr 2016 18:08:05 +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 lvJAIK8xmA7R for ; Wed, 13 Apr 2016 18:08:05 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8713784CE5 for ; Wed, 13 Apr 2016 18:08:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7DB8BFBBA; Wed, 13 Apr 2016 18:08:05 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 13 Apr 2016 18:08:05 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/time/py-vdirsyncer To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160413180805.7DB8BFBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Wed Apr 13 18:08:05 UTC 2016 Modified Files: pkgsrc/time/py-vdirsyncer: Makefile PLIST distinfo Log Message: Update py-vdirsyncer to 0.9.3. Version 0.9.3 ============= *released on 22 March 2016* - :storage:`singlefile` and :storage:`http` now handle recurring events properly. - Fix a typo in the packaging guidelines. - Moved to ``pimutils`` organization on GitHub. Old links *should* redirect, but be aware of client software that doesn't properly handle redirects. Version 0.9.2 ============= *released on 13 March 2016* - Fixed testsuite for environments that don't have any web browser installed. See :ghpr:`384`. Version 0.9.1 ============= *released on 13 March 2016* - Removed leftover debug print statement in ``vdirsyncer discover``, see commit ``3d856749f37639821b148238ef35f1acba82db36``. - ``metasync`` will now strip whitespace from the start and the end of the values. See :gh:`358`. - New ``Packaging Guidelines`` have been added to the documentation. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/time/py-vdirsyncer/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/time/py-vdirsyncer/PLIST cvs rdiff -u -r1.23 -r1.24 pkgsrc/time/py-vdirsyncer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.