python3-yarl: update to 0.17.0.

Closes: #10324 [via git-merge-pr]
This commit is contained in:
maxice8 2018-01-01 02:47:10 -02:00 committed by Jürgen Buchmüller
parent 967e18766c
commit 6934a3683c
1 changed files with 3 additions and 3 deletions

View File

@ -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 <maldridge@VoidLinux.eu>"
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