Mon Oct 26 09:06:20 2020 UTC ()
py-aiohttp: updated to 3.7.1

3.7.1

Bugfixes
- Fixed a type error caused by the conditional import of `Protocol`.
- Server doesn't send Content-Length for 1xx or 204
- Fix run_app typing
- Always require ``typing_extensions`` library.
- Fix a variable-shadowing bug causing `ThreadedResolver.resolve` to
  return the resolved IP as the ``hostname`` in each record, which prevented
  validation of HTTPS connections.
- Added annotations to all public attributes.
- Fix flaky test_when_timeout_smaller_second
- Ensure sending a zero byte file does not throw an exception
- Fix a bug in ``web.run_app()`` about Python version checking on Windows


(adam)
diff -r1.44 -r1.45 pkgsrc/www/py-aiohttp/Makefile
diff -r1.41 -r1.42 pkgsrc/www/py-aiohttp/distinfo

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

--- pkgsrc/www/py-aiohttp/Makefile 2020/10/24 21:48:50 1.44
+++ pkgsrc/www/py-aiohttp/Makefile 2020/10/26 09:06:20 1.45
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.44 2020/10/24 21:48:50 js Exp $ 1# $NetBSD: Makefile,v 1.45 2020/10/26 09:06:20 adam Exp $
2 2
3DISTNAME= aiohttp-3.7.0 3DISTNAME= aiohttp-3.7.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= www python 5CATEGORIES= www python
7MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/aio-libs/aiohttp 9HOMEPAGE= https://github.com/aio-libs/aiohttp
11COMMENT= Async http client/server framework 10COMMENT= Async http client/server framework
12LICENSE= apache-2.0 11LICENSE= apache-2.0
13 12
14DEPENDS+= ${PYPKGPREFIX}-async-timeout>=3.0:../../devel/py-async-timeout 13DEPENDS+= ${PYPKGPREFIX}-async-timeout>=3.0:../../devel/py-async-timeout
15DEPENDS+= ${PYPKGPREFIX}-attrs>=17.3.0:../../devel/py-attrs 14DEPENDS+= ${PYPKGPREFIX}-attrs>=17.3.0:../../devel/py-attrs
16DEPENDS+= ${PYPKGPREFIX}-chardet>=2.0<4.0:../../converters/py-chardet 15DEPENDS+= ${PYPKGPREFIX}-chardet>=2.0<4.0:../../converters/py-chardet
17DEPENDS+= ${PYPKGPREFIX}-multidict>=4.5<7.0:../../databases/py-multidict 16DEPENDS+= ${PYPKGPREFIX}-multidict>=4.5<7.0:../../databases/py-multidict
18DEPENDS+= ${PYPKGPREFIX}-yarl>=1.0<2.0:../../www/py-yarl 17DEPENDS+= ${PYPKGPREFIX}-yarl>=1.0<2.0:../../www/py-yarl

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

--- pkgsrc/www/py-aiohttp/distinfo 2020/10/24 18:49:21 1.41
+++ pkgsrc/www/py-aiohttp/distinfo 2020/10/26 09:06:20 1.42
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.41 2020/10/24 18:49:21 js Exp $ 1$NetBSD: distinfo,v 1.42 2020/10/26 09:06:20 adam Exp $
2 2
3SHA1 (aiohttp-3.7.0.tar.gz) = 67dcf801292fe74560c9f8a13835200af1248fac 3SHA1 (aiohttp-3.7.1.tar.gz) = c0bc648d071e624067d474e8d0d071c2cf56dc57
4RMD160 (aiohttp-3.7.0.tar.gz) = 512084ba2f3b37441570b3336c1acc40679d6ee8 4RMD160 (aiohttp-3.7.1.tar.gz) = c8a347ed31ec9bcb8639e9f540d1ae1244aaccd2
5SHA512 (aiohttp-3.7.0.tar.gz) = 97083c2cf294e7324aaa68c36b2e0e352e588b96cd6856308ce1303b5da2df3f3cabcdcde59dc108b6d70c068901dd14ad6a883ee9e25c6b00738e30e3d8f852 5SHA512 (aiohttp-3.7.1.tar.gz) = accdd588fdd7ba1792cf5e8fb67c6d5dd3e1c5382d9c9ece14e449d6f4f1c116975809d2dad786e0d472b3bb54e3b8c59722be871401a82cef5eff9c12f3c3f8
6Size (aiohttp-3.7.0.tar.gz) = 1112272 bytes 6Size (aiohttp-3.7.1.tar.gz) = 1111777 bytes