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.6.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7322e6339765
branches:  trunk
changeset: 341890:7322e6339765
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 10 07:53:06 2019 +0000

description:
py-aiohttp: updated to 3.6.2

3.6.2:
Features
- Made exceptions pickleable. Also changed the repr of some exceptions.
- Use Iterable type hint instead of Sequence for Application *middleware*
  parameter.

Bugfixes
- Reset the sock_read timeout each time data is received for a
  aiohttp.ClientResponse.
- Fix handling of expired cookies so they are not stored in CookieJar.
- Fix misleading message in the string representation of ClientConnectorError;
  self.ssl == None means default SSL context, not SSL disabled
- Don't clobber HTTP status when using FileResponse.

Improved Documentation
- Added minimal required logging configuration to logging documentation.
- Update docs to reflect proxy support.
- Fix typo in code example in testing docs.

diffstat:

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

diffs (36 lines):

diff -r 490e074c2691 -r 7322e6339765 www/py-aiohttp/Makefile
--- a/www/py-aiohttp/Makefile   Thu Oct 10 07:47:53 2019 +0000
+++ b/www/py-aiohttp/Makefile   Thu Oct 10 07:53:06 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2019/10/04 11:17:57 adam Exp $
+# $NetBSD: Makefile,v 1.41 2019/10/10 07:53:06 adam Exp $
 
-DISTNAME=      aiohttp-3.6.1
+DISTNAME=      aiohttp-3.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp/}
@@ -25,7 +25,7 @@
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} != 37
+.if ${_PYTHON_VERSION} == 36
 DEPENDS+=      ${PYPKGPREFIX}-idna-ssl>=1.0:../../www/py-idna_ssl
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.6.5:../../devel/py-typing-extensions
 .endif
diff -r 490e074c2691 -r 7322e6339765 www/py-aiohttp/distinfo
--- a/www/py-aiohttp/distinfo   Thu Oct 10 07:47:53 2019 +0000
+++ b/www/py-aiohttp/distinfo   Thu Oct 10 07:53:06 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.38 2019/10/04 11:17:57 adam Exp $
+$NetBSD: distinfo,v 1.39 2019/10/10 07:53:06 adam Exp $
 
-SHA1 (aiohttp-3.6.1.tar.gz) = 76cd071319dbc4f6b2d6a176390cc26121e443f5
-RMD160 (aiohttp-3.6.1.tar.gz) = 94b08104aae80e05c2607fc12cefc88fd6b99094
-SHA512 (aiohttp-3.6.1.tar.gz) = 4939b89d45abcd655ef212ff87f66a83882fb12dffb87d62ae57afcd9517725af61f46f9b7428112e2dcd72d3a4027524967461270ede34348ff3ead47d14c9b
-Size (aiohttp-3.6.1.tar.gz) = 1113678 bytes
+SHA1 (aiohttp-3.6.2.tar.gz) = e6aa28b3b5581598680165170ec6fc658e87dc06
+RMD160 (aiohttp-3.6.2.tar.gz) = 2e7113c2d7a0f830c541da28df0b9568dee0177a
+SHA512 (aiohttp-3.6.2.tar.gz) = 49bd3089158c05ff6312420190ccd7fed95efb4a18b8aff7497d5507c71c692080d6949801edabdcd95379ca8e6614398408118d72ff1e782399e059e2cfc1a8
+Size (aiohttp-3.6.2.tar.gz) = 1076923 bytes



Home | Main Index | Thread Index | Old Index