From 1499e8d15ea981d896d05eb33a184d699c734edd Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Mon, 17 Apr 2023 01:12:32 +0200 Subject: [PATCH] python3-curio: update to 1.6. --- srcpkgs/python3-curio/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-curio/template b/srcpkgs/python3-curio/template index 585a4fb1b1f2..a712cbd3ad2d 100644 --- a/srcpkgs/python3-curio/template +++ b/srcpkgs/python3-curio/template @@ -1,7 +1,7 @@ # Template file for 'python3-curio' pkgname=python3-curio -version=1.5 -revision=3 +version=1.6 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" @@ -10,8 +10,9 @@ short_desc="Coroutine-based library for concurrent programming using async/await maintainer="Arjan Mossel " license="BSD-3-Clause" homepage="https://github.com/dabeaz/curio" -distfiles="${PYPI_SITE}/c/curio/curio-${version}.tar.gz" -checksum=af08212e590bb7da8e4cc39c42012711494dc20d622f162155ba296cc2e3bc10 +changelog="https://raw.githubusercontent.com/dabeaz/curio/master/CHANGES" +distfiles="https://github.com/dabeaz/curio/archive/${version}.tar.gz" +checksum=8bf9f1fa8b16f8f9f202c9c7d7189f3757ecc38e3823a0afa363b59acb087123 do_check() { # CI container has different privileges than expected in test_errors()