From 30000eb10d0bb71c944d1322e3ad4d8a6406238e Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Wed, 13 Oct 2021 08:31:15 -0400 Subject: [PATCH] python3-zeroconf: update to 0.38.4. --- srcpkgs/python3-zeroconf/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template index a08bf018db1d..acae59ecd99f 100644 --- a/srcpkgs/python3-zeroconf/template +++ b/srcpkgs/python3-zeroconf/template @@ -1,20 +1,21 @@ # Template file for 'python3-zeroconf' pkgname=python3-zeroconf -version=0.30.0 -revision=2 +version=0.38.4 +revision=1 wrksrc="python-zeroconf-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-ifaddr" -checkdepends="python3-pytest python3-mypy $depends" +checkdepends="python3-pytest python3-pytest-cov python3-mypy + python3-pytest-asyncio $depends" short_desc="Pure Python3 implementation of multicast DNS service discovery" maintainer="Karl Nilsson " license="LGPL-2.1-or-later" homepage="https://github.com/jstasiak/python-zeroconf" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=bbb5e15625a96ac4dc4fba33519227ea8a6d1991000af51e976d01d2917a8d82 +checksum=74ead61490a7573d1cab1e9e9ea6fe846be0843c4ddd55633788d4670837c0eb do_check() { # IPv6 doesn't work on github CI - SKIP_IPV6=1 python3 -m pytest zeroconf/test.py + SKIP_IPV6=1 python3 -m pytest tests/ }