From: Jeffery To Date: Thu, 3 Aug 2023 16:01:50 +0000 (+0800) Subject: python-flask-httpauth: Update to 4.8.0 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f5411f260a1701c26885ef71d2d2499ff8e582cd;p=feed%2Fpackages.git python-flask-httpauth: Update to 4.8.0 Signed-off-by: Jeffery To --- diff --git a/lang/python/python-flask-httpauth/Makefile b/lang/python/python-flask-httpauth/Makefile index dd8536c5ae..13fd50a500 100644 --- a/lang/python/python-flask-httpauth/Makefile +++ b/lang/python/python-flask-httpauth/Makefile @@ -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 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 \