pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-aiohttp py-aiohttp: updated to 2.3.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4380fc44b8ea
branches:  trunk
changeset: 371076:4380fc44b8ea
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 02 13:13:24 2017 +0000

description:
py-aiohttp: updated to 2.3.2

2.3.2:
Fix passing client max size on cloning request obj.
Fix ClientConnectorSSLError and ClientProxyConnectionError for proxy connector.
Drop generated _http_parser shared object from tarball distribution.
Fix connector convert OSError to ClientConnectorError.
Fix connection attempts for multiple dns hosts.
Fix ValueError for AF_INET6 sockets if a preexisting INET6 socket to the aiohttp.web.run_app function.
_SessionRequestContextManager closes the session properly now.
Rename from_env to trust_env in client reference.

2.3.1:
Relax attribute lookup in warning about old-styled middleware

diffstat:

 www/py-aiohttp/Makefile |   6 ++----
 www/py-aiohttp/PLIST    |   5 ++++-
 www/py-aiohttp/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (58 lines):

diff -r 1b2cbb149572 -r 4380fc44b8ea www/py-aiohttp/Makefile
--- a/www/py-aiohttp/Makefile   Thu Nov 02 12:59:50 2017 +0000
+++ b/www/py-aiohttp/Makefile   Thu Nov 02 13:13:24 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/10/19 06:54:18 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/11/02 13:13:24 adam Exp $
 
-DISTNAME=      aiohttp-2.3.0
+DISTNAME=      aiohttp-2.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp/}
@@ -20,7 +20,5 @@
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-USE_LANGUAGES=         c
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 1b2cbb149572 -r 4380fc44b8ea www/py-aiohttp/PLIST
--- a/www/py-aiohttp/PLIST      Thu Nov 02 12:59:50 2017 +0000
+++ b/www/py-aiohttp/PLIST      Thu Nov 02 13:13:24 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/10/19 06:54:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/11/02 13:13:24 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -10,10 +10,13 @@
 ${PYSITELIB}/aiohttp/_cparser.pxd
 ${PYSITELIB}/aiohttp/_frozenlist.c
 ${PYSITELIB}/aiohttp/_frozenlist.pyx
+${PYSITELIB}/aiohttp/_frozenlist.so
 ${PYSITELIB}/aiohttp/_http_parser.c
 ${PYSITELIB}/aiohttp/_http_parser.pyx
+${PYSITELIB}/aiohttp/_http_parser.so
 ${PYSITELIB}/aiohttp/_websocket.c
 ${PYSITELIB}/aiohttp/_websocket.pyx
+${PYSITELIB}/aiohttp/_websocket.so
 ${PYSITELIB}/aiohttp/abc.py
 ${PYSITELIB}/aiohttp/abc.pyc
 ${PYSITELIB}/aiohttp/abc.pyo
diff -r 1b2cbb149572 -r 4380fc44b8ea www/py-aiohttp/distinfo
--- a/www/py-aiohttp/distinfo   Thu Nov 02 12:59:50 2017 +0000
+++ b/www/py-aiohttp/distinfo   Thu Nov 02 13:13:24 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/10/19 06:54:18 adam Exp $
+$NetBSD: distinfo,v 1.5 2017/11/02 13:13:24 adam Exp $
 
-SHA1 (aiohttp-2.3.0.tar.gz) = a59798c2abb7a806267259367c43de0f236ee9d5
-RMD160 (aiohttp-2.3.0.tar.gz) = 8bc0d5d00476b5a19afc87d71bb4a4b1d20f3713
-SHA512 (aiohttp-2.3.0.tar.gz) = d1869514c9d49b608f2e7faf52256ce0ce4fd2e4bb2eed19e45f9a7a1f8726ec8e99241cd143f2f87b79e5e7fb023be2eeb36ee93a2a2add351c536cc2345fae
-Size (aiohttp-2.3.0.tar.gz) = 591916 bytes
+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



Home | Main Index | Thread Index | Old Index