summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-login_0.4.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-flask-login: Upgrade 0.4.1 -> 0.5.0Leon Anavi2020-08-131-16/+0
| | | | | | | | | | | | | | | | | | | | Upgrade to release 0.5.0: - New custom test client: `flask_login.FlaskLoginClient`. You can use this to write clearer automated tests. - Prefix authenticated user_id, remember, and remember_seconds in Flask Session with underscores to prevent accidental usage in application code. - Simplify user loading. - Various documentation improvements. - Set session ID when setting next. - Clear session identifier on logout. - Ensure use of a safe and up-to-date version of Flask. - Drop support of Python versions: 2.6, 3.3, 3.4 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-flask-login: Consolidate in a single fileLeon Anavi2020-08-131-1/+15
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python-flask-login: update to version 0.4.1Derek Straka2017-12-271-0/+2
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>