summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask_2.3.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-flask: upgrade 2.3.3 -> 3.0.0Wang Mingyu2024-01-021-25/+0
| | | | | | | | | | | | | | | 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>
* python3-flask: fix upstream uri and version checkDerek Straka2023-12-221-0/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask: update version 2.3.2 -> 2.3.3Derek Straka2023-09-291-0/+22
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>