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: Sun Nov 24 07:27:08 UTC 2024
Modified Files:
pkgsrc/www/py-aiohttp: Makefile distinfo
Log Message:
py-aiohttp: updated to 3.11.7
3.11.7 (2024-11-21)
Bug fixes
- Fixed the HTTP client not considering the connector's ``force_close`` value when setting the ``Connection`` header
Miscellaneous internal changes
- Improved performance of serializing HTTP headers
3.11.6 (2024-11-19)
Bug fixes
- Restored the ``force_close`` method to the ``ResponseHandler``
3.11.5 (2024-11-19)
Bug fixes
- Fixed the ``ANY`` method not appearing in :meth:`~aiohttp.web.UrlDispatcher.routes`
3.11.4 (2024-11-18)
Bug fixes
- Fixed ``StaticResource`` not allowing the ``OPTIONS`` method after calling ``set_options_route``
Miscellaneous internal changes
- Improved performance of creating web responses when there are no cookies
3.11.3 (2024-11-18)
Bug fixes
- Removed non-existing ``__author__`` from ``dir(aiohttp)``
- Restored the ``FlowControlDataQueue`` class
This class is no longer used internally, and will be permanently removed in the next major version.
Miscellaneous internal changes
- Improved performance of resolving resources when multiple methods are registered for the same route
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.72 -r1.73 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.78 pkgsrc/www/py-aiohttp/Makefile:1.79
--- pkgsrc/www/py-aiohttp/Makefile:1.78 Sat Nov 16 10:18:16 2024
+++ pkgsrc/www/py-aiohttp/Makefile Sun Nov 24 07:27:08 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2024/11/16 10:18:16 adam Exp $
+# $NetBSD: Makefile,v 1.79 2024/11/24 07:27:08 adam Exp $
-DISTNAME= aiohttp-3.11.2
+DISTNAME= aiohttp-3.11.7
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.72 pkgsrc/www/py-aiohttp/distinfo:1.73
--- pkgsrc/www/py-aiohttp/distinfo:1.72 Sat Nov 16 10:18:16 2024
+++ pkgsrc/www/py-aiohttp/distinfo Sun Nov 24 07:27:08 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.72 2024/11/16 10:18:16 adam Exp $
+$NetBSD: distinfo,v 1.73 2024/11/24 07:27:08 adam Exp $
-BLAKE2s (aiohttp-3.11.2.tar.gz) = 0ce462b8e7d64cb8df0fabf85014146e197814aba459975ed044a01927f4d290
-SHA512 (aiohttp-3.11.2.tar.gz) = 7e4dac852e47999a1e6ae47a3a124ad97ad0cb7b4a9e0b4746c0cca4156267ed0cceed86722de78550cb4ff0f54580db44318c1bd4b486e8e94ff84d98dfa56e
-Size (aiohttp-3.11.2.tar.gz) = 7658216 bytes
+BLAKE2s (aiohttp-3.11.7.tar.gz) = 01e1232a031920261bb9fab36de687c8ff2bbbbe411c5e3c5835ac31845bb962
+SHA512 (aiohttp-3.11.7.tar.gz) = 886149feca3de14e9433b5f877c0a7a6628d4333383ca762900209949bdf8c354460d21a673b7e195a1998eb4f8459972f5d85fed4cbeea5c52d6f449daba040
+Size (aiohttp-3.11.7.tar.gz) = 7666482 bytes
Home |
Main Index |
Thread Index |
Old Index