python3-quart: update to 0.16.1.

This commit is contained in:
Andrew J. Hesford 2021-11-19 08:25:17 -05:00
parent bd3d66e6d3
commit 56ed59cfda

View file

@ -1,6 +1,6 @@
# Template file for 'python3-quart' # Template file for 'python3-quart'
pkgname=python3-quart pkgname=python3-quart
version=0.16.0 version=0.16.1
revision=1 revision=1
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=python3-pep517 build_style=python3-pep517
@ -15,7 +15,7 @@ license="MIT"
homepage="https://gitlab.com/pgjones/quart" homepage="https://gitlab.com/pgjones/quart"
changelog="https://gitlab.com/pgjones/quart/-/blob/master/CHANGELOG.rst" changelog="https://gitlab.com/pgjones/quart/-/blob/master/CHANGELOG.rst"
distfiles="${homepage}/-/archive/${version}/${pkgname#*-}-${version}.tar.gz" distfiles="${homepage}/-/archive/${version}/${pkgname#*-}-${version}.tar.gz"
checksum=a526dbb39e266b30f873d73f7c7e394cf7819a4de1444b892488f4cdd0b7e162 checksum=7a2b31a1d31906228175fb867d487165dcf05094da531106faabbaf6d7d3bfe1
do_check() { do_check() {
# Tests require dist-info on the package, which is only in the wheel. # Tests require dist-info on the package, which is only in the wheel.