From e4ccf8db97d55ebdb3f7b40b4d42390a33eabd9f Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 12 May 2022 17:20:32 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-flask-login_0.6.0.bb | 15 --------------- .../recipes-devtools/python/python3-flask-login_0.6.1.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-flask-login_0.6.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb b/meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb deleted file mode 100644 index dd295cf2dd..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "User session management for Flask" -DESCRIPTION = "Flask-Login provides user session management for Flask. \ -It handles the common tasks of logging in, logging out, and remembering \ -your users’ sessions over extended periods of time." -HOMEPAGE = " https://github.com/maxcountryman/flask-login" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=8aa87a1cd9fa41d969ad32cfdac2c596" - -SRC_URI[sha256sum] = "aa84fcfb4c3cf09ca58c08e816b7bce73f1349ba1cf13d00d8dffc5872d5fcf6" - -PYPI_PACKAGE = "Flask-Login" - -inherit pypi setuptools3 - -RDEPENDS:${PN}:class-target = "${PYTHON_PN}-flask" 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 @@ +SUMMARY = "User session management for Flask" +DESCRIPTION = "Flask-Login provides user session management for Flask. \ +It handles the common tasks of logging in, logging out, and remembering \ +your users’ sessions over extended periods of time." +HOMEPAGE = " https://github.com/maxcountryman/flask-login" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8aa87a1cd9fa41d969ad32cfdac2c596" + +SRC_URI[sha256sum] = "1306d474a270a036d6fd14f45640c4d77355e4f1c67ca4331b372d3448997b8c" + +PYPI_PACKAGE = "Flask-Login" + +inherit pypi setuptools3 + +RDEPENDS:${PN}:class-target = "${PYTHON_PN}-flask" -- cgit v1.2.3-54-g00ecf