python3-quart: update to 0.18.3.

This commit is contained in:
Andrew J. Hesford 2022-10-11 14:37:06 -04:00
parent 176d850f56
commit c7e1da1b43

View file

@ -1,6 +1,6 @@
# Template file for 'python3-quart' # Template file for 'python3-quart'
pkgname=python3-quart pkgname=python3-quart
version=0.18.0 version=0.18.3
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://quart.palletsprojects.com/en/latest/" homepage="https://quart.palletsprojects.com/en/latest/"
changelog="https://raw.githubusercontent.com/pallets/quart/main/CHANGES.rst" changelog="https://raw.githubusercontent.com/pallets/quart/main/CHANGES.rst"
distfiles="https://github.com/pallets/quart/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/pallets/quart/archive/refs/tags/${version}.tar.gz"
checksum=f462bd0c793c34dff71ba3a9956b809e905072595a17541a991a9574f6bd0762 checksum=68ce4e6f786d5bf4a6056569e07e7055e1dfbb7136a531a18087345d8ba34c5c
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.