diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template index b83ba203f16..763c31963e9 100644 --- a/srcpkgs/python3-yarl/template +++ b/srcpkgs/python3-yarl/template @@ -1,6 +1,6 @@ # Template file for 'python3-yarl' pkgname=python3-yarl -version=0.17.0 +version=1.0.0 revision=1 wrksrc="yarl-${version}" build_style=python3-module @@ -8,13 +8,13 @@ pycompile_module="yarl" hostmakedepends="python3-setuptools python3-Cython" makedepends="python3-devel" checkdepends="python3-pytest python3-multidict python3-idna" -depends="python3-multidict" +depends="python3-multidict python3-idna" short_desc="Yet another URL library" maintainer="Michael Aldridge " license="Apache-2.0" homepage="https://yarl.readthedocs.io/" distfiles="https://github.com/aio-libs/yarl/archive/v${version}.tar.gz" -checksum=b0342a56dd3014292b5384cdf4bc8feda61d0eeb9b94ed8924161776dffe58af +checksum=a7f7e2aaf3fcf7486bf22a20bafad399b8ee4a763113290ca82032936684f289 do_check() { # Ignore the tests that fail due _quote not being found