From 089a10840fd83f1f50f8cea43ca48db23554b833 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 2 Apr 2024 13:26:52 -0400 Subject: [PATCH] python3-quart: update to 0.19.5. --- srcpkgs/python3-quart/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template index 3d0a2806108..f02c14fc4b8 100644 --- a/srcpkgs/python3-quart/template +++ b/srcpkgs/python3-quart/template @@ -1,6 +1,6 @@ # Template file for 'python3-quart' pkgname=python3-quart -version=0.19.4 +version=0.19.5 revision=1 build_style=python3-pep517 hostmakedepends="python3-poetry-core" @@ -14,7 +14,7 @@ license="MIT" homepage="https://quart.palletsprojects.com/en/latest/" changelog="https://raw.githubusercontent.com/pallets/quart/main/CHANGES.rst" distfiles="https://github.com/pallets/quart/archive/refs/tags/${version}.tar.gz" -checksum=ed9157ea47c35efd287fa706df4e20dae3039ba91d7a28b686dea208e7151e13 +checksum=bae11d2fff02a3a77bd8fde01f276b7ba451242384aae0fa7788279b71609379 pre_check() { vsed -e '/addopts/d' -i pyproject.toml