Fri Apr 6 08:18:18 2018 UTC ()
py-aiohttp: updated to 3.1.2

3.1.2:
Make LineTooLong exception more detailed about actual data size
Call on_chunk_sent when write_eof takes as a param the last chunk


(adam)
diff -r1.22 -r1.23 pkgsrc/www/py-aiohttp/Makefile
diff -r1.22 -r1.23 pkgsrc/www/py-aiohttp/distinfo

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

--- pkgsrc/www/py-aiohttp/Makefile 2018/04/02 12:58:33 1.22
+++ pkgsrc/www/py-aiohttp/Makefile 2018/04/06 08:18:18 1.23
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.22 2018/04/02 12:58:33 adam Exp $ 1# $NetBSD: Makefile,v 1.23 2018/04/06 08:18:18 adam Exp $
2 2
3DISTNAME= aiohttp-3.1.1 3DISTNAME= aiohttp-3.1.2
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}-async-timeout>=1.2.0:../../devel/py-async-timeout 13DEPENDS+= ${PYPKGPREFIX}-async-timeout>=1.2.0:../../devel/py-async-timeout
14DEPENDS+= ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs 14DEPENDS+= ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
15DEPENDS+= ${PYPKGPREFIX}-chardet>=2.0:../../converters/py-chardet 15DEPENDS+= ${PYPKGPREFIX}-chardet>=2.0:../../converters/py-chardet
16DEPENDS+= ${PYPKGPREFIX}-idna-ssl>=1.0:../../www/py-idna_ssl 16DEPENDS+= ${PYPKGPREFIX}-idna-ssl>=1.0:../../www/py-idna_ssl

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

--- pkgsrc/www/py-aiohttp/distinfo 2018/04/02 12:58:33 1.22
+++ pkgsrc/www/py-aiohttp/distinfo 2018/04/06 08:18:18 1.23
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.22 2018/04/02 12:58:33 adam Exp $ 1$NetBSD: distinfo,v 1.23 2018/04/06 08:18:18 adam Exp $
2 2
3SHA1 (aiohttp-3.1.1.tar.gz) = 57256a17b4c7be0f38975c1491c1e17233e91069 3SHA1 (aiohttp-3.1.2.tar.gz) = d1872f712466caa06e187388bbe323a1415068bd
4RMD160 (aiohttp-3.1.1.tar.gz) = 743d2fd8d5787c53d7a6bee992c03c4f67e20973 4RMD160 (aiohttp-3.1.2.tar.gz) = e8d9b63096c6ff791aa675e0b844a80e4f4b150b
5SHA512 (aiohttp-3.1.1.tar.gz) = b2a27357d3197a83078a21b6d566d007a48719038f38c512378620112e1980d3e595b8fc3471592589ce18b5911adc2826badd48dcc28302e1534d50961376ae 5SHA512 (aiohttp-3.1.2.tar.gz) = ea4151ead92ac7fa0cef942d7e356279632a85952c3b3b016fc9ba96591ef3b49be0601dab7d8b3d4bd04ed560c8f23934fe6b864998b2571f1b41629c5e3ec9
6Size (aiohttp-3.1.1.tar.gz) = 751487 bytes 6Size (aiohttp-3.1.2.tar.gz) = 752744 bytes