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:           Fri Dec  6 08:08:53 UTC 2024

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

Log Message:
py-aiohttp: updated to 3.11.10

3.11.10 (2024-12-05)

Bug fixes

- Fixed race condition in :class:`aiohttp.web.FileResponse` that could have resulted in an incorrect response if the file was replaced on the file system during ``prepare``
- Replaced deprecated call to :func:`mimetypes.guess_type` with :func:`mimetypes.guess_file_type` when using Python 3.13+
- Disabled zero copy writes in the ``StreamWriter``


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.74 -r1.75 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.80 pkgsrc/www/py-aiohttp/Makefile:1.81
--- pkgsrc/www/py-aiohttp/Makefile:1.80 Wed Dec  4 09:26:23 2024
+++ pkgsrc/www/py-aiohttp/Makefile      Fri Dec  6 08:08:53 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.80 2024/12/04 09:26:23 adam Exp $
+# $NetBSD: Makefile,v 1.81 2024/12/06 08:08:53 adam Exp $
 
-DISTNAME=      aiohttp-3.11.9
+DISTNAME=      aiohttp-3.11.10
 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.74 pkgsrc/www/py-aiohttp/distinfo:1.75
--- pkgsrc/www/py-aiohttp/distinfo:1.74 Wed Dec  4 09:26:23 2024
+++ pkgsrc/www/py-aiohttp/distinfo      Fri Dec  6 08:08:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.74 2024/12/04 09:26:23 adam Exp $
+$NetBSD: distinfo,v 1.75 2024/12/06 08:08:53 adam Exp $
 
-BLAKE2s (aiohttp-3.11.9.tar.gz) = a8e5339983690a6bdd0f40b936d592a0951d9d4c1f3366d211d45d6eced4d842
-SHA512 (aiohttp-3.11.9.tar.gz) = b6be296f08fb4421d3e8f206ca1abcd781a275d24da3434ccf049c95ac332a0fe7334f0450d35e57caa505f348485257ffd627924fbfd1795eb579a5475c7187
-Size (aiohttp-3.11.9.tar.gz) = 7668012 bytes
+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



Home | Main Index | Thread Index | Old Index