A microframework based on Werkzeug, Jinja2 and good intentions
Flask is a microframework for Python based on Werkzeug, Jinja 2 and good
intentions. And before you ask: It's BSD licensed!
- Developed at devel:languages:python:flask
- Sources inherited from project openSUSE:Factory
-
13
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-Flask && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Flask-1.1.1.tar.gz | 0000625458 611 KB | |
python-Flask.changes | 0000036172 35.3 KB | |
python-Flask.spec | 0000002825 2.76 KB |
Revision 21 (latest revision is 41)
Dominique Leuenberger (dimstar_suse)
accepted
request 717080
from
Tomáš Chvátal (scarabeus_iv)
(revision 21)
- Update to 1.1.1: * The flask.json_available flag was added back for compatibility with some extensions. It will raise a deprecation warning when used, and will be removed in version 2.0.0. #3288 - specfile: * updated version of Werkzeug requirement to 0.15 * AUTHORS file not in tar-ball * license file got renamed to LICENSE.rst * be more specific in %files section - update to version 1.1.0: * Bump minimum Werkzeug version to >= 0.15. * Drop support for Python 3.4. * Error handlers for "InternalServerError" or "500" will always be passed an instance of "InternalServerError". If they are invoked due to an unhandled exception, that original exception is now available as "e.original_exception" rather than being passed directly to the handler. The same is true if the handler is for the base "HTTPException". This makes error handler behavior more consistent. :pr:`3266` + :meth:`Flask.finalize_request` is called for all unhandled exceptions even if there is no "500" error handler. * :attr:`Flask.logger` takes the same name as :attr:`Flask.name` (the value passed as "Flask(import_name)". This reverts 1.0's behavior of always logging to ""flask.app"", in order to support multiple apps in the same process. A warning will be shown if old configuration is detected that needs to be moved. :issue:`2866` * :meth:`flask.RequestContext.copy` includes the current session object in the request context copy. This prevents "session"
Comments 0