From 1d439b5e081b67e8cbf4e560ea48e16262d3143b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sat, 8 Mar 2025 16:32:14 -0300 Subject: [PATCH] python3-outcome: update to 1.3.0.post0, fix deps. --- srcpkgs/python3-outcome/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-outcome/template b/srcpkgs/python3-outcome/template index 5976562a5dc..37f235a4871 100644 --- a/srcpkgs/python3-outcome/template +++ b/srcpkgs/python3-outcome/template @@ -1,17 +1,18 @@ # Template file for 'python3-outcome' pkgname=python3-outcome -version=1.2.0 -revision=3 -build_style=python3-module +version=1.3.0.post0 +revision=1 +build_style=python3-pep517 hostmakedepends="python3-setuptools" -depends="python3" -checkdepends="python3-pytest python3-pytest-cov python3-pytest-asyncio" +depends="python3-attrs" +checkdepends="$depends python3-pytest python3-pytest-cov python3-pytest-asyncio" short_desc="Capture the outcome of Python function calls" maintainer="Arjan Mossel " license="Apache-2.0, MIT" homepage="https://github.com/python-trio/outcome" +changelog="https://raw.githubusercontent.com/python-trio/outcome/refs/heads/master/docs/source/history.rst" distfiles="${PYPI_SITE}/o/outcome/outcome-${version}.tar.gz" -checksum=6f82bd3de45da303cf1f771ecafa1633750a358436a8bb60e06a1ceb745d2672 +checksum=9dcf02e65f2971b80047b377468e72a268e15c0af3cf1238e6ff14f7f91143b8 post_install() { vlicense LICENSE