From 6934a3683c36416a01f4d2d114cfdf03bf1e0849 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 1 Jan 2018 02:47:10 -0200 Subject: [PATCH] python3-yarl: update to 0.17.0. Closes: #10324 [via git-merge-pr] --- 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 fd89abd4954..b83ba203f16 100644 --- a/srcpkgs/python3-yarl/template +++ b/srcpkgs/python3-yarl/template @@ -1,20 +1,20 @@ # Template file for 'python3-yarl' pkgname=python3-yarl -version=0.16.0 +version=0.17.0 revision=1 wrksrc="yarl-${version}" build_style=python3-module pycompile_module="yarl" hostmakedepends="python3-setuptools python3-Cython" makedepends="python3-devel" -checkdepends="python3-pytest python3-multidict" +checkdepends="python3-pytest python3-multidict python3-idna" depends="python3-multidict" 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=cd945b32095f2eb3537312a4c7565fb71a685c4fde0560fbf984078bbac39a93 +checksum=b0342a56dd3014292b5384cdf4bc8feda61d0eeb9b94ed8924161776dffe58af do_check() { # Ignore the tests that fail due _quote not being found