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 Nov 27 06:59:02 UTC 2023

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

Log Message:
py-aiohttp: updated to 3.9.1

3.9.1 (2023-11-26)

Bugfixes

- Fixed importing aiohttp under PyPy on Windows.
- Fixed async concurrency safety in websocket compressor.
- Fixed ``ClientResponse.close()`` releasing the connection instead of closing.
- Fixed a regression where connection may get closed during upgrade.
- Fixed messages being reported as upgraded without an Upgrade header in Python parser.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.56 -r1.57 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.61 pkgsrc/www/py-aiohttp/Makefile:1.62
--- pkgsrc/www/py-aiohttp/Makefile:1.61 Sun Nov 19 13:52:13 2023
+++ pkgsrc/www/py-aiohttp/Makefile      Mon Nov 27 06:59:01 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2023/11/19 13:52:13 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2023/11/27 06:59:01 adam Exp $
 
-DISTNAME=      aiohttp-3.9.0
+DISTNAME=      aiohttp-3.9.1
 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.56 pkgsrc/www/py-aiohttp/distinfo:1.57
--- pkgsrc/www/py-aiohttp/distinfo:1.56 Sun Nov 19 13:52:13 2023
+++ pkgsrc/www/py-aiohttp/distinfo      Mon Nov 27 06:59:01 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.56 2023/11/19 13:52:13 wiz Exp $
+$NetBSD: distinfo,v 1.57 2023/11/27 06:59:01 adam Exp $
 
-BLAKE2s (aiohttp-3.9.0.tar.gz) = 8f642ab7903f73415c23b6d78989e44b405c41e2b5d07f7b1bf58137ad908268
-SHA512 (aiohttp-3.9.0.tar.gz) = 3001ea211985c26aa4f8a20210d80d6e72a904c1ea93a5aed5d08eb191dd253155ec5a44ae14d961c6ebbc747cbc8e602866ee7eb0b8963cf783a68dcf8b3ba6
-Size (aiohttp-3.9.0.tar.gz) = 7475063 bytes
+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



Home | Main Index | Thread Index | Old Index