Received: by mail.netbsd.org (Postfix, from userid 605) id 8E84684DFB; Wed, 22 Nov 2017 08:48:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1A92E84D24 for ; Wed, 22 Nov 2017 08:48:40 +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 7pwxKK0CJVFd for ; Wed, 22 Nov 2017 08:48:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9D76084C8D for ; Wed, 22 Nov 2017 08:48:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 98A24FB40; Wed, 22 Nov 2017 08:48:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511340519256070" MIME-Version: 1.0 Date: Wed, 22 Nov 2017 08:48:39 +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: <20171122084839.98A24FB40@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. --_----------=_1511340519256070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Wed Nov 22 08:48:39 UTC 2017 Modified Files: pkgsrc/www/py-aiohttp: Makefile distinfo Log Message: py-aiohttp: updated to 2.3.3 2.3.3: Having a ; in Response content type does not assume it contains a charset anymore. Use getattr(asyncio, ‘async’) for keeping compatibility with Python 3.7. Ignore NotImplementedError raised by set_child_watcher from uvloop. Fix warning in ClientSession.__del__ by stopping to try to close it. Fixed typo’s in Third-party libraries page. And added async-v20 to the list To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-aiohttp/Makefile \ pkgsrc/www/py-aiohttp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511340519256070 Content-Disposition: inline Content-Length: 1624 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.5 pkgsrc/www/py-aiohttp/Makefile:1.6 --- pkgsrc/www/py-aiohttp/Makefile:1.5 Thu Nov 2 13:13:24 2017 +++ pkgsrc/www/py-aiohttp/Makefile Wed Nov 22 08:48:39 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2017/11/02 13:13:24 adam Exp $ +# $NetBSD: Makefile,v 1.6 2017/11/22 08:48:39 adam Exp $ -DISTNAME= aiohttp-2.3.2 +DISTNAME= aiohttp-2.3.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp/} Index: pkgsrc/www/py-aiohttp/distinfo diff -u pkgsrc/www/py-aiohttp/distinfo:1.5 pkgsrc/www/py-aiohttp/distinfo:1.6 --- pkgsrc/www/py-aiohttp/distinfo:1.5 Thu Nov 2 13:13:24 2017 +++ pkgsrc/www/py-aiohttp/distinfo Wed Nov 22 08:48:39 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2017/11/02 13:13:24 adam Exp $ +$NetBSD: distinfo,v 1.6 2017/11/22 08:48:39 adam Exp $ -SHA1 (aiohttp-2.3.2.tar.gz) = 1782ed9a2e79773d394734d094ccfee3e7840d4c -RMD160 (aiohttp-2.3.2.tar.gz) = 11974e01ff20c91333b552f647821927b5802f7b -SHA512 (aiohttp-2.3.2.tar.gz) = e481787fec8c9f21d49978b378fb5ef8c06d06cd7a6625fc36c5d4a035e9047f4ed0e38b25b613f1b685ca40e18c796376750f4ac0970fcd1d72ca7fbe31d13f -Size (aiohttp-2.3.2.tar.gz) = 841030 bytes +SHA1 (aiohttp-2.3.3.tar.gz) = 3d329f637a39254d9d7cefcbdfba66f09b2a7dce +RMD160 (aiohttp-2.3.3.tar.gz) = 74dbd8149ad3fe7d6d1bf401234402cf40d14402 +SHA512 (aiohttp-2.3.3.tar.gz) = 48dbc6b47483a7f162047fdc29f3cdfc95650e5f357e86a38b7be05832b3599c1b6740b818092db2f03addf3b8be4643aafd8d15118c9fc42d07708027b1bfbb +Size (aiohttp-2.3.3.tar.gz) = 843972 bytes --_----------=_1511340519256070--