Subject: CVS commit: pkgsrc/www/py-flask-flatpages
From: Klaus Klein
Date: 2015-03-02 14:37:17
Message id: 20150302133717.6C93B98@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.5modifypkgsrc/www/py-flask-flatpages/Makefile
1.3modifypkgsrc/www/py-flask-flatpages/PLIST
1.5modifypkgsrc/www/py-flask-flatpages/distinfo
1.1removepkgsrc/www/py-flask-flatpages/patches/patch-flask__flatpages_____init____.py