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:           Thu Aug 22 12:02:04 UTC 2024

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

Log Message:
py-aiohttp: updated to 3.10.5

3.10.5 (2024-08-19)

Bug fixes

- Fixed :meth:`aiohttp.ClientResponse.json()` not setting ``status`` when :exc:`aiohttp.ContentTypeError` is raised

Miscellaneous internal changes

- Improved performance of the WebSocket reader


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.65 -r1.66 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.70 pkgsrc/www/py-aiohttp/Makefile:1.71
--- pkgsrc/www/py-aiohttp/Makefile:1.70 Sun Aug 18 19:31:54 2024
+++ pkgsrc/www/py-aiohttp/Makefile      Thu Aug 22 12:02:03 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2024/08/18 19:31:54 adam Exp $
+# $NetBSD: Makefile,v 1.71 2024/08/22 12:02:03 adam Exp $
 
-DISTNAME=      aiohttp-3.10.4
+DISTNAME=      aiohttp-3.10.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp/}
@@ -27,8 +27,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-async-timeout>=4.0.0:../../devel/py-async-timeout

Index: pkgsrc/www/py-aiohttp/distinfo
diff -u pkgsrc/www/py-aiohttp/distinfo:1.65 pkgsrc/www/py-aiohttp/distinfo:1.66
--- pkgsrc/www/py-aiohttp/distinfo:1.65 Sun Aug 18 19:31:54 2024
+++ pkgsrc/www/py-aiohttp/distinfo      Thu Aug 22 12:02:03 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.65 2024/08/18 19:31:54 adam Exp $
+$NetBSD: distinfo,v 1.66 2024/08/22 12:02:03 adam Exp $
 
-BLAKE2s (aiohttp-3.10.4.tar.gz) = c32c3d0059c6a0af57dd732c2617d7f2856452297ffb45c26a7ea28ea1ec268c
-SHA512 (aiohttp-3.10.4.tar.gz) = 060286794f09e38dda3d5bdb6f5c0bd4cf8bc1eaaf58bf403a526f8afb50f53cb880d9ece1de70f4fb88d5e72357beceba86f33b9e77e748425ae636552406b8
-Size (aiohttp-3.10.4.tar.gz) = 7524267 bytes
+BLAKE2s (aiohttp-3.10.5.tar.gz) = ba8402d6319f16e55c852f13762f12dc4a0921be19cbef3aabeb31d4c40d3bf7
+SHA512 (aiohttp-3.10.5.tar.gz) = bb932d24b3ce332d8a232ef3bf1fbe9b0a7df9986ad5e81d5f41bc31a81204653e5250c4f0ee77a9eeb53d404bd907b12977d31caae54c00ef0146350629e750
+Size (aiohttp-3.10.5.tar.gz) = 7524360 bytes



Home | Main Index | Thread Index | Old Index