summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-login_0.6.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-11-04 13:28:55 -0700
committerKhem Raj <raj.khem@gmail.com>2023-11-06 08:47:42 -0800
commitcdf761d9d27c184476de0c82a573f9b00284e987 (patch)
treed3077ad3a7552ba7dbf17e2e1eeca87e5c1f7405 /meta-python/recipes-devtools/python/python3-flask-login_0.6.3.bb
parent49e3f92466a0db981d8627758a3d50f2cdb6846b (diff)
downloadmeta-openembedded-cdf761d9d27c184476de0c82a573f9b00284e987.tar.gz
python3-flask-login: upgrade 0.6.2 -> 0.6.3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-login_0.6.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-login_0.6.3.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-login_0.6.3.bb b/meta-python/recipes-devtools/python/python3-flask-login_0.6.3.bb
new file mode 100644
index 0000000000..458ba46b2b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-login_0.6.3.bb
@@ -0,0 +1,15 @@
1SUMMARY = "User session management for Flask"
2DESCRIPTION = "Flask-Login provides user session management for Flask. \
3It handles the common tasks of logging in, logging out, and remembering \
4your users’ sessions over extended periods of time."
5HOMEPAGE = " https://github.com/maxcountryman/flask-login"
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=8aa87a1cd9fa41d969ad32cfdac2c596"
8
9SRC_URI[sha256sum] = "5e23d14a607ef12806c699590b89d0f0e0d67baeec599d75947bf9c147330333"
10
11PYPI_PACKAGE = "Flask-Login"
12
13inherit pypi setuptools3
14
15RDEPENDS:${PN}:class-target = "${PYTHON_PN}-flask"