Thu Aug 3 07:46:12 2017 UTC ()
2.2.4:
Fix issue with synchronous session closing when using ClientSession as an asynchronous context manager.


(adam)
diff -r1.1 -r1.2 pkgsrc/www/py-aiohttp/Makefile
diff -r1.1 -r1.2 pkgsrc/www/py-aiohttp/distinfo

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

--- pkgsrc/www/py-aiohttp/Makefile 2017/07/16 19:04:16 1.1
+++ pkgsrc/www/py-aiohttp/Makefile 2017/08/03 07:46:12 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2017/07/16 19:04:16 adam Exp $ 1# $NetBSD: Makefile,v 1.2 2017/08/03 07:46:12 adam Exp $
2 2
3DISTNAME= aiohttp-2.2.3 3DISTNAME= aiohttp-2.2.4
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>=2.1.4:../../databases/py-multidict 14DEPENDS+= ${PYPKGPREFIX}-multidict>=2.1.4:../../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.1 -r1.2 pkgsrc/www/py-aiohttp/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-aiohttp/distinfo 2017/07/16 19:04:16 1.1
+++ pkgsrc/www/py-aiohttp/distinfo 2017/08/03 07:46:12 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2017/07/16 19:04:16 adam Exp $ 1$NetBSD: distinfo,v 1.2 2017/08/03 07:46:12 adam Exp $
2 2
3SHA1 (aiohttp-2.2.3.tar.gz) = db0758ccc4d365f579c8720c7e8843ec87d5bb23 3SHA1 (aiohttp-2.2.4.tar.gz) = 2e5e8218f945e481a157e11b5f145a1c83619a2f
4RMD160 (aiohttp-2.2.3.tar.gz) = 0e52560b95ee09ef91b3d2fb537534f475380d91 4RMD160 (aiohttp-2.2.4.tar.gz) = 85d93fd097255263e80327bacbb008cccdb0a958
5SHA512 (aiohttp-2.2.3.tar.gz) = 3bc2663a010cdd299a99a61cfc4107ca4d8e87c418b0c9868a99f2fe3343c0fee386f28ba44c35ccfe11a5c73f457951251777dc8b23fe198a1b1ac60bb87c63 5SHA512 (aiohttp-2.2.4.tar.gz) = a1593621880e0d3f1e60bb272cd56fc3a7a64baaa232ec925de422a5f9ae4e46e452d392f4539ce3a596de5a665b7a1d1e46a8de819d988d9bca2c1bb93619e4
6Size (aiohttp-2.2.3.tar.gz) = 787819 bytes 6Size (aiohttp-2.2.4.tar.gz) = 788478 bytes