diff --git a/extreview/approved.rst b/extreview/approved.rst index 0e404ac8..59dc2e54 100644 --- a/extreview/approved.rst +++ b/extreview/approved.rst @@ -66,3 +66,15 @@ Flask-Script Notes: Flask-Actions has some overlap. Consider that when approving Flask-Actions or similar packages. + + +Flask-CouchDB +------------- + +:First Approval: 2010-07-26 +:Last Review: 2010-07-26 +:Approved Version: 0.2.1 +:Approved License: MIT + +There is also Flask-CouchDBKit. Both are fine because they are doing +different things, but the latter is not yet approved. diff --git a/extreview/listed.rst b/extreview/listed.rst index f39a0e20..c4a436c8 100644 --- a/extreview/listed.rst +++ b/extreview/listed.rst @@ -57,22 +57,6 @@ Considered for unlisting, improved version should release as as a testsuite. -flask-mail ----------- - -:Last-Review: 2010-07-25 -:Reviewed Version: 0.3.1 - -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". Furthermore the long -description in the package index is a little bit too short. - -Package name should be changed to Flask-Mail with the approval to be -consistent, this might also be the change to improve the API if necessary, -but I don't see any big design problems there. - - Flask-OAuth -----------