python3-zeroconf: update to 0.29.0.

This commit is contained in:
Karl Nilsson 2021-03-29 17:00:04 -04:00 committed by Érico Nogueira Rolim
parent 380a6100b7
commit 0333767829

View file

@ -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 <karl.robert.nilsson@gmail.com>"
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
}