From e58b04a8c369e92c1cd9c190e2dd1991c7760aee Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 12 Sep 2018 00:57:16 -0300 Subject: [PATCH] python3-multidict: update to 4.4.0. --- srcpkgs/python3-multidict/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template index 5772113c14b..3531c8dbbbb 100644 --- a/srcpkgs/python3-multidict/template +++ b/srcpkgs/python3-multidict/template @@ -1,22 +1,21 @@ # Template file for 'python3-multidict' pkgname=python3-multidict -version=4.3.1 +version=4.4.0 revision=1 wrksrc="multidict-${version}" build_style=python3-module pycompile_module="multidict" hostmakedepends="python3-Cython python3-setuptools" makedepends="python3-devel" -checkdepends="python3-pytest python3-perf" +checkdepends="python3-pytest python3-perf python3-coverage python3-pytest-cov" short_desc="Multidict implementation from aiohttp" maintainer="Michael Aldridge " license="Apache-2.0" #changelog="https://raw.githubusercontent.com/aio-libs/multidict/master/docs/changes.rst" homepage="https://github.com/aio-libs/multidict" distfiles="https://github.com/aio-libs/multidict/archive/v${version}.tar.gz" -checksum=2d4f7249a11bd4387e2bbb8a29267be927db86b50d1beff9c0f6b53e00d81a65 +checksum=d2346c1ee53b352f3e51e80c14400853d13a32c01c497375ded16082fde97211 do_check() { - sed -i 's|--cov=multidict||g' pytest.ini python3 setup.py test }