pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-aiohttp



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov  2 13:13:24 UTC 2017

Modified Files:
        pkgsrc/www/py-aiohttp: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-aiohttp/Makefile \
    pkgsrc/www/py-aiohttp/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-aiohttp/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-aiohttp/Makefile
diff -u pkgsrc/www/py-aiohttp/Makefile:1.4 pkgsrc/www/py-aiohttp/Makefile:1.5
--- pkgsrc/www/py-aiohttp/Makefile:1.4  Thu Oct 19 06:54:18 2017
+++ pkgsrc/www/py-aiohttp/Makefile      Thu Nov  2 13:13:24 2017
@@ -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 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-test-time
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-USE_LANGUAGES=         c
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-aiohttp/distinfo
diff -u pkgsrc/www/py-aiohttp/distinfo:1.4 pkgsrc/www/py-aiohttp/distinfo:1.5
--- pkgsrc/www/py-aiohttp/distinfo:1.4  Thu Oct 19 06:54:18 2017
+++ pkgsrc/www/py-aiohttp/distinfo      Thu Nov  2 13:13:24 2017
@@ -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

Index: pkgsrc/www/py-aiohttp/PLIST
diff -u pkgsrc/www/py-aiohttp/PLIST:1.2 pkgsrc/www/py-aiohttp/PLIST:1.3
--- pkgsrc/www/py-aiohttp/PLIST:1.2     Thu Oct 19 06:54:18 2017
+++ pkgsrc/www/py-aiohttp/PLIST Thu Nov  2 13:13:24 2017
@@ -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/__init__.pyo
 ${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



Home | Main Index | Thread Index | Old Index