Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id C22B563BBBD for ; Sat, 14 Aug 2010 12:39:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 7A0AF63B104; Sat, 14 Aug 2010 12:39:02 +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 6D0ED63B100 for ; Sat, 14 Aug 2010 12:39:01 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5067C175DD; Sat, 14 Aug 2010 12:39:01 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sat, 14 Aug 2010 12:39:01 +0000 From: OBATA Akio Subject: CVS commit: pkgsrc/devel/py-xdg To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20100814123901.5067C175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: obache Date: Sat Aug 14 12:39:01 UTC 2010 Modified Files: pkgsrc/devel/py-xdg: DESCR Makefile PLIST distinfo Log Message: Update py-xdg to 0.19. Based on PR#43747 by Kamel Derouiche. Version 0.19 * IniFile.py: add support for trusted desktop files (thanks to karl mikaelsson) * DesktopEntry.py: Support spec version 1.0, Debian bug #563660 * MimeType.py: Fix parsing of in memory data, Debian bug #563718 * DesktopEntry.py: Fix constructor, Debian bug #551297, #562951, #562952 Version 0.18 * DesktopEntry.py: Add getMimeTypes() method, correctly returning strings * DesktopEntry.py: Deprecated getMimeType() returning list of regex * Menu.py: Add support for XDG_MENU_PREFIX * Mime.py: Add get_type_by_contents() To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/py-xdg/DESCR \ pkgsrc/devel/py-xdg/Makefile pkgsrc/devel/py-xdg/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-xdg/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.