Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 62F2BA6551 for ; Mon, 2 Mar 2015 13:37:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 13DF314A21C; Mon, 2 Mar 2015 13:37:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F1FC14A209 for ; Mon, 2 Mar 2015 13:37:18 +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 B6N7Nx7OS1sw for ; Mon, 2 Mar 2015 13:37:17 +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 6F55D14A1E6 for ; Mon, 2 Mar 2015 13:37:17 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6C93B98; Mon, 2 Mar 2015 13:37:17 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 2 Mar 2015 13:37:17 +0000 From: "Klaus Klein" Subject: CVS commit: pkgsrc/www/py-flask-flatpages To: pkgsrc-changes@NetBSD.org Reply-To: kleink@netbsd.org X-Mailer: log_accum Message-Id: <20150302133717.6C93B98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: kleink Date: Mon Mar 2 13:37:17 UTC 2015 Modified Files: pkgsrc/www/py-flask-flatpages: Makefile PLIST distinfo Removed Files: pkgsrc/www/py-flask-flatpages/patches: patch-flask__flatpages_____init____.py Log Message: Update py-flask-flatpages to 0.6. Version 0.6 ~~~~~~~~~~~ Released on 2015-02-09 * Python 3 support. * Allow multiple file extensions for FlatPages. * The renderer function now optionally takes a third argument, namely the :class:`Page` instance. * It is now possible to instantiate multiple instances of :class:`FlatPages` with different configurations. This is done by specifying an additional parameter ``name`` to the initializer and adding the same name in uppercase to the respective Flask configuration settings. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-flask-flatpages/Makefile \ pkgsrc/www/py-flask-flatpages/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-flask-flatpages/PLIST cvs rdiff -u -r1.1 -r0 \ pkgsrc/www/py-flask-flatpages/patches/patch-flask__flatpages_____init____.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.