python-flask-login: Update to 0.6.2, update list of dependencies

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2023-08-04 00:03:55 +08:00 committed by Tianling Shen
parent f5411f260a
commit d91ddd5d75
1 changed files with 5 additions and 5 deletions

View File

@ -9,11 +9,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-flask-login
PKG_VERSION:=0.5.0
PKG_RELEASE:=2
PKG_VERSION:=0.6.2
PKG_RELEASE:=1
PYPI_NAME:=Flask-Login
PKG_HASH:=6d33aef15b5bcead780acc339464aae8a6e28f13c90d8b1cf9de8b549d1c0b4b
PKG_HASH:=c0a7baa9fdc448cdd3dd6f0939df72eec5177b2f7abe6cb82fc934d29caac9c3
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
PKG_LICENSE:=MIT
@ -27,9 +27,9 @@ define Package/python3-flask-login
SECTION:=lang
CATEGORY:=Languages
SUBMENU:=Python
TITLE:=User session management plugin for Flask
TITLE:=User authentication and session management for Flask
URL:=https://github.com/maxcountryman/flask-login
DEPENDS:=+python3-light +python3-flask
DEPENDS:=+python3-light +python3-urllib +python3-flask +python3-werkzeug
endef
define Package/python3-flask-login/description