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-2.0.3.tar.gz | 0000629304 615 KB | |
python-Flask.changes | 0000045486 44.4 KB | |
python-Flask.spec | 0000003306 3.23 KB |
Revision 28 (latest revision is 41)
Dominique Leuenberger (dimstar_suse)
accepted
request 954385
from
Matej Cepl (mcepl)
(revision 28)
- Update to 2.0.3 * The test client's ``as_tuple`` parameter is deprecated and will be removed in Werkzeug 2.1. It is now also deprecated in Flask, to be removed in Flask 2.1, while remaining compatible with both in 2.0.x. Use ``response.request.environ`` instead. PR#4341 * Fix type annotation for ``errorhandler`` decorator. #4295 * Revert a change to the CLI that caused it to hide ``ImportError`` tracebacks when importing the application. #4307 * ``app.json_encoder`` and ``json_decoder`` are only passed to ``dumps`` and ``loads`` if they have custom behavior. This improves performance, mainly on PyPy. #4349 * Clearer error message when ``after_this_request`` is used outside a request context. #4333
Comments 0