summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-login_0.6.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-flask-login: upgrade 0.6.1 -> 0.6.2zhengruoqin2022-08-061-0/+15
Changelog: ========== -Fix compatibility with Werkzeug 2.2 and Flask 2.2. #691 -Revert change to expand_login_view that attempted to preserve a dynamic subdomain value. Such values should be handled using app.url_value_preprocessor and app.url_defaults. #691 -Ensure deprecation warnings are present for deprecated features that will be removed in the next feature release. -Use request_loader instead of header_loader. -Use user_loaded_from_request instead of user_loaded_from_header. -Use app.config["LOGIN_DISABLED"] instead of _login_disabled. -Use init_app instead of setup_app. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>