python3-aiofiles: update to 23.2.1.

This commit is contained in:
Andrew J. Hesford 2023-08-11 09:41:30 -04:00
parent 195fea1c35
commit 8f7a07dfd1

View file

@ -1,9 +1,9 @@
# Template file for 'python3-aiofiles' # Template file for 'python3-aiofiles'
pkgname=python3-aiofiles pkgname=python3-aiofiles
version=23.1.0 version=23.2.1
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-poetry-core" hostmakedepends="hatchling"
depends="python3" depends="python3"
checkdepends="python3-pytest-asyncio" checkdepends="python3-pytest-asyncio"
short_desc="File support for asyncio in Python" short_desc="File support for asyncio in Python"
@ -12,8 +12,4 @@ license="Apache-2.0"
homepage="https://github.com/Tinche/aiofiles" homepage="https://github.com/Tinche/aiofiles"
changelog="https://raw.githubusercontent.com/Tinche/aiofiles/master/README.rst" changelog="https://raw.githubusercontent.com/Tinche/aiofiles/master/README.rst"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=0495ba2c4b28c6e6845e3186b7d77306cb656f0cf711eb98c048064357341fec checksum=0eb90fd1986d3ebb0c744c439fc5d539d799b140ee5b42f121ff15bf3dc3879d
do_check() {
PYTHONPATH=src python3 -m pytest
}