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 Dec  4 09:26:23 UTC 2024

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

Log Message:
py-aiohttp: updated to 3.11.9

3.11.9 (2024-12-01)

Bug fixes

- Fixed invalid method logging unexpected being logged at exception level on subsequent connections

Miscellaneous internal changes

- Improved performance of parsing headers when using the C parser

3.11.8 (2024-11-27)

Miscellaneous internal changes

- Improved performance of creating :class:`aiohttp.ClientResponse` objects when there are no cookies
- Improved performance of creating :class:`aiohttp.ClientResponse` objects
- Improved performances of creating objects during the HTTP request lifecycle
- Improved performance of constructing :class:`aiohttp.web.Response` with headers
- Improved performance of making requests when there are no auto headers to skip
- Downgraded logging of invalid HTTP method exceptions on the first request to debug level

  HTTP requests starting with an invalid method are relatively common, especially when connected to the public internet, because browsers or other clients may try to speak SSL to a plain-text server 
or vice-versa. These exceptions can quickly fill the log with noise when nothing is wrong.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.73 -r1.74 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.79 pkgsrc/www/py-aiohttp/Makefile:1.80
--- pkgsrc/www/py-aiohttp/Makefile:1.79 Sun Nov 24 07:27:08 2024
+++ pkgsrc/www/py-aiohttp/Makefile      Wed Dec  4 09:26:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2024/11/24 07:27:08 adam Exp $
+# $NetBSD: Makefile,v 1.80 2024/12/04 09:26:23 adam Exp $
 
-DISTNAME=      aiohttp-3.11.7
+DISTNAME=      aiohttp-3.11.9
 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.73 pkgsrc/www/py-aiohttp/distinfo:1.74
--- pkgsrc/www/py-aiohttp/distinfo:1.73 Sun Nov 24 07:27:08 2024
+++ pkgsrc/www/py-aiohttp/distinfo      Wed Dec  4 09:26:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.73 2024/11/24 07:27:08 adam Exp $
+$NetBSD: distinfo,v 1.74 2024/12/04 09:26:23 adam Exp $
 
-BLAKE2s (aiohttp-3.11.7.tar.gz) = 01e1232a031920261bb9fab36de687c8ff2bbbbe411c5e3c5835ac31845bb962
-SHA512 (aiohttp-3.11.7.tar.gz) = 886149feca3de14e9433b5f877c0a7a6628d4333383ca762900209949bdf8c354460d21a673b7e195a1998eb4f8459972f5d85fed4cbeea5c52d6f449daba040
-Size (aiohttp-3.11.7.tar.gz) = 7666482 bytes
+BLAKE2s (aiohttp-3.11.9.tar.gz) = a8e5339983690a6bdd0f40b936d592a0951d9d4c1f3366d211d45d6eced4d842
+SHA512 (aiohttp-3.11.9.tar.gz) = b6be296f08fb4421d3e8f206ca1abcd781a275d24da3434ccf049c95ac332a0fe7334f0450d35e57caa505f348485257ffd627924fbfd1795eb579a5475c7187
+Size (aiohttp-3.11.9.tar.gz) = 7668012 bytes



Home | Main Index | Thread Index | Old Index