python-flask-httpauth: Update to 4.8.0

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

View File

@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python3-flask-httpauth
PKG_VERSION:=4.2.0
PKG_NAME:=python-flask-httpauth
PKG_VERSION:=4.8.0
PKG_RELEASE:=1
PYPI_NAME:=Flask-HTTPAuth
PKG_HASH:=8c7e49e53ce7dc14e66fe39b9334e4b7ceb8d0b99a6ba1c3562bb528ef9da84a
PKG_HASH:=66568a05bc73942c65f1e2201ae746295816dc009edd84b482c44c758d75097a
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
PKG_LICENSE:=MIT
@ -26,7 +26,7 @@ define Package/python3-flask-httpauth
SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
TITLE:=Basic and Digest HTTP authentication for Flask routes
TITLE:=HTTP authentication for Flask routes
URL:=https://github.com/miguelgrinberg/flask-httpauth
DEPENDS:= \
+python3-light \