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 14 16:56:43 UTC 2024

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

Log Message:
py-aiohttp: updated to 3.10.10

3.10.10 (2024-10-10)

Bug fixes

- Fixed error messages from :py:class:`~aiohttp.resolver.AsyncResolver` being swallowed

Features

- Added :exc:`aiohttp.ClientConnectorDNSError` for differentiating DNS resolution errors from other connector errors

Miscellaneous internal changes

- Simplified DNS resolution throttling code to reduce chance of race conditions


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-aiohttp/PLIST
cvs rdiff -u -r1.68 -r1.69 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.73 pkgsrc/www/py-aiohttp/Makefile:1.74
--- pkgsrc/www/py-aiohttp/Makefile:1.73 Wed Oct  9 13:08:17 2024
+++ pkgsrc/www/py-aiohttp/Makefile      Mon Oct 14 16:56:43 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2024/10/09 13:08:17 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2024/10/14 16:56:43 adam Exp $
 
-DISTNAME=      aiohttp-3.10.9
+DISTNAME=      aiohttp-3.10.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp/}

Index: pkgsrc/www/py-aiohttp/PLIST
diff -u pkgsrc/www/py-aiohttp/PLIST:1.13 pkgsrc/www/py-aiohttp/PLIST:1.14
--- pkgsrc/www/py-aiohttp/PLIST:1.13    Sun Nov 19 13:52:13 2023
+++ pkgsrc/www/py-aiohttp/PLIST Mon Oct 14 16:56:43 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2023/11/19 13:52:13 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2024/10/14 16:56:43 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -81,9 +81,6 @@ ${PYSITELIB}/aiohttp/http_websocket.pyo
 ${PYSITELIB}/aiohttp/http_writer.py
 ${PYSITELIB}/aiohttp/http_writer.pyc
 ${PYSITELIB}/aiohttp/http_writer.pyo
-${PYSITELIB}/aiohttp/locks.py
-${PYSITELIB}/aiohttp/locks.pyc
-${PYSITELIB}/aiohttp/locks.pyo
 ${PYSITELIB}/aiohttp/log.py
 ${PYSITELIB}/aiohttp/log.pyc
 ${PYSITELIB}/aiohttp/log.pyo

Index: pkgsrc/www/py-aiohttp/distinfo
diff -u pkgsrc/www/py-aiohttp/distinfo:1.68 pkgsrc/www/py-aiohttp/distinfo:1.69
--- pkgsrc/www/py-aiohttp/distinfo:1.68 Wed Oct  9 13:08:17 2024
+++ pkgsrc/www/py-aiohttp/distinfo      Mon Oct 14 16:56:43 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.68 2024/10/09 13:08:17 wiz Exp $
+$NetBSD: distinfo,v 1.69 2024/10/14 16:56:43 adam Exp $
 
-BLAKE2s (aiohttp-3.10.9.tar.gz) = 2d90f3324383c083183337951f3657f350d04d7eee5865f9276460aea395c10e
-SHA512 (aiohttp-3.10.9.tar.gz) = 0b52ba3ff2c78113117f56818ab177791f2764b2e5ce6531ce5b0481ab9d22b4fe621d70c1c2067eab8cfdd423a2cf0fdaefd8b13231aecf0491326bdf12d1a0
-Size (aiohttp-3.10.9.tar.gz) = 7541983 bytes
+BLAKE2s (aiohttp-3.10.10.tar.gz) = b12c522a967457bc79a86563799d7ed8fce482b317b2d705b3c57dad71fd67c2
+SHA512 (aiohttp-3.10.10.tar.gz) = c6928d989c110c323347b6f5b0a90c42e17924b4121455a240f5a15d87f939580640ba0f8d576f8254e484e5b631ec4562a2fb4e6c86402924b1892a6d72aff8
+Size (aiohttp-3.10.10.tar.gz) = 7542993 bytes



Home | Main Index | Thread Index | Old Index