pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-aiohttp



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Oct 10 07:53:06 UTC 2019

Modified Files:
        pkgsrc/www/py-aiohttp: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/www/py-aiohttp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-aiohttp/Makefile
diff -u pkgsrc/www/py-aiohttp/Makefile:1.40 pkgsrc/www/py-aiohttp/Makefile:1.41
--- pkgsrc/www/py-aiohttp/Makefile:1.40 Fri Oct  4 11:17:57 2019
+++ pkgsrc/www/py-aiohttp/Makefile      Thu Oct 10 07:53:06 2019
@@ -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 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-xdist
 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

Index: pkgsrc/www/py-aiohttp/distinfo
diff -u pkgsrc/www/py-aiohttp/distinfo:1.38 pkgsrc/www/py-aiohttp/distinfo:1.39
--- pkgsrc/www/py-aiohttp/distinfo:1.38 Fri Oct  4 11:17:57 2019
+++ pkgsrc/www/py-aiohttp/distinfo      Thu Oct 10 07:53:06 2019
@@ -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