Approved Flask-Script

This commit is contained in:
Armin Ronacher 2010-07-26 13:20:46 +02:00
parent 6aeb6a09af
commit 89ed7e616e
2 changed files with 16 additions and 16 deletions

View file

@ -47,8 +47,22 @@ approving Flask-Markdown
Flask-Genshi
------------
:Last-Review: 2010-07-26
:Reviewed Version: 0.3.1
:First Approval: 2010-07-26
:Last Review: 2010-07-26
:Approved Version: 0.3.1
:Approved License: BSD
Notes: This is the first template engine extension. When others come
around it would be a good idea to decide on a common interface.
Flask-Script
------------
:First Approval: 2010-07-26
:Last Review: 2010-07-26
:Approved Version: 0.3
:Approved License: BSD
Notes: Flask-Actions has some overlap. Consider that when approving
Flask-Actions or similar packages.

View file

@ -91,20 +91,6 @@ Flask-OpenID
Short long description, missing tests.
Flask-Script
------------
:Last-Review: 2010-07-25
:Reviewed Version: 0.2
Would be fine for approval, but the test suite is not part of the sdist
package (missing entry in MANIFEST.in) and the test suite does not respond
to either "make test" or "python setup.py test".
The upcoming 0.3 release looks promising, could need a longer "long
description" in the package index though.
Flask-Testing
-------------