From 89ed7e616e8b1bd16285703e44ecb40c953671cb Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 26 Jul 2010 13:20:46 +0200 Subject: [PATCH] Approved Flask-Script --- extreview/approved.rst | 18 ++++++++++++++++-- extreview/listed.rst | 14 -------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/extreview/approved.rst b/extreview/approved.rst index a23f5cf8..0e404ac8 100644 --- a/extreview/approved.rst +++ b/extreview/approved.rst @@ -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. diff --git a/extreview/listed.rst b/extreview/listed.rst index c5b38b02..f39a0e20 100644 --- a/extreview/listed.rst +++ b/extreview/listed.rst @@ -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 -------------