python3-curio: update to 1.6.

This commit is contained in:
Arjan Mossel 2023-04-17 01:12:32 +02:00 committed by classabbyamp
parent f27919102a
commit 9ff12d746e

View file

@ -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 <arjanmossel@gmail.com>"
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()