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: wiz
Date: Wed Oct 9 13:08:18 UTC 2024
Modified Files:
pkgsrc/www/py-aiohttp: Makefile distinfo
Log Message:
py-aiohttp: update to 3.10.9.
3.10.9 (2024-10-04)
===================
Bug fixes
---------
- Fixed proxy headers being used in the ``ConnectionKey`` hash when a proxy was not being used -- by :user:`bdraco`.
If default headers are used, they are also used for proxy headers. This could have led to creating connections that were not needed when one was already available.
*Related issues and pull requests on GitHub:*
:issue:`9368`.
- Widened the type of the ``trace_request_ctx`` parameter of
:meth:`ClientSession.request() <aiohttp.ClientSession.request>` and friends
-- by :user:`layday`.
*Related issues and pull requests on GitHub:*
:issue:`9397`.
Removals and backward incompatible breaking changes
---------------------------------------------------
- Fixed failure to try next host after single-host connection timeout -- by :user:`brettdh`.
The default client :class:`aiohttp.ClientTimeout` params has changed to include a ``sock_connect`` timeout of 30 seconds so that this correct behavior happens by default.
*Related issues and pull requests on GitHub:*
:issue:`7342`.
Miscellaneous internal changes
------------------------------
- Improved performance of resolving hosts with Python 3.12+ -- by :user:`bdraco`.
*Related issues and pull requests on GitHub:*
:issue:`9342`.
- Reduced memory required for timer objects created during the client request lifecycle -- by :user:`bdraco`.
*Related issues and pull requests on GitHub:*
:issue:`9406`.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.67 -r1.68 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.72 pkgsrc/www/py-aiohttp/Makefile:1.73
--- pkgsrc/www/py-aiohttp/Makefile:1.72 Tue Oct 1 07:47:23 2024
+++ pkgsrc/www/py-aiohttp/Makefile Wed Oct 9 13:08:17 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2024/10/01 07:47:23 adam Exp $
+# $NetBSD: Makefile,v 1.73 2024/10/09 13:08:17 wiz Exp $
-DISTNAME= aiohttp-3.10.8
+DISTNAME= aiohttp-3.10.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp/}
@@ -34,8 +34,8 @@ DEPENDS+= ${PYPKGPREFIX}-async-timeout>=
.include "../../lang/python/wheel.mk"
# need to package: proxy (!?)
-# leads to, as of 3.10.0:
-# 5 failed, 3107 passed, 21 skipped, 6 deselected, 33 xfailed, 37 errors
+# leads to, as of 3.10.9:
+# 4 failed, 3204 passed, 30 skipped, 6 deselected, 25 xfailed, 37 errors
pre-test:
cd ${WRKSRC} && ${RM} -f tests/test_proxy_functional.py tests/autobahn/test_autobahn.py
Index: pkgsrc/www/py-aiohttp/distinfo
diff -u pkgsrc/www/py-aiohttp/distinfo:1.67 pkgsrc/www/py-aiohttp/distinfo:1.68
--- pkgsrc/www/py-aiohttp/distinfo:1.67 Tue Oct 1 07:47:23 2024
+++ pkgsrc/www/py-aiohttp/distinfo Wed Oct 9 13:08:17 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.67 2024/10/01 07:47:23 adam Exp $
+$NetBSD: distinfo,v 1.68 2024/10/09 13:08:17 wiz Exp $
-BLAKE2s (aiohttp-3.10.8.tar.gz) = f3feb4a5c1d6949402b6049bc9f1fd99bb9f7e90089ab42a8bbab468c17e24f6
-SHA512 (aiohttp-3.10.8.tar.gz) = f19a58e698908faf164592037d57f1d133e064616b5552df26639a9a7248e90a960cb1b070dbbb90c058579cbdcc4edb72b2846bd20ab2867b4b0c670ddd177f
-Size (aiohttp-3.10.8.tar.gz) = 7540022 bytes
+BLAKE2s (aiohttp-3.10.9.tar.gz) = 2d90f3324383c083183337951f3657f350d04d7eee5865f9276460aea395c10e
+SHA512 (aiohttp-3.10.9.tar.gz) = 0b52ba3ff2c78113117f56818ab177791f2764b2e5ce6531ce5b0481ab9d22b4fe621d70c1c2067eab8cfdd423a2cf0fdaefd8b13231aecf0491326bdf12d1a0
+Size (aiohttp-3.10.9.tar.gz) = 7541983 bytes
Home |
Main Index |
Thread Index |
Old Index