diff options
| author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-05-12 17:20:32 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-05-14 08:17:25 -0700 |
| commit | e4ccf8db97d55ebdb3f7b40b4d42390a33eabd9f (patch) | |
| tree | 1d3583e0d733602f6f2375ddc3df23937e47fc79 /meta-python/recipes-devtools/python/python3-flask-login_0.6.1.bb | |
| parent | 716ace7843eaaa6ebbe1a2ce32a2f2b2312d721a (diff) | |
| download | meta-openembedded-e4ccf8db97d55ebdb3f7b40b4d42390a33eabd9f.tar.gz | |
python3-flask-login: upgrade 0.6.0 -> 0.6.1
Changelog:
==========
Only preserve subdomain or host view args in unauthorized redirect
The new utility function login_remembered returns True if the current login is remembered across sessions.
Fix side effect potentially executing view twice for same request.
Clarify usage of FlaskLoginClient test client in docs.
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-login_0.6.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-login_0.6.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-login_0.6.1.bb b/meta-python/recipes-devtools/python/python3-flask-login_0.6.1.bb new file mode 100644 index 0000000000..d19acd9b64 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-login_0.6.1.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "User session management for Flask" | ||
| 2 | DESCRIPTION = "Flask-Login provides user session management for Flask. \ | ||
| 3 | It handles the common tasks of logging in, logging out, and remembering \ | ||
| 4 | your users’ sessions over extended periods of time." | ||
| 5 | HOMEPAGE = " https://github.com/maxcountryman/flask-login" | ||
| 6 | LICENSE = "MIT" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8aa87a1cd9fa41d969ad32cfdac2c596" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "1306d474a270a036d6fd14f45640c4d77355e4f1c67ca4331b372d3448997b8c" | ||
| 10 | |||
| 11 | PYPI_PACKAGE = "Flask-Login" | ||
| 12 | |||
| 13 | inherit pypi setuptools3 | ||
| 14 | |||
| 15 | RDEPENDS:${PN}:class-target = "${PYTHON_PN}-flask" | ||
