Received: by mail.netbsd.org (Postfix, from userid 605) id 8C3C484DBF; Mon, 4 May 2020 15:25:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1428284DB5 for ; Mon, 4 May 2020 15:25:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ht58BBNXIzrw for ; Mon, 4 May 2020 15:25:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 907EB84D76 for ; Mon, 4 May 2020 15:25:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C9C73FB27; Mon, 4 May 2020 15:24:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1588605887115640" MIME-Version: 1.0 Date: Mon, 4 May 2020 15:24:47 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-aiohttp-socks To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200504152447.C9C73FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1588605887115640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 4 15:24:47 UTC 2020 Modified Files: pkgsrc/www/py-aiohttp-socks: Makefile distinfo Log Message: py-aiohttp-socks: updated to 0.3.9 0.3.9: Change the default value of the family parameter to AF_UNSPEC To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-aiohttp-socks/Makefile \ pkgsrc/www/py-aiohttp-socks/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1588605887115640 Content-Disposition: inline Content-Length: 1755 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-aiohttp-socks/Makefile diff -u pkgsrc/www/py-aiohttp-socks/Makefile:1.3 pkgsrc/www/py-aiohttp-socks/Makefile:1.4 --- pkgsrc/www/py-aiohttp-socks/Makefile:1.3 Wed Apr 22 06:37:48 2020 +++ pkgsrc/www/py-aiohttp-socks/Makefile Mon May 4 15:24:47 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2020/04/22 06:37:48 adam Exp $ +# $NetBSD: Makefile,v 1.4 2020/05/04 15:24:47 adam Exp $ -DISTNAME= aiohttp_socks-0.3.8 +DISTNAME= aiohttp_socks-0.3.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp-socks/} Index: pkgsrc/www/py-aiohttp-socks/distinfo diff -u pkgsrc/www/py-aiohttp-socks/distinfo:1.3 pkgsrc/www/py-aiohttp-socks/distinfo:1.4 --- pkgsrc/www/py-aiohttp-socks/distinfo:1.3 Wed Apr 22 06:37:48 2020 +++ pkgsrc/www/py-aiohttp-socks/distinfo Mon May 4 15:24:47 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/04/22 06:37:48 adam Exp $ +$NetBSD: distinfo,v 1.4 2020/05/04 15:24:47 adam Exp $ -SHA1 (aiohttp_socks-0.3.8.tar.gz) = ad757599bd56f37bdbbae7d4d67bf239f48a0832 -RMD160 (aiohttp_socks-0.3.8.tar.gz) = 6d725b376b2563c34b856aec5e6158f835f728b6 -SHA512 (aiohttp_socks-0.3.8.tar.gz) = c413fbfce7cd9a2b1c0845e6b0b3f7d2f8ca3c865664162fbc043c200d3f99d084cc439a684e7ac745995535ee349dfc25aa2c8aeb883b7063b34b325d3555bb -Size (aiohttp_socks-0.3.8.tar.gz) = 13890 bytes +SHA1 (aiohttp_socks-0.3.9.tar.gz) = 035d0cd0d6259316c90900ea278a5c0f443b0b13 +RMD160 (aiohttp_socks-0.3.9.tar.gz) = 10fe64eb254768956839292e24b0b1bfc0646a4d +SHA512 (aiohttp_socks-0.3.9.tar.gz) = 1c0c07fc76a3b404c67620b6df97fec07a259c9e3bc7e4630a3bead424b84ff1d2aa23be4b82ae5a04c244c7616ae6986ab6732f8e20f28ac8489bb8ed436456 +Size (aiohttp_socks-0.3.9.tar.gz) = 13895 bytes --_----------=_1588605887115640--