python3-pytest-aiohttp: update to 1.0.5.

This commit is contained in:
Tim Sandquist 2024-01-09 19:27:04 -06:00 committed by Andrew J. Hesford
parent ff322de4d6
commit 0ab81ad569

View file

@ -1,7 +1,7 @@
# Template file for 'python3-pytest-aiohttp' # Template file for 'python3-pytest-aiohttp'
pkgname=python3-pytest-aiohttp pkgname=python3-pytest-aiohttp
version=1.0.4 version=1.0.5
revision=3 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools_scm python3-wheel" hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-pytest python3-aiohttp python3-pytest-asyncio" depends="python3-pytest python3-aiohttp python3-pytest-asyncio"
@ -11,6 +11,6 @@ maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://github.com/aio-libs/pytest-aiohttp/" homepage="https://github.com/aio-libs/pytest-aiohttp/"
distfiles="${PYPI_SITE}/p/pytest-aiohttp/pytest-aiohttp-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pytest-aiohttp/pytest-aiohttp-${version}.tar.gz"
checksum=39ff3a0d15484c01d1436cbedad575c6eafbf0f57cdf76fb94994c97b5b8c5a4 checksum=880262bc5951e934463b15e3af8bb298f11f7d4d3ebac970aab425aff10a780a
# Tests require package be installed (but they succeed in that case) # Tests require package be installed (but they succeed in that case)
make_check=no make_check=no