Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=CmXq6kLz; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=HlW0s+Vn Received: by mail.netbsd.org (Postfix, from userid 605) id 5748184D08; Sun, 21 Apr 2024 18:06:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713722800; bh=kP9zWY/R/tBaEdYkc7TprAYJE/FpcHDEF47KtgOBy78=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=CmXq6kLzypZtqHRDKIpO8RJMb+adYl00Uxru0/dXX/Xei1WV1NjLFogi2qg0dXqcI /cJtPGOoDp97uuz17cZSoWQ60zQTdu9iHYAY/6zBZ0XINSe7rQOEFgxIhtKwXzZcye OxGpC4Kcbt6c5YBLWGsJ8sIzZ43LSy9uhopjTW+o= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 48B4B84D01 for ; Sun, 21 Apr 2024 18:06:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id MF5d9V3a1U1m for ; Sun, 21 Apr 2024 18:06:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AF77384CFE for ; Sun, 21 Apr 2024 18:06:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713722798; bh=kP9zWY/R/tBaEdYkc7TprAYJE/FpcHDEF47KtgOBy78=; h=Date:From:Subject:To:Reply-To; b=HlW0s+VnAHXLPFfJu++9agWDvFpT0EXZw2kEnq2rS4YpJGlOQUBfF3IAwyVbCrBJi n1fFoSS9jsH5+JmbpAK3AG249/j/ejhaJPjLVDR17B+b+mn/xrKGbKybjpRr3fs9GL ToxBkUSq+vBb/QqeGE3z5n8TpDVuYIlb7+3UiiSU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9B888FA2C; Sun, 21 Apr 2024 18:06:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713722798267830" MIME-Version: 1.0 Date: Sun, 21 Apr 2024 18:06:38 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-aiodns To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240421180638.9B888FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713722798267830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Apr 21 18:06:38 UTC 2024 Modified Files: pkgsrc/net/py-aiodns: Makefile distinfo Log Message: py-aiodns: updated to 3.2.0 3.2.0 Update test_query_ptr test to use address with PTR record Added a missing py.typed file for wheel Add Winloop as a valid EventLoop Add support for getaddrinfo Add support for getnameinfo To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-aiodns/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-aiodns/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713722798267830 Content-Disposition: inline Content-Length: 1523 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-aiodns/Makefile diff -u pkgsrc/net/py-aiodns/Makefile:1.3 pkgsrc/net/py-aiodns/Makefile:1.4 --- pkgsrc/net/py-aiodns/Makefile:1.3 Thu Nov 30 05:47:14 2023 +++ pkgsrc/net/py-aiodns/Makefile Sun Apr 21 18:06:38 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2023/11/30 05:47:14 adam Exp $ +# $NetBSD: Makefile,v 1.4 2024/04/21 18:06:38 adam Exp $ -DISTNAME= aiodns-3.1.1 -PKGREVISION= 1 +DISTNAME= aiodns-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiodns/} Index: pkgsrc/net/py-aiodns/distinfo diff -u pkgsrc/net/py-aiodns/distinfo:1.2 pkgsrc/net/py-aiodns/distinfo:1.3 --- pkgsrc/net/py-aiodns/distinfo:1.2 Fri Oct 20 07:27:58 2023 +++ pkgsrc/net/py-aiodns/distinfo Sun Apr 21 18:06:38 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2023/10/20 07:27:58 wiz Exp $ +$NetBSD: distinfo,v 1.3 2024/04/21 18:06:38 adam Exp $ -BLAKE2s (aiodns-3.1.1.tar.gz) = 25e03c188285dec4fb2d7db5e357c0e69816b2066605c797dee6a4b40d0a811f -SHA512 (aiodns-3.1.1.tar.gz) = 7c28cc6256a575681778376cc197a9504133b1127eb3508f6e5cd1c992c95adef66cf8399b7e90ca012347485e476f71e3f032f7e2f555954ad9a0cade8df5f9 -Size (aiodns-3.1.1.tar.gz) = 7363 bytes +BLAKE2s (aiodns-3.2.0.tar.gz) = 4f916e9900f0ad25d1867a86b5fb4fecd5c7d199af8c699f4b1779e48b33b255 +SHA512 (aiodns-3.2.0.tar.gz) = ca6ae2d53cc0a0e5b8cd5f47da56d7db43236eb6738509d5cc088e56db996c49eba8b024cfe368e5acf44ad4de4cb5d6f949c7f0d4cd16ff4d5cc42ae3b27cb1 +Size (aiodns-3.2.0.tar.gz) = 7823 bytes --_----------=_1713722798267830--