From d36089cc230e436fa04400a3d0ce437d668ea4ed Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Mon, 29 Mar 2021 17:00:04 -0400 Subject: [PATCH] python3-zeroconf: update to 0.29.0. --- srcpkgs/python3-zeroconf/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template index 61d6f48cedcf..46e78473d8ce 100644 --- a/srcpkgs/python3-zeroconf/template +++ b/srcpkgs/python3-zeroconf/template @@ -1,14 +1,19 @@ # Template file for 'python3-zeroconf' pkgname=python3-zeroconf -version=0.28.8 +version=0.29.0 revision=1 wrksrc="python-zeroconf-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-ifaddr" +checkdepends="python3-pytest python3-mypy $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=5272431bf88611c722119504504b86738f9366f518781deb24e520e382d1f337 +checksum=b8e7c55f36973362314b7d8cf716a76afea3c91abe9d2f435329dc67b973fe06 + +do_check() { + python3 -m pytest zeroconf/test.py +}