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:           Tue Feb 25 13:06:50 UTC 2025

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

Log Message:
py-aiohttp: updated to 3.11.13

3.11.13 (2025-02-24)

Bug fixes

- Removed a break statement inside the finally block in :py:class:`~aiohttp.web.RequestHandler`
- Changed connection creation to explicitly close sockets if an exception is raised in the event loop's ``create_connection`` method -- by :user:`top-oai`.

Packaging updates and notes for downstreams

- Fixed test ``test_write_large_payload_deflate_compression_data_in_eof_writelines`` failing with Python 3.12.9+ or 3.13.2+ -- by :user:`bdraco`.

Miscellaneous internal changes

- Added human-readable error messages to the exceptions for WebSocket disconnects due to PONG not being received -- by :user:`bdraco`.
  Previously, the error messages were empty strings, which made it hard to determine what went wrong.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.77 -r1.78 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.83 pkgsrc/www/py-aiohttp/Makefile:1.84
--- pkgsrc/www/py-aiohttp/Makefile:1.83 Thu Feb  6 09:43:33 2025
+++ pkgsrc/www/py-aiohttp/Makefile      Tue Feb 25 13:06:50 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.83 2025/02/06 09:43:33 adam Exp $
+# $NetBSD: Makefile,v 1.84 2025/02/25 13:06:50 adam Exp $
 
-DISTNAME=      aiohttp-3.11.12
+DISTNAME=      aiohttp-3.11.13
 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.77 pkgsrc/www/py-aiohttp/distinfo:1.78
--- pkgsrc/www/py-aiohttp/distinfo:1.77 Thu Feb  6 09:43:33 2025
+++ pkgsrc/www/py-aiohttp/distinfo      Tue Feb 25 13:06:50 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.77 2025/02/06 09:43:33 adam Exp $
+$NetBSD: distinfo,v 1.78 2025/02/25 13:06:50 adam Exp $
 
-BLAKE2s (aiohttp-3.11.12.tar.gz) = 6b1c9cf7914eac9db26eb26424417506168add92e705dab737c28b987ce6195e
-SHA512 (aiohttp-3.11.12.tar.gz) = 9f770f5182394acace994d40ca3b7028698242ce5e0caecd16b2e511c9463ae43e3fac9aabfc21afcbb7e17a44e324d19d88f7e1c81d0b4646f81923f9b4f160
-Size (aiohttp-3.11.12.tar.gz) = 7673175 bytes
+BLAKE2s (aiohttp-3.11.13.tar.gz) = 44bae75b36fe15b5e5508845efb0bc76b4760b7adff5646a4629828d2da341a8
+SHA512 (aiohttp-3.11.13.tar.gz) = cd9745ea07041e438bb42508ed86095582b7121d233719e9d16033c34d567063c2fd091536ab45ea1695ba118d49b955c56153fe7d6b51c2ee0a4760bfd816a9
+Size (aiohttp-3.11.13.tar.gz) = 7674284 bytes



Home | Main Index | Thread Index | Old Index