diff --git a/extreview/approved.rst b/extreview/approved.rst index 13db5e66..78299933 100644 --- a/extreview/approved.rst +++ b/extreview/approved.rst @@ -100,3 +100,25 @@ Flask-WTF :Approved License: BSD All fine. + + +Flask-Themes +------------ + +:First Approval: 2010-07-27 +:Last Review: 2010-07-27 +:Approved Version: 0.1.2 +:Approved License: MIT + +All fine. + + +Flask-Uploads +------------- + +:First Approval: 2010-07-27 +:Last Review: 2010-07-27 +:Approved Version: 0.1.2 +:Approved License: MIT + +All fine. diff --git a/extreview/listed.rst b/extreview/listed.rst index efd8571b..7510c8ac 100644 --- a/extreview/listed.rst +++ b/extreview/listed.rst @@ -64,28 +64,6 @@ Flask-OpenID Short long description, missing tests. -Flask-Themes ------------- - -:Last-Review: 2010-07-25 -:Reviewed Version: 0.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". - - -Flask-Uploads -------------- - -:Last-Review: 2010-07-25 -:Reviewed Version: 0.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". - - Flask-XML-RPC -------------