Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-flask: upgrade 2.3.3 -> 3.0.0 | Wang Mingyu | 2024-01-02 | 1 | -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 check | Derek Straka | 2023-12-22 | 1 | -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.3 | Derek Straka | 2023-09-29 | 1 | -0/+22 |
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> |