Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D27711A921F for ; Thu, 19 Nov 2020 10:19:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1F68C84DFC; Thu, 19 Nov 2020 10:19:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5950784DC3 for ; Thu, 19 Nov 2020 10:19:51 +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 82Dn2ho1Rwps for ; Thu, 19 Nov 2020 10:19:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8560484D31 for ; Thu, 19 Nov 2020 10:19:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E93FFA9D; Thu, 19 Nov 2020 10:19:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160578119045450" MIME-Version: 1.0 Date: Thu, 19 Nov 2020 10:19:50 +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: <20201119101950.7E93FFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160578119045450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Nov 19 10:19:50 UTC 2020 Modified Files: pkgsrc/www/py-aiohttp: Makefile PLIST distinfo Log Message: py-aiohttp: updated to 3.7.3 3.7.3 ===== Features -------- - Use Brotli instead of brotlipy - Made exceptions pickleable. Also changed the repr of some exceptions. Bugfixes -------- - Raise a ClientResponseError instead of an AssertionError for a blank HTTP Reason Phrase. - Fix ``web_middlewares.normalize_path_middleware`` behavior for patch without slash. - Fix overshadowing of overlapped sub-applications prefixes. - Make `BaseConnector.close()` a coroutine and wait until the client closes all connections. Drop deprecated "with Connector():" syntax. - Reset the ``sock_read`` timeout each time data is received for a ``aiohttp.client`` response. - Fixed type annotation for add_view method of UrlDispatcher to accept any subclass of View - Fixed querying the address families from DNS that the current host supports. - Change return type of MultipartReader.__aiter__() and BodyPartReader.__aiter__() to AsyncIterator. - Provide x86 Windows wheels. Improved Documentation ---------------------- - Add documentation for ``aiohttp.web.FileResponse``. - Removed deprecation warning in tracing example docs - Fixed wrong "Usage" docstring of ``aiohttp.client.request``. - Add aiohttp-pydantic to third party libraries To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/py-aiohttp/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-aiohttp/PLIST cvs rdiff -u -r1.43 -r1.44 pkgsrc/www/py-aiohttp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160578119045450 Content-Disposition: inline Content-Length: 2841 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.46 pkgsrc/www/py-aiohttp/Makefile:1.47 --- pkgsrc/www/py-aiohttp/Makefile:1.46 Tue Oct 27 22:52:05 2020 +++ pkgsrc/www/py-aiohttp/Makefile Thu Nov 19 10:19:50 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2020/10/27 22:52:05 adam Exp $ +# $NetBSD: Makefile,v 1.47 2020/11/19 10:19:50 adam Exp $ -DISTNAME= aiohttp-3.7.2 +DISTNAME= aiohttp-3.7.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp/} Index: pkgsrc/www/py-aiohttp/PLIST diff -u pkgsrc/www/py-aiohttp/PLIST:1.8 pkgsrc/www/py-aiohttp/PLIST:1.9 --- pkgsrc/www/py-aiohttp/PLIST:1.8 Sat Dec 22 22:45:47 2018 +++ pkgsrc/www/py-aiohttp/PLIST Thu Nov 19 10:19:50 2020 @@ -1,9 +1,20 @@ -@comment $NetBSD: PLIST,v 1.8 2018/12/22 22:45:47 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2020/11/19 10:19:50 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/aiohttp/.hash/_cparser.pxd.hash +${PYSITELIB}/aiohttp/.hash/_find_header.pxd.hash +${PYSITELIB}/aiohttp/.hash/_frozenlist.pyx.hash +${PYSITELIB}/aiohttp/.hash/_helpers.pyi.hash +${PYSITELIB}/aiohttp/.hash/_helpers.pyx.hash +${PYSITELIB}/aiohttp/.hash/_http_parser.pyx.hash +${PYSITELIB}/aiohttp/.hash/_http_writer.pyx.hash +${PYSITELIB}/aiohttp/.hash/_websocket.pyx.hash +${PYSITELIB}/aiohttp/.hash/frozenlist.pyi.hash +${PYSITELIB}/aiohttp/.hash/hdrs.py.hash +${PYSITELIB}/aiohttp/.hash/signals.pyi.hash ${PYSITELIB}/aiohttp/__init__.py ${PYSITELIB}/aiohttp/__init__.pyc ${PYSITELIB}/aiohttp/__init__.pyo Index: pkgsrc/www/py-aiohttp/distinfo diff -u pkgsrc/www/py-aiohttp/distinfo:1.43 pkgsrc/www/py-aiohttp/distinfo:1.44 --- pkgsrc/www/py-aiohttp/distinfo:1.43 Tue Oct 27 22:52:05 2020 +++ pkgsrc/www/py-aiohttp/distinfo Thu Nov 19 10:19:50 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.43 2020/10/27 22:52:05 adam Exp $ +$NetBSD: distinfo,v 1.44 2020/11/19 10:19:50 adam Exp $ -SHA1 (aiohttp-3.7.2.tar.gz) = 3cb4e531a0682af88ab0752213924722ac9f5ec2 -RMD160 (aiohttp-3.7.2.tar.gz) = ea2775f66108222ecc3d3421c291c950623df7da -SHA512 (aiohttp-3.7.2.tar.gz) = 2dd4f0264f1fb0801be366c269b73dd80b542e8e5bfe18a01fbdfadd0210022ccd6e3975be1be416551ccce82f42881e18735d5c6fc68a42b7452ab18e157dc5 -Size (aiohttp-3.7.2.tar.gz) = 1111049 bytes +SHA1 (aiohttp-3.7.3.tar.gz) = ddd0b02a9dbf2941a27bfab69a85d3c4e329f9c6 +RMD160 (aiohttp-3.7.3.tar.gz) = 8a50b3123a887a447fd806905d283c0a4f639762 +SHA512 (aiohttp-3.7.3.tar.gz) = d1dbbe3cbdeb1a460f5030a08a251a7bb7ae7ec038ca93ba5187b2da1fe21b80ed6513db647ef382d2d92a3d527a34dffbd37f51aa1e8b65bb36d517304b1812 +Size (aiohttp-3.7.3.tar.gz) = 1113127 bytes --_----------=_160578119045450--