From 50378fee900c7a48e802de355a65444cc5a7a170 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sun, 10 Apr 2022 22:44:47 +0200 Subject: python3-flask-login: update to 0.6.0 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-flask-login_0.5.0.bb | 16 ---------------- .../recipes-devtools/python/python3-flask-login_0.6.0.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb b/meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb deleted file mode 100644 index b03929104d..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb +++ /dev/null @@ -1,16 +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[md5sum] = "a2d94aa6ae935345ebc68eb3cbb5fccd" -SRC_URI[sha256sum] = "6d33aef15b5bcead780acc339464aae8a6e28f13c90d8b1cf9de8b549d1c0b4b" - -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.0.bb b/meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb new file mode 100644 index 0000000000..dd295cf2dd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-login_0.6.0.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] = "aa84fcfb4c3cf09ca58c08e816b7bce73f1349ba1cf13d00d8dffc5872d5fcf6" + +PYPI_PACKAGE = "Flask-Login" + +inherit pypi setuptools3 + +RDEPENDS:${PN}:class-target = "${PYTHON_PN}-flask" -- cgit v1.2.3-54-g00ecf