From 74a37e73030e5e634b5438206fd85860fd06db97 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 18 Jan 2018 19:37:30 +0100 Subject: [PATCH] python3-yarl: update to 1.0.0 Add missing dependency to idna. --- srcpkgs/python3-yarl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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