From d2456cb9966ca9da66c4ed949f07946fff488534 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 16 Nov 2024 09:28:10 -0500 Subject: [PATCH] python3-quart: update to 0.19.9. --- 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 e0ee0058bf6..a4266cdd9ad 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.6 +version=0.19.9 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=286c098b1da58e88f15de4eb6e92166577c429fa13f20f940afbde54c2a2220f +checksum=309df8ce6aca080fbb3a03b973fac8a28e78e95dd7e0df7e87279b6ea4fc2545 pre_check() { vsed -e '/addopts/d' -i pyproject.toml