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 3.7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5612a0d9904
branches:  trunk
changeset: 441096:c5612a0d9904
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 26 09:06:20 2020 +0000

description:
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

diffstat:

 www/py-aiohttp/Makefile |   5 ++---
 www/py-aiohttp/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r fba9402c4c93 -r c5612a0d9904 www/py-aiohttp/Makefile
--- a/www/py-aiohttp/Makefile   Mon Oct 26 09:01:00 2020 +0000
+++ b/www/py-aiohttp/Makefile   Mon Oct 26 09:06:20 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2020/10/24 21:48:50 js Exp $
+# $NetBSD: Makefile,v 1.45 2020/10/26 09:06:20 adam Exp $
 
-DISTNAME=      aiohttp-3.7.0
+DISTNAME=      aiohttp-3.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp/}
 
diff -r fba9402c4c93 -r c5612a0d9904 www/py-aiohttp/distinfo
--- a/www/py-aiohttp/distinfo   Mon Oct 26 09:01:00 2020 +0000
+++ b/www/py-aiohttp/distinfo   Mon Oct 26 09:06:20 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2020/10/24 18:49:21 js Exp $
+$NetBSD: distinfo,v 1.42 2020/10/26 09:06:20 adam Exp $
 
-SHA1 (aiohttp-3.7.0.tar.gz) = 67dcf801292fe74560c9f8a13835200af1248fac
-RMD160 (aiohttp-3.7.0.tar.gz) = 512084ba2f3b37441570b3336c1acc40679d6ee8
-SHA512 (aiohttp-3.7.0.tar.gz) = 97083c2cf294e7324aaa68c36b2e0e352e588b96cd6856308ce1303b5da2df3f3cabcdcde59dc108b6d70c068901dd14ad6a883ee9e25c6b00738e30e3d8f852
-Size (aiohttp-3.7.0.tar.gz) = 1112272 bytes
+SHA1 (aiohttp-3.7.1.tar.gz) = c0bc648d071e624067d474e8d0d071c2cf56dc57
+RMD160 (aiohttp-3.7.1.tar.gz) = c8a347ed31ec9bcb8639e9f540d1ae1244aaccd2
+SHA512 (aiohttp-3.7.1.tar.gz) = accdd588fdd7ba1792cf5e8fb67c6d5dd3e1c5382d9c9ece14e449d6f4f1c116975809d2dad786e0d472b3bb54e3b8c59722be871401a82cef5eff9c12f3c3f8
+Size (aiohttp-3.7.1.tar.gz) = 1111777 bytes



Home | Main Index | Thread Index | Old Index