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: Sun Jun 1 05:46:26 UTC 2025
Modified Files:
pkgsrc/www/py-aiohttp: Makefile distinfo
Log Message:
py-aiohttp: updated to 3.12.6
3.12.6 (2025-05-31)
Bug fixes
- Fixed spurious "Future exception was never retrieved" warnings for connection lost errors when the connector is not closed
When connections are lost, the exception is now marked as retrieved since it is always propagated through other means, preventing unnecessary warnings in logs.
3.12.5 (2025-05-30)
Features
- Added ``ssl_shutdown_timeout`` parameter to :py:class:`~aiohttp.ClientSession` and :py:class:`~aiohttp.TCPConnector` to control the grace period for SSL shutdown handshake on TLS connections. This
helps prevent "connection reset" errors on the server side while avoiding excessive delays during connector cleanup. Note: This parameter only takes effect on Python 3.11+
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.84 -r1.85 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.90 pkgsrc/www/py-aiohttp/Makefile:1.91
--- pkgsrc/www/py-aiohttp/Makefile:1.90 Fri May 30 05:31:52 2025
+++ pkgsrc/www/py-aiohttp/Makefile Sun Jun 1 05:46:26 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.90 2025/05/30 05:31:52 adam Exp $
+# $NetBSD: Makefile,v 1.91 2025/06/01 05:46:26 adam Exp $
-DISTNAME= aiohttp-3.12.4
+DISTNAME= aiohttp-3.12.6
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.84 pkgsrc/www/py-aiohttp/distinfo:1.85
--- pkgsrc/www/py-aiohttp/distinfo:1.84 Fri May 30 05:31:52 2025
+++ pkgsrc/www/py-aiohttp/distinfo Sun Jun 1 05:46:26 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.84 2025/05/30 05:31:52 adam Exp $
+$NetBSD: distinfo,v 1.85 2025/06/01 05:46:26 adam Exp $
-BLAKE2s (aiohttp-3.12.4.tar.gz) = caa3ff2c5fab7abdc1146048d1596b1b97bd48c3ef1a4c45956b52e07c8f2770
-SHA512 (aiohttp-3.12.4.tar.gz) = 86e88a3be0d6a4993dbcf5a28bebbe19ded15466d539c6933cf2c8990bb684d436673685e419662efe1655a315e31642a60805d348ead9eeda909522720b8434
-Size (aiohttp-3.12.4.tar.gz) = 7781788 bytes
+BLAKE2s (aiohttp-3.12.6.tar.gz) = b5c7761285d777f49d9fa608d0186e716592536b29222ea40542e5c4c12e9454
+SHA512 (aiohttp-3.12.6.tar.gz) = e73e57cf185bdf52e020856c9254be407663d75eeeb52e6ac3c0d57a77719d82539006347980319c7eed79ff8f3692355ade00d82929ed11a35ddb718b1cebca
+Size (aiohttp-3.12.6.tar.gz) = 7784449 bytes
Home |
Main Index |
Thread Index |
Old Index