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 Jan 29 06:53:52 UTC 2024

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

Log Message:
py-aiohttp: updated to 3.9.2

3.9.2 (2024-01-28)

Bug fixes

- Fixed server-side websocket connection leak.
- Fixed ``web.FileResponse`` doing blocking I/O in the event loop.
- Fixed double compress when compression enabled and compressed file exists in server file responses.
- Added runtime type check for ``ClientSession`` ``timeout`` parameter.
- Fixed an unhandled exception in the Python HTTP parser on header lines starting with a colon

  Invalid request lines with anything but a dot between the HTTP major and minor version are now rejected.
  Invalid header field names containing question mark or slash are now rejected.
  Such requests are incompatible with :rfc:`9110#section-5.6.2` and are not known to be of any legitimate use.

- Improved validation of paths for static resources requests to the server

Features

- Added support for passing :py:data:`True` to ``ssl`` parameter in ``ClientSession`` while
  deprecating :py:data:`None`

Breaking changes

- Fixed an unhandled exception in the Python HTTP parser on header lines starting with a colon

  Invalid request lines with anything but a dot between the HTTP major and minor version are now rejected.
  Invalid header field names containing question mark or slash are now rejected.
  Such requests are incompatible with :rfc:`9110#section-5.6.2` and are not known to be of any legitimate use.

Improved documentation

- Fixed examples of ``fallback_charset_resolver`` function in the :doc:`client_advanced` document.
- The Sphinx setup was updated to avoid showing the empty
  changelog draft section in the tagged release documentation
  builds on Read The Docs


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.57 -r1.58 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.62 pkgsrc/www/py-aiohttp/Makefile:1.63
--- pkgsrc/www/py-aiohttp/Makefile:1.62 Mon Nov 27 06:59:01 2023
+++ pkgsrc/www/py-aiohttp/Makefile      Mon Jan 29 06:53:52 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2023/11/27 06:59:01 adam Exp $
+# $NetBSD: Makefile,v 1.63 2024/01/29 06:53:52 adam Exp $
 
-DISTNAME=      aiohttp-3.9.1
+DISTNAME=      aiohttp-3.9.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.57 pkgsrc/www/py-aiohttp/distinfo:1.58
--- pkgsrc/www/py-aiohttp/distinfo:1.57 Mon Nov 27 06:59:01 2023
+++ pkgsrc/www/py-aiohttp/distinfo      Mon Jan 29 06:53:52 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.57 2023/11/27 06:59:01 adam Exp $
+$NetBSD: distinfo,v 1.58 2024/01/29 06:53:52 adam Exp $
 
-BLAKE2s (aiohttp-3.9.1.tar.gz) = 4d99434e0beadf681533fc8d2d12f53ab795dba66c8eabaf2e530e4c1fca068f
-SHA512 (aiohttp-3.9.1.tar.gz) = 3288085d5fbcfb7e3664f906345aeab6f989f2318babae6bf5cc3955de48707e9de56ce3b9553d6ee35c72b8f884dc1fd01861a638ee738573e78a203e6a9dec
-Size (aiohttp-3.9.1.tar.gz) = 7482118 bytes
+BLAKE2s (aiohttp-3.9.2.tar.gz) = 2458dc9ba3711261771aa4524b4aa1926fba4ec85bac5a6f7d8dbd7d844c66df
+SHA512 (aiohttp-3.9.2.tar.gz) = 8e9c41b45d1ffd99ef819a6c46f16dd7c92dd2416c383ad9c3d810c055cc0a0db4e7ab15e7ef5b3550eaa68b18538b246b45a969ce7d76cbce667209c7477643
+Size (aiohttp-3.9.2.tar.gz) = 7499640 bytes



Home | Main Index | Thread Index | Old Index