python3-Flask-HTTPAuth: update to 4.4.0.
Also fix tests.
This commit is contained in:
parent
ba61308af7
commit
3a560abff8
1 changed files with 3 additions and 2 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-Flask-HTTPAuth'
|
# Template file for 'python3-Flask-HTTPAuth'
|
||||||
pkgname=python3-Flask-HTTPAuth
|
pkgname=python3-Flask-HTTPAuth
|
||||||
version=4.2.0
|
version=4.4.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=Flask-HTTPAuth-${version}
|
wrksrc=Flask-HTTPAuth-${version}
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-Flask"
|
depends="python3-Flask"
|
||||||
|
checkdepends="${depends}"
|
||||||
short_desc="Basic, Digest and Token HTTP authentication for Flask routes"
|
short_desc="Basic, Digest and Token HTTP authentication for Flask routes"
|
||||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
maintainer="mobinmob <mobinmob@disroot.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=8c7e49e53ce7dc14e66fe39b9334e4b7ceb8d0b99a6ba1c3562bb528ef9da84a
|
checksum=bcaaa7a35a3cba0b2eafd4f113b3016bf70eb78087456d96484c3c18928b813a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue