Thu Nov 30 07:57:59 2017 UTC ()
py-aiohttp: updated to 2.3.5

2.3.5:
Fix compatibility with pytest 3.3+

2.3.4:
Make request.app point to proper application instance when using nested applications (with middlewares).
Change base class of ClientConnectorSSLError to ClientSSLError from ClientConnectorError.
Return client connection back to free pool on error in connector.connect().


(adam)
diff -r1.6 -r1.7 pkgsrc/www/py-aiohttp/Makefile
diff -r1.6 -r1.7 pkgsrc/www/py-aiohttp/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/www/py-aiohttp/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-aiohttp/Makefile 2017/11/22 08:48:39 1.6
+++ pkgsrc/www/py-aiohttp/Makefile 2017/11/30 07:57:59 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2017/11/22 08:48:39 adam Exp $ 1# $NetBSD: Makefile,v 1.7 2017/11/30 07:57:59 adam Exp $
2 2
3DISTNAME= aiohttp-2.3.3 3DISTNAME= aiohttp-2.3.5
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/aio-libs/aiohttp/ 9HOMEPAGE= https://github.com/aio-libs/aiohttp/
10COMMENT= Async http client/server framework 10COMMENT= Async http client/server framework
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet 13DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
14DEPENDS+= ${PYPKGPREFIX}-multidict>=3.0.0:../../databases/py-multidict 14DEPENDS+= ${PYPKGPREFIX}-multidict>=3.0.0:../../databases/py-multidict
15DEPENDS+= ${PYPKGPREFIX}-async-timeout>=1.2.0:../../devel/py-async-timeout 15DEPENDS+= ${PYPKGPREFIX}-async-timeout>=1.2.0:../../devel/py-async-timeout
16DEPENDS+= ${PYPKGPREFIX}-yarl>=0.11:../../www/py-yarl 16DEPENDS+= ${PYPKGPREFIX}-yarl>=0.11:../../www/py-yarl

cvs diff -r1.6 -r1.7 pkgsrc/www/py-aiohttp/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-aiohttp/distinfo 2017/11/22 08:48:39 1.6
+++ pkgsrc/www/py-aiohttp/distinfo 2017/11/30 07:57:59 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2017/11/22 08:48:39 adam Exp $ 1$NetBSD: distinfo,v 1.7 2017/11/30 07:57:59 adam Exp $
2 2
3SHA1 (aiohttp-2.3.3.tar.gz) = 3d329f637a39254d9d7cefcbdfba66f09b2a7dce 3SHA1 (aiohttp-2.3.5.tar.gz) = 43d04f893fa83a5c9079634f6758355dda8bd70c
4RMD160 (aiohttp-2.3.3.tar.gz) = 74dbd8149ad3fe7d6d1bf401234402cf40d14402 4RMD160 (aiohttp-2.3.5.tar.gz) = f9ff862ad710e7451cb58233f90548e7666ec1db
5SHA512 (aiohttp-2.3.3.tar.gz) = 48dbc6b47483a7f162047fdc29f3cdfc95650e5f357e86a38b7be05832b3599c1b6740b818092db2f03addf3b8be4643aafd8d15118c9fc42d07708027b1bfbb 5SHA512 (aiohttp-2.3.5.tar.gz) = 307d12c023ba9332ecb8011e6e2ed8fa9a6125a7f8e4c2b02f11348267c255a6507bf0392cb3df2f8eebd871770c620bb7caec4a8a31823191f3d507a2488657
6Size (aiohttp-2.3.3.tar.gz) = 843972 bytes 6Size (aiohttp-2.3.5.tar.gz) = 846010 bytes