python3-aiostream: update to 0.6.4.

This commit is contained in:
Andrew J. Hesford 2024-11-16 09:26:25 -05:00
parent 31db0682c2
commit 7587d65e4c

View file

@ -1,6 +1,6 @@
# Template file for 'python3-aiostream' # Template file for 'python3-aiostream'
pkgname=python3-aiostream pkgname=python3-aiostream
version=0.6.2 version=0.6.4
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel" hostmakedepends="python3-setuptools python3-wheel"
@ -10,5 +10,5 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://aiostream.readthedocs.io/" homepage="https://aiostream.readthedocs.io/"
distfiles="${PYPI_SITE}/a/aiostream/aiostream-${version}.tar.gz" distfiles="${PYPI_SITE}/a/aiostream/aiostream-${version}.tar.gz"
checksum=481e58c7f94b98f37a81384411ee39336dffb933784753b1cfa0a26f3681cc2c checksum=f99bc6b1b9cea3e70885dc235a233523597555fe4a585ed21d65264b3f1ff3d2
make_check=no # tests do not see custom fixtures make_check=no # tests do not see custom fixtures