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: Wed Oct 29 09:18:30 UTC 2025
Modified Files:
pkgsrc/www/py-aiohttp: Makefile distinfo
Log Message:
py-aiohttp: updated to 3.13.2
3.13.2 (2025-10-28)
Bug fixes
- Fixed cookie parser to continue parsing subsequent cookies when encountering a malformed cookie that fails regex validation, such as Google's ``g_state`` cookie with unescaped quotes
- Fixed loading netrc credentials from the default :file:`~/.netrc` (:file:`~/_netrc` on Windows) location when the :envvar:`NETRC` environment variable is not set
- Fixed WebSocket compressed sends to be cancellation safe. Tasks are now shielded during compression to prevent compressor state corruption. This ensures that the stateful compressor remains
consistent even when send operations are cancelled
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.93 -r1.94 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.101 pkgsrc/www/py-aiohttp/Makefile:1.102
--- pkgsrc/www/py-aiohttp/Makefile:1.101 Sun Oct 19 18:38:15 2025
+++ pkgsrc/www/py-aiohttp/Makefile Wed Oct 29 09:18:30 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.101 2025/10/19 18:38:15 wiz Exp $
+# $NetBSD: Makefile,v 1.102 2025/10/29 09:18:30 adam Exp $
-DISTNAME= aiohttp-3.13.1
+DISTNAME= aiohttp-3.13.2
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.93 pkgsrc/www/py-aiohttp/distinfo:1.94
--- pkgsrc/www/py-aiohttp/distinfo:1.93 Sun Oct 19 18:38:15 2025
+++ pkgsrc/www/py-aiohttp/distinfo Wed Oct 29 09:18:30 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.93 2025/10/19 18:38:15 wiz Exp $
+$NetBSD: distinfo,v 1.94 2025/10/29 09:18:30 adam Exp $
-BLAKE2s (aiohttp-3.13.1.tar.gz) = 05c82daed8d49dc0bb6c3294253bbba504ad1fccbf9e3f2ba4e22dc0a7e726ba
-SHA512 (aiohttp-3.13.1.tar.gz) = 3c990f4a5da60454a61b5907e877ad65ddf928a6bba659a6fb3cc7982ca9b5e6e0f70a050da19e580f32f7744bc29027901c677815c960f151e0c16675d64ff4
-Size (aiohttp-3.13.1.tar.gz) = 7835344 bytes
+BLAKE2s (aiohttp-3.13.2.tar.gz) = 884a47064e9311b46a4ed76965a516c6d7740ffd08bee13312be6d30301489b2
+SHA512 (aiohttp-3.13.2.tar.gz) = eb90bf5ea3e8b2e1dd600694247ee418bc932554d0517a7aa14641e9aa9abab90563fdeae5389e2fb8149b35b4f60449b5c8960c0d21e7ee738c52d0de782602
+Size (aiohttp-3.13.2.tar.gz) = 7837994 bytes
Home |
Main Index |
Thread Index |
Old Index