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 25 10:00:50 UTC 2024

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

Log Message:
py-aiohttp: updated to 3.11.11

3.11.11 (2024-12-18)

Bug fixes

- Updated :py:meth:`~aiohttp.ClientSession.request` to reuse the ``quote_cookie`` setting from ``ClientSession._cookie_jar`` when processing cookies parameter.
- Fixed type of ``SSLContext`` for some static type checkers (e.g. pyright).
- Updated :meth:`aiohttp.web.StreamResponse.write` annotation to also allow :class:`bytearray` and :class:`memoryview` as inputs -- by :user:`cdce8p`.
- Fixed a hang where a connection previously used for a streaming
  download could be returned to the pool in a paused state.

Features

- Enabled ALPN on default SSL contexts. This improves compatibility with some
  proxies which don't work without this extension.

Miscellaneous internal changes

- Fixed an infinite loop that can occur when using aiohttp in combination
  with `async-solipsism`_


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.75 -r1.76 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.81 pkgsrc/www/py-aiohttp/Makefile:1.82
--- pkgsrc/www/py-aiohttp/Makefile:1.81 Fri Dec  6 08:08:53 2024
+++ pkgsrc/www/py-aiohttp/Makefile      Wed Dec 25 10:00:50 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2024/12/06 08:08:53 adam Exp $
+# $NetBSD: Makefile,v 1.82 2024/12/25 10:00:50 adam Exp $
 
-DISTNAME=      aiohttp-3.11.10
+DISTNAME=      aiohttp-3.11.11
 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.75 pkgsrc/www/py-aiohttp/distinfo:1.76
--- pkgsrc/www/py-aiohttp/distinfo:1.75 Fri Dec  6 08:08:53 2024
+++ pkgsrc/www/py-aiohttp/distinfo      Wed Dec 25 10:00:50 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.75 2024/12/06 08:08:53 adam Exp $
+$NetBSD: distinfo,v 1.76 2024/12/25 10:00:50 adam Exp $
 
-BLAKE2s (aiohttp-3.11.10.tar.gz) = d44857e32a2f88b408047c812dd7f2218c8a2af0e7a4ff6b3cec8c46cc78d87e
-SHA512 (aiohttp-3.11.10.tar.gz) = 06c4bf434705151cd5aa8d4a1759ab41e3b5c307dd92eb22f7293d1e1e3b7597a5f927ad3d1e8bcd3a8cdd4b2ebf12fedf72efd50dbf575b61e5aca4d2e54a55
-Size (aiohttp-3.11.10.tar.gz) = 7668832 bytes
+BLAKE2s (aiohttp-3.11.11.tar.gz) = da2167d59b74a4f8bd6a831d71603abbbb710bc4dc1a53339792f78d644ba375
+SHA512 (aiohttp-3.11.11.tar.gz) = 7b5c6fdf15a3bdae49b28f6955f31f528aff29f635b8bbbe60f0677dea8fbbe5de8e09b3cbb85f8a846942470b9e44c9d287aaf9eb08f8e8d9fab3bd64079edf
+Size (aiohttp-3.11.11.tar.gz) = 7669618 bytes



Home | Main Index | Thread Index | Old Index