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:           Wed Nov 13 17:35:37 UTC 2024

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

Log Message:
py-aiohttp: updated to 3.10.11

3.10.11 (2024-11-13)

Bug fixes

- Authentication provided by a redirect now takes precedence over provided ``auth`` when making requests with the client
- Fixed :py:meth:`WebSocketResponse.close() <aiohttp.web.WebSocketResponse.close>` to discard non-close messages within its timeout window after sending close
- Fixed a deadlock that could occur while attempting to get a new connection slot after a timeout
  The connector was not cancellation-safe.
- Fixed the WebSocket flow control calculation undercounting with multi-byte data
- Fixed incorrect parsing of chunk extensions with the pure Python parser
- Fixed system routes polluting the middleware cache

Removals and backward incompatible breaking changes

- Improved performance of the connector when a connection can be reused
  If ``BaseConnector.connect`` has been subclassed and replaced with custom logic, the ``ceil_timeout`` must be added.

Miscellaneous internal changes

- Improved performance of the client request lifecycle when there are no cookies
- Improved performance of serializing HTTP headers
- Passing ``enable_cleanup_closed`` to :py:class:`aiohttp.TCPConnector` is now ignored on Python 3.12.7+ and 3.13.1+ since the underlying bug that caused asyncio to leak SSL connections has been 
fixed upstream


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.69 -r1.70 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.75 pkgsrc/www/py-aiohttp/Makefile:1.76
--- pkgsrc/www/py-aiohttp/Makefile:1.75 Mon Nov 11 07:29:15 2024
+++ pkgsrc/www/py-aiohttp/Makefile      Wed Nov 13 17:35:37 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2024/11/11 07:29:15 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2024/11/13 17:35:37 adam Exp $
 
-DISTNAME=      aiohttp-3.10.10
+DISTNAME=      aiohttp-3.10.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp/}

Index: pkgsrc/www/py-aiohttp/distinfo
diff -u pkgsrc/www/py-aiohttp/distinfo:1.69 pkgsrc/www/py-aiohttp/distinfo:1.70
--- pkgsrc/www/py-aiohttp/distinfo:1.69 Mon Oct 14 16:56:43 2024
+++ pkgsrc/www/py-aiohttp/distinfo      Wed Nov 13 17:35:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.69 2024/10/14 16:56:43 adam Exp $
+$NetBSD: distinfo,v 1.70 2024/11/13 17:35:37 adam Exp $
 
-BLAKE2s (aiohttp-3.10.10.tar.gz) = b12c522a967457bc79a86563799d7ed8fce482b317b2d705b3c57dad71fd67c2
-SHA512 (aiohttp-3.10.10.tar.gz) = c6928d989c110c323347b6f5b0a90c42e17924b4121455a240f5a15d87f939580640ba0f8d576f8254e484e5b631ec4562a2fb4e6c86402924b1892a6d72aff8
-Size (aiohttp-3.10.10.tar.gz) = 7542993 bytes
+BLAKE2s (aiohttp-3.10.11.tar.gz) = 18fb9240b5bd65a85c1aaf8c8d3c3b8ce27ed18162a8c313281ddae50f8197c3
+SHA512 (aiohttp-3.10.11.tar.gz) = 41e2a35a39e019706a174ab7d75943524d05ac124a258215ba34dc1276edde2a304321c1184c5f00bc5a485c16050d299c56c4c5d803576c1c8a4ab05aae9b3c
+Size (aiohttp-3.10.11.tar.gz) = 7551886 bytes



Home | Main Index | Thread Index | Old Index