python3-yarl: update to 1.8.1.

This commit is contained in:
Andrew J. Hesford 2022-09-19 21:07:56 -04:00
parent 6b3b7d0160
commit 4a9a2d6cff

View file

@ -1,7 +1,7 @@
# Template file for 'python3-yarl' # Template file for 'python3-yarl'
pkgname=python3-yarl pkgname=python3-yarl
version=1.6.3 version=1.8.1
revision=2 revision=1
wrksrc="yarl-${version}" wrksrc="yarl-${version}"
build_style=python3-module build_style=python3-module
pycompile_module="yarl" pycompile_module="yarl"
@ -14,7 +14,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://yarl.readthedocs.io/" homepage="https://yarl.readthedocs.io/"
distfiles="${PYPI_SITE}/y/yarl/yarl-${version}.tar.gz" distfiles="${PYPI_SITE}/y/yarl/yarl-${version}.tar.gz"
checksum=8a9066529240171b68893d60dca86a763eae2139dd42f42106b03cf4b426bf10 checksum=af887845b8c2e060eb5605ff72b6f2dd2aab7a761379373fd89d314f4752abbf
do_check() { do_check() {
vsed -e '/addopts/d' -i setup.cfg vsed -e '/addopts/d' -i setup.cfg