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: Mon Aug 5 05:42:09 UTC 2024
Modified Files:
pkgsrc/www/py-aiohttp: Makefile distinfo
Log Message:
py-aiohttp: updated to 3.10.1
3.10.1 (2024-08-03)
Bug fixes
- Fixed WebSocket server heartbeat timeout logic to terminate :py:meth:`~aiohttp.ClientWebSocketResponse.receive` and return :py:class:`~aiohttp.ServerTimeoutError` -- by :user:`arcivanov`.
When a WebSocket pong message was not received, the :py:meth:`~aiohttp.ClientWebSocketResponse.receive` operation did not terminate. This change causes ``_pong_not_received`` to feed the ``reader``
an error message, causing pending :py:meth:`~aiohttp.ClientWebSocketResponse.receive` to terminate and return the error message. The error message contains the exception
:py:class:`~aiohttp.ServerTimeoutError`.
- Fixed url dispatcher index not matching when a variable is preceded by a fixed string after a slash -- by :user:`bdraco`.
Removals and backward incompatible breaking changes
- Creating :py:class:`aiohttp.TCPConnector`, :py:class:`aiohttp.ClientSession`, :py:class:`~aiohttp.resolver.ThreadedResolver` :py:class:`aiohttp.web.Server`, or :py:class:`aiohttp.CookieJar`
instances without a running event loop now raises a :exc:`RuntimeError` -- by :user:`asvetlov`.
Creating these objects without a running event loop was deprecated in :issue:`3372` which was released in version 3.5.0.
This change first appeared in version 3.10.0 as :issue:`6378`.
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.62 -r1.63 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.67 pkgsrc/www/py-aiohttp/Makefile:1.68
--- pkgsrc/www/py-aiohttp/Makefile:1.67 Wed Jul 31 09:03:55 2024
+++ pkgsrc/www/py-aiohttp/Makefile Mon Aug 5 05:42:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2024/07/31 09:03:55 adam Exp $
+# $NetBSD: Makefile,v 1.68 2024/08/05 05:42:09 adam Exp $
-DISTNAME= aiohttp-3.10.0
+DISTNAME= aiohttp-3.10.1
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.62 pkgsrc/www/py-aiohttp/distinfo:1.63
--- pkgsrc/www/py-aiohttp/distinfo:1.62 Wed Jul 31 09:03:55 2024
+++ pkgsrc/www/py-aiohttp/distinfo Mon Aug 5 05:42:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.62 2024/07/31 09:03:55 adam Exp $
+$NetBSD: distinfo,v 1.63 2024/08/05 05:42:09 adam Exp $
-BLAKE2s (aiohttp-3.10.0.tar.gz) = 9827911967a9de3b26749c6dda26aaeae965a120fcca012cda73b1ce0db7258f
-SHA512 (aiohttp-3.10.0.tar.gz) = 69c8eaed5738c11ea994b64dcf75cbc5950b1cc4705ac40df80ad3311dceb1d25c15019527e32e9345a4677882e103a7c25dedc0dc99d874102a73771d6cfde9
-Size (aiohttp-3.10.0.tar.gz) = 7517100 bytes
+BLAKE2s (aiohttp-3.10.1.tar.gz) = 21cc8ba78bf059887acc43843cbdcb9e5f502ca650ef161961f5395fb5b66f17
+SHA512 (aiohttp-3.10.1.tar.gz) = 59f743ce7821b46da531eb576bbf20409407726b6ba78be9615f715ab2404cc3668120d2ec1566dcab7017ba36bf1753a3365b81097da53685c93ba013c3c94a
+Size (aiohttp-3.10.1.tar.gz) = 7517572 bytes
Home |
Main Index |
Thread Index |
Old Index