Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id B175963B95F for ; Wed, 20 May 2009 13:38:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 5DA5863B104; Wed, 20 May 2009 13:38:49 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id D578963B138 for ; Wed, 20 May 2009 13:38:47 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A2826175D0; Wed, 20 May 2009 13:38:47 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 20 May 2009 13:38:47 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/time/py-icalendar To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20090520133847.A2826175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Wed May 20 13:38:47 UTC 2009 Modified Files: pkgsrc/time/py-icalendar: Makefile PLIST distinfo Added Files: pkgsrc/time/py-icalendar/patches: patch-aa Log Message: Update to 2.0.1, prodded by Daniel A Graham, and include a portability patch for Python 2.6 by him. iCalendar 2.0.1 (2008-07-11) ============================ API Changes: * EXDATE and RDATE now returns a vDDDLists object, which contains a list of vDDDTypes objects. This is do that EXDATE and RDATE can contain lists of dates, as per RFC. ***Note!***: This change is incompatible with earlier behavior, so if you handle EXDATE and RDATE you will need to update your code. * When createing a vDuration of -5 hours (which in itself is nonsensical), the ical output of that was -P1DT19H, which is correct, but ugly. Now it's '-PT5H', which is prettier. * Made the tests run under Python 2.5+ * Renamed the UTC class to Utc, so it would not clash with the UTC object, since that rendered the UTC object unpicklable. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/time/py-icalendar/Makefile \ pkgsrc/time/py-icalendar/PLIST pkgsrc/time/py-icalendar/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/time/py-icalendar/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.