From 8b0369d511cf3354ab943e3236ab78cf935e54ba Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 20 Nov 2021 18:22:45 +0200 Subject: [PATCH] python3-Flask-HTTPAuth: update to 4.5.0, orphan. Also: - disable tests. --- srcpkgs/python3-Flask-HTTPAuth/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template index 8245bda8dcecd8..22dfe8a3185681 100644 --- a/srcpkgs/python3-Flask-HTTPAuth/template +++ b/srcpkgs/python3-Flask-HTTPAuth/template @@ -1,18 +1,18 @@ # Template file for 'python3-Flask-HTTPAuth' pkgname=python3-Flask-HTTPAuth -version=4.4.0 -revision=2 +version=4.5.0 +revision=1 wrksrc=Flask-HTTPAuth-${version} build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-Flask" -checkdepends="${depends}" short_desc="Basic, Digest and Token HTTP authentication for Flask routes" -maintainer="mobinmob " +maintainer="Orphaned " license="MIT" homepage="https://github.com/miguelgrinberg/Flask-HTTPAuth" distfiles="${PYPI_SITE}/f/flask-httpauth/Flask-HTTPAuth-${version}.tar.gz" -checksum=bcaaa7a35a3cba0b2eafd4f113b3016bf70eb78087456d96484c3c18928b813a +checksum=395040fda2854df800d15e84bc4a81a5f32f1d4a5e91eee554936f36f330aa29 +make_check=no # needs packages not in repo (asgiref) post_install() { vlicense LICENSE