python3-quart: update to 0.16.2.
This commit is contained in:
parent
250c71966b
commit
2350774645
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-quart'
|
||||
pkgname=python3-quart
|
||||
version=0.16.1
|
||||
version=0.16.2
|
||||
revision=1
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python3-pep517
|
||||
|
@ -15,7 +15,7 @@ license="MIT"
|
|||
homepage="https://gitlab.com/pgjones/quart"
|
||||
changelog="https://gitlab.com/pgjones/quart/-/blob/master/CHANGELOG.rst"
|
||||
distfiles="${homepage}/-/archive/${version}/${pkgname#*-}-${version}.tar.gz"
|
||||
checksum=7a2b31a1d31906228175fb867d487165dcf05094da531106faabbaf6d7d3bfe1
|
||||
checksum=7b3d51c8c9b0faa75c92b019999539de6cf827edb57f0391347e8c0b7b399334
|
||||
|
||||
do_check() {
|
||||
# Tests require dist-info on the package, which is only in the wheel.
|
||||
|
|
Loading…
Reference in New Issue