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 Aug 18 19:31:54 UTC 2024
Modified Files:
pkgsrc/www/py-aiohttp: Makefile distinfo
Log Message:
py-aiohttp: updated to 3.10.4
3.10.4 (2024-08-17)
===================
Bug fixes
---------
- Fixed decoding base64 chunk in BodyPartReader
- Fixed a race closing the server-side WebSocket where the close code would not reach the client
- Fixed unconsumed exceptions raised by the WebSocket heartbeat
If the heartbeat ping raised an exception, it would not be consumed and would be logged as an warning.
- Fixed an edge case in the Python parser when chunk separators happen to align with network chunks
Improved documentation
----------------------
- Added ``aiohttp-apischema`` to supported libraries
Miscellaneous internal changes
------------------------------
- Improved performance of starting request handlers with Python 3.12+
This change is a followup to :issue:`8661` to make the same optimization for Python 3.12+ where the request is connected.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.64 -r1.65 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.69 pkgsrc/www/py-aiohttp/Makefile:1.70
--- pkgsrc/www/py-aiohttp/Makefile:1.69 Sun Aug 11 07:37:34 2024
+++ pkgsrc/www/py-aiohttp/Makefile Sun Aug 18 19:31:54 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2024/08/11 07:37:34 adam Exp $
+# $NetBSD: Makefile,v 1.70 2024/08/18 19:31:54 adam Exp $
-DISTNAME= aiohttp-3.10.3
+DISTNAME= aiohttp-3.10.4
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.64 pkgsrc/www/py-aiohttp/distinfo:1.65
--- pkgsrc/www/py-aiohttp/distinfo:1.64 Sun Aug 11 07:37:34 2024
+++ pkgsrc/www/py-aiohttp/distinfo Sun Aug 18 19:31:54 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.64 2024/08/11 07:37:34 adam Exp $
+$NetBSD: distinfo,v 1.65 2024/08/18 19:31:54 adam Exp $
-BLAKE2s (aiohttp-3.10.3.tar.gz) = 5890b62c7d309125759cc3414bb5ee74bcd33f17894ee335076f88c0cab4055f
-SHA512 (aiohttp-3.10.3.tar.gz) = fabf06bb8556b5870be37c76c50664289227d79a0f322aef830ebbcbdd2429d4499a767c74f53c83b1622cbb8278c36294777baae84ee5b86fab652d7fcd5c7c
-Size (aiohttp-3.10.3.tar.gz) = 7521618 bytes
+BLAKE2s (aiohttp-3.10.4.tar.gz) = c32c3d0059c6a0af57dd732c2617d7f2856452297ffb45c26a7ea28ea1ec268c
+SHA512 (aiohttp-3.10.4.tar.gz) = 060286794f09e38dda3d5bdb6f5c0bd4cf8bc1eaaf58bf403a526f8afb50f53cb880d9ece1de70f4fb88d5e72357beceba86f33b9e77e748425ae636552406b8
+Size (aiohttp-3.10.4.tar.gz) = 7524267 bytes
Home |
Main Index |
Thread Index |
Old Index