python3-Flask-HTTPAuth: update to 4.8.0.

This commit is contained in:
Andrew J. Hesford 2023-10-16 11:38:34 -04:00
parent f422be038f
commit 04672572b9
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python3-Flask-HTTPAuth' # Template file for 'python3-Flask-HTTPAuth'
pkgname=python3-Flask-HTTPAuth pkgname=python3-Flask-HTTPAuth
version=4.5.0 version=4.8.0
revision=3 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-Flask" depends="python3-Flask"
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://github.com/miguelgrinberg/Flask-HTTPAuth" homepage="https://github.com/miguelgrinberg/Flask-HTTPAuth"
distfiles="${PYPI_SITE}/f/flask-httpauth/Flask-HTTPAuth-${version}.tar.gz" distfiles="${PYPI_SITE}/f/flask-httpauth/Flask-HTTPAuth-${version}.tar.gz"
checksum=395040fda2854df800d15e84bc4a81a5f32f1d4a5e91eee554936f36f330aa29 checksum=66568a05bc73942c65f1e2201ae746295816dc009edd84b482c44c758d75097a
make_check=no # needs packages not in repo (asgiref) make_check=no # needs packages not in repo (asgiref)
post_install() { post_install() {