Received: by mail.netbsd.org (Postfix, from userid 605) id 22DA184EFA; Wed, 10 Aug 2022 09:14:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5E86784EA7 for ; Wed, 10 Aug 2022 09:14:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id SpJQiPKLro31 for ; Wed, 10 Aug 2022 09:14:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CE12484D16 for ; Wed, 10 Aug 2022 09:14:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C7DEBFB1A; Wed, 10 Aug 2022 09:14:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1660122863286010" MIME-Version: 1.0 Date: Wed, 10 Aug 2022 09:14:23 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-zeroconf To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220810091423.C7DEBFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1660122863286010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Aug 10 09:14:23 UTC 2022 Modified Files: pkgsrc/net/py-zeroconf: Makefile distinfo Log Message: py-zeroconf: updated to 0.39.0 0.39.0 Technically backwards incompatible: Switch to using async_timeout for timeouts Significantly reduces the number of asyncio tasks that are created when using ServiceInfo or AsyncServiceInfo To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/py-zeroconf/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/py-zeroconf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1660122863286010 Content-Disposition: inline Content-Length: 1874 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-zeroconf/Makefile diff -u pkgsrc/net/py-zeroconf/Makefile:1.30 pkgsrc/net/py-zeroconf/Makefile:1.31 --- pkgsrc/net/py-zeroconf/Makefile:1.30 Wed Jul 13 20:34:07 2022 +++ pkgsrc/net/py-zeroconf/Makefile Wed Aug 10 09:14:23 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2022/07/13 20:34:07 adam Exp $ +# $NetBSD: Makefile,v 1.31 2022/08/10 09:14:23 adam Exp $ -DISTNAME= zeroconf-0.38.7 +DISTNAME= zeroconf-0.39.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=z/zeroconf/} @@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/jstasiak/py COMMENT= Pure Python Multicast DNS Service Discovery Library LICENSE= gnu-lgpl-v2 +DEPENDS+= ${PYPKGPREFIX}-async-timeout>=4.0.1:../../devel/py-async-timeout DEPENDS+= ${PYPKGPREFIX}-ifaddr>=0.1.7:../../net/py-ifaddr USE_LANGUAGES= # none Index: pkgsrc/net/py-zeroconf/distinfo diff -u pkgsrc/net/py-zeroconf/distinfo:1.31 pkgsrc/net/py-zeroconf/distinfo:1.32 --- pkgsrc/net/py-zeroconf/distinfo:1.31 Wed Jul 13 20:34:07 2022 +++ pkgsrc/net/py-zeroconf/distinfo Wed Aug 10 09:14:23 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.31 2022/07/13 20:34:07 adam Exp $ +$NetBSD: distinfo,v 1.32 2022/08/10 09:14:23 adam Exp $ -BLAKE2s (zeroconf-0.38.7.tar.gz) = c329849931b62d37acf21954ce77fa4d2405886f93cf17df4f3ed9dc1ae1f6a9 -SHA512 (zeroconf-0.38.7.tar.gz) = 5f69e18e93855ae7eeba2347801abd6e09b0814fdadcba05866f3e808ed6f80cdb41c82b051ff3f79422537dfd076a3ae2ce4dfab6ce82576388106599abb0f7 -Size (zeroconf-0.38.7.tar.gz) = 107332 bytes +BLAKE2s (zeroconf-0.39.0.tar.gz) = 9b5442b67c9a4cbe4fc172a1959ac36d264f860eb9bef24633a8d2bc277e7270 +SHA512 (zeroconf-0.39.0.tar.gz) = ac6b6cfd4f6cfc09bd21ef4e6f203e28f668714264fdf01a857b1b151f5365a703fcb1b05b1a22a7c42524cfbf790ae9261879ec91ec976f41545129d1d1850a +Size (zeroconf-0.39.0.tar.gz) = 107363 bytes --_----------=_1660122863286010--