From 801bf6f23d991f0c7dfeb1ed64967f7e2a13b182 Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Fri, 30 Sep 2022 17:24:35 -0400 Subject: [PATCH] python3-zeroconf: update to 0.39.1. --- srcpkgs/python3-zeroconf/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template index b470258cd747..3c45e53515c1 100644 --- a/srcpkgs/python3-zeroconf/template +++ b/srcpkgs/python3-zeroconf/template @@ -1,11 +1,11 @@ # Template file for 'python3-zeroconf' pkgname=python3-zeroconf -version=0.38.7 +version=0.39.1 revision=1 wrksrc="python-zeroconf-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-ifaddr" +depends="python3-ifaddr python3-async-timeout" checkdepends="python3-pytest python3-pytest-cov python3-mypy python3-pytest-asyncio $depends" short_desc="Pure Python3 implementation of multicast DNS service discovery" @@ -13,7 +13,7 @@ maintainer="Karl Nilsson " license="LGPL-2.1-or-later" homepage="https://github.com/jstasiak/python-zeroconf" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=a5e2fa56c1c61346a9df37737dc451d3107e8ee646b746495ffe07a4ff3d3324 +checksum=c1e1f1720f48833a9c6410c3f400ef18aaf6957b8a54fb3ef131c4e18c9fd914 do_check() { # IPv6 doesn't work on github CI