summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask_3.0.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-flask: upgrade 3.0.0 -> 3.0.1Wang Mingyu2024-01-231-25/+0
| | | | | | | | | | | | Changelog: =========== -Correct type for path argument to send_file. -Fix a typo in an error message for the flask run --key option. -Session data is untagged without relying on the built-in json.loads object_hook. -Address more type findings when using mypy strict mode. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask: upgrade 2.3.3 -> 3.0.0Wang Mingyu2024-01-021-0/+25
Changelog: ============ -Remove previously deprecated code. -Deprecate the __version__ attribute. Use feature detection, or importlib.metadata.version("flask"), instead. -Restructure the code such that the Flask (app) and Blueprint classes have Sans-IO bases. -Allow self as an argument to url_for. -Require Werkzeug >= 3.0.0. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>