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 Oct  9 12:45:23 UTC 2023

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

Log Message:
py-aiohttp: updated to 3.8.6

3.8.6 (2023-10-07)

Security bugfixes

- Upgraded the vendored copy of llhttp_ to v9.1.3
- Updated Python parser to comply with RFCs 9110/9112

Deprecation

- Added ``fallback_charset_resolver`` parameter in ``ClientSession`` to allow a user-supplied
  character set detection function.

  Character set detection will no longer be included in 3.9 as a default. If this feature is needed,
  please use `fallback_charset_resolver <https://docs.aiohttp.org/en/stable/client_advanced.html#character-set-detection>`_.

Features

- Enabled lenient response parsing for more flexible parsing in the client
  (this should resolve some regressions when dealing with badly formatted HTTP responses).

Bugfixes

- Fixed ``PermissionError`` when ``.netrc`` is unreadable due to permissions.
- Fixed output of parsing errors pointing to a ``\n``.
- Fixed ``GunicornWebWorker`` max_requests_jitter not working.
- Fixed sorting in ``filter_cookies`` to use cookie with longest path.
- Fixed display of ``BadStatusLine`` messages from llhttp_.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.53 -r1.54 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.58 pkgsrc/www/py-aiohttp/Makefile:1.59
--- pkgsrc/www/py-aiohttp/Makefile:1.58 Thu Jul 20 07:47:52 2023
+++ pkgsrc/www/py-aiohttp/Makefile      Mon Oct  9 12:45:23 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2023/07/20 07:47:52 adam Exp $
+# $NetBSD: Makefile,v 1.59 2023/10/09 12:45:23 adam Exp $
 
-DISTNAME=      aiohttp-3.8.5
+DISTNAME=      aiohttp-3.8.6
 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.53 pkgsrc/www/py-aiohttp/distinfo:1.54
--- pkgsrc/www/py-aiohttp/distinfo:1.53 Thu Jul 20 07:47:52 2023
+++ pkgsrc/www/py-aiohttp/distinfo      Mon Oct  9 12:45:23 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.53 2023/07/20 07:47:52 adam Exp $
+$NetBSD: distinfo,v 1.54 2023/10/09 12:45:23 adam Exp $
 
-BLAKE2s (aiohttp-3.8.5.tar.gz) = 98cab96272e76df40f435f7c31679f5b5d44c4f50ab2fb1fe9fabb934469285f
-SHA512 (aiohttp-3.8.5.tar.gz) = 613dfe836c511832c68eadbd0a76882ec362ff956937aa913fc7567b7e3e1ac2085a70a1eca42fb016f38c076a131b506b22f26879ad06b077cb4a85e9dcd8db
-Size (aiohttp-3.8.5.tar.gz) = 7358303 bytes
+BLAKE2s (aiohttp-3.8.6.tar.gz) = e42009666dfb181072f2fca27e7cbcfe346098b576a2a07c557171409281a85a
+SHA512 (aiohttp-3.8.6.tar.gz) = 43f1dd6670d90aefee7f0f30411b13c643ea684815b493cc4437e5f1981f4fdf4b718a40543d7c3c8c70d8b27470b8f3bf1609e46146362e0490ce0990a057f5
+Size (aiohttp-3.8.6.tar.gz) = 7352172 bytes



Home | Main Index | Thread Index | Old Index