Received: by mail.netbsd.org (Postfix, from userid 605) id A279784D63; Thu, 10 Oct 2019 07:53:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 298A984D5F for ; Thu, 10 Oct 2019 07:53:07 +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 ijUlhbXHEikc for ; Thu, 10 Oct 2019 07:53:06 +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 983BD84D21 for ; Thu, 10 Oct 2019 07:53:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 92751FBF4; Thu, 10 Oct 2019 07:53:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157069398691030" MIME-Version: 1.0 Date: Thu, 10 Oct 2019 07:53:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-aiohttp To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191010075306.92751FBF4@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. --_----------=_157069398691030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Oct 10 07:53:06 UTC 2019 Modified Files: pkgsrc/www/py-aiohttp: Makefile distinfo Log Message: py-aiohttp: updated to 3.6.2 3.6.2: Features - Made exceptions pickleable. Also changed the repr of some exceptions. - Use Iterable type hint instead of Sequence for Application *middleware* parameter. Bugfixes - Reset the sock_read timeout each time data is received for a aiohttp.ClientResponse. - Fix handling of expired cookies so they are not stored in CookieJar. - Fix misleading message in the string representation of ClientConnectorError; self.ssl == None means default SSL context, not SSL disabled - Don't clobber HTTP status when using FileResponse. Improved Documentation - Added minimal required logging configuration to logging documentation. - Update docs to reflect proxy support. - Fix typo in code example in testing docs. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/py-aiohttp/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/www/py-aiohttp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157069398691030 Content-Disposition: inline Content-Length: 1989 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-aiohttp/Makefile diff -u pkgsrc/www/py-aiohttp/Makefile:1.40 pkgsrc/www/py-aiohttp/Makefile:1.41 --- pkgsrc/www/py-aiohttp/Makefile:1.40 Fri Oct 4 11:17:57 2019 +++ pkgsrc/www/py-aiohttp/Makefile Thu Oct 10 07:53:06 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2019/10/04 11:17:57 adam Exp $ +# $NetBSD: Makefile,v 1.41 2019/10/10 07:53:06 adam Exp $ -DISTNAME= aiohttp-3.6.1 +DISTNAME= aiohttp-3.6.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp/} @@ -25,7 +25,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/pyversion.mk" -.if ${_PYTHON_VERSION} != 37 +.if ${_PYTHON_VERSION} == 36 DEPENDS+= ${PYPKGPREFIX}-idna-ssl>=1.0:../../www/py-idna_ssl DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.6.5:../../devel/py-typing-extensions .endif Index: pkgsrc/www/py-aiohttp/distinfo diff -u pkgsrc/www/py-aiohttp/distinfo:1.38 pkgsrc/www/py-aiohttp/distinfo:1.39 --- pkgsrc/www/py-aiohttp/distinfo:1.38 Fri Oct 4 11:17:57 2019 +++ pkgsrc/www/py-aiohttp/distinfo Thu Oct 10 07:53:06 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.38 2019/10/04 11:17:57 adam Exp $ +$NetBSD: distinfo,v 1.39 2019/10/10 07:53:06 adam Exp $ -SHA1 (aiohttp-3.6.1.tar.gz) = 76cd071319dbc4f6b2d6a176390cc26121e443f5 -RMD160 (aiohttp-3.6.1.tar.gz) = 94b08104aae80e05c2607fc12cefc88fd6b99094 -SHA512 (aiohttp-3.6.1.tar.gz) = 4939b89d45abcd655ef212ff87f66a83882fb12dffb87d62ae57afcd9517725af61f46f9b7428112e2dcd72d3a4027524967461270ede34348ff3ead47d14c9b -Size (aiohttp-3.6.1.tar.gz) = 1113678 bytes +SHA1 (aiohttp-3.6.2.tar.gz) = e6aa28b3b5581598680165170ec6fc658e87dc06 +RMD160 (aiohttp-3.6.2.tar.gz) = 2e7113c2d7a0f830c541da28df0b9568dee0177a +SHA512 (aiohttp-3.6.2.tar.gz) = 49bd3089158c05ff6312420190ccd7fed95efb4a18b8aff7497d5507c71c692080d6949801edabdcd95379ca8e6614398408118d72ff1e782399e059e2cfc1a8 +Size (aiohttp-3.6.2.tar.gz) = 1076923 bytes --_----------=_157069398691030--