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: wiz
Date: Sun Jul 13 09:11:58 UTC 2025
Modified Files:
pkgsrc/www/py-aiohttp: Makefile distinfo
Log Message:
py-aiohttp: update to 3.12.14.
3.12.14 (2025-07-10)
====================
Bug fixes
---------
- Fixed file uploads failing with HTTP 422 errors when encountering 307/308 redirects, and 301/302 redirects for non-POST methods, by preserving the request body when appropriate per
:rfc:`9110#section-15.4.3-3.1` -- by :user:`bdraco`.
- Fixed :py:meth:`ClientSession.close() <aiohttp.ClientSession.close>` hanging indefinitely when using HTTPS requests through HTTP proxies -- by :user:`bdraco`.
- Bumped minimum version of aiosignal to 1.4+ to resolve typing issues -- by :user:`Dreamsorcerer`.
Features
--------
- Added initial trailer parsing logic to Python HTTP parser -- by :user:`Dreamsorcerer`.
Improved documentation
----------------------
- Clarified exceptions raised by ``WebSocketResponse.send_frame`` et al.
-- by :user:`DoctorJohn`.
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.89 -r1.90 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.96 pkgsrc/www/py-aiohttp/Makefile:1.97
--- pkgsrc/www/py-aiohttp/Makefile:1.96 Fri Jul 4 09:08:34 2025
+++ pkgsrc/www/py-aiohttp/Makefile Sun Jul 13 09:11:58 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.96 2025/07/04 09:08:34 wiz Exp $
+# $NetBSD: Makefile,v 1.97 2025/07/13 09:11:58 wiz Exp $
-DISTNAME= aiohttp-3.12.13
+DISTNAME= aiohttp-3.12.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp/}
@@ -13,7 +13,7 @@ LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-aiohappyeyeballs>=2.5.0:../../net/py-aiohappyeyeballs
-DEPENDS+= ${PYPKGPREFIX}-aiosignal>=1.1.2:../../devel/py-aiosignal
+DEPENDS+= ${PYPKGPREFIX}-aiosignal>=1.4.0:../../devel/py-aiosignal
DEPENDS+= ${PYPKGPREFIX}-attrs>=17.3.0:../../devel/py-attrs
DEPENDS+= ${PYPKGPREFIX}-frozenlist>=1.1.1:../../devel/py-frozenlist
DEPENDS+= ${PYPKGPREFIX}-multidict>=4.5:../../databases/py-multidict
@@ -26,6 +26,9 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-re-assert-
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
+#TEST_DEPENDS+= ${PYPKGPREFIX}-isal-[0-9]*:../../wip/py-isal
+TEST_DEPENDS+= ${PYPKGPREFIX}-zlib-ng-[0-9]*:../../archivers/py-zlib-ng
+#TEST_DEPENDS+= ${PYPKGPREFIX}-blockbuster-[0-9]*:../../wip/py-blockbuster
PYTHON_VERSIONS_INCOMPATIBLE= 39 310
Index: pkgsrc/www/py-aiohttp/distinfo
diff -u pkgsrc/www/py-aiohttp/distinfo:1.89 pkgsrc/www/py-aiohttp/distinfo:1.90
--- pkgsrc/www/py-aiohttp/distinfo:1.89 Sun Jun 15 08:31:09 2025
+++ pkgsrc/www/py-aiohttp/distinfo Sun Jul 13 09:11:58 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.89 2025/06/15 08:31:09 adam Exp $
+$NetBSD: distinfo,v 1.90 2025/07/13 09:11:58 wiz Exp $
-BLAKE2s (aiohttp-3.12.13.tar.gz) = 389fb039ae9f3b3d360248de4dfab8124dad7c19e0d9ae298bdc4e5c93d58e3b
-SHA512 (aiohttp-3.12.13.tar.gz) = e384a7581a7e0944a7283adcf70b84c3a4f6a04ddf5fafbff74d1919bd46a3fddfd7fd830189278d7d17717ca65695cf0aa26ebbf38d08e850453887a5b7f487
-Size (aiohttp-3.12.13.tar.gz) = 7819160 bytes
+BLAKE2s (aiohttp-3.12.14.tar.gz) = 1e55c3f829fe7e2640e8320511016a3b332bf9e3d603f4a0fdeda7bf756bf616
+SHA512 (aiohttp-3.12.14.tar.gz) = 7031ecc166b10663c56f1ece854d272bf9b26160aef026f13a7ef820a3cbf34ed6d1301a08b440308df5bda08f83f1cba504eacf1a85c7cf2721df1b4facc75a
+Size (aiohttp-3.12.14.tar.gz) = 7822921 bytes
Home |
Main Index |
Thread Index |
Old Index