diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-08-04 00:01:50 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-08-10 05:10:03 +0800 |
commit | f5411f260a1701c26885ef71d2d2499ff8e582cd (patch) | |
tree | 925906de6c9a890d5cb4bff86b6067005e9e7ad4 /lang/python/python-flask-httpauth/Makefile | |
parent | c579a4ab0e71b6112a593969ffb900faa46af7e5 (diff) |
python-flask-httpauth: Update to 4.8.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-flask-httpauth/Makefile')
-rw-r--r-- | lang/python/python-flask-httpauth/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/python-flask-httpauth/Makefile b/lang/python/python-flask-httpauth/Makefile index dd8536c5a..13fd50a50 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 <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 \ |