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 Oct 12 17:06:26 UTC 2025
Modified Files:
pkgsrc/www/py-aiohttp: Makefile distinfo
Log Message:
py-aiohttp: update to 3.13.0.
Features
Added support for Python 3.14.
Added support for free-threading in Python 3.14+ -- by :user:kumaraditya303.
Added support for Zstandard (aka Zstd) compression
-- by :user:KGuillaume-chaps.
Added StreamReader.total_raw_bytes to check the number of bytes downloaded
-- by :user:robpats.
Bug fixes
Fixed pytest plugin to not use deprecated :py:mod:asyncio policy APIs.
Updated Content-Disposition header parsing to handle trailing semicolons and empty parts
-- by :user:PLPeeters.
Fixed saved CookieJar failing to be loaded if cookies have partitioned flag when
http.cookie does not have partitioned cookies supports. -- by :user:Cycloctane.
Improved documentation
Added Wireup to third-party libraries -- by :user:maldoinc.
Packaging updates and notes for downstreams
The blockbuster test dependency is now optional; the corresponding test fixture is disabled when it is unavailable
-- by :user:musicinybrain.
Added riscv64 build to releases -- by :user:eshattow.
Contributor-facing changes
Fixed test_send_compress_text failing when alternative zlib implementation
is used. (zlib-ng in python 3.14 windows build) -- by :user:Cycloctane.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.91 -r1.92 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.99 pkgsrc/www/py-aiohttp/Makefile:1.100
--- pkgsrc/www/py-aiohttp/Makefile:1.99 Thu Oct 9 07:58:08 2025
+++ pkgsrc/www/py-aiohttp/Makefile Sun Oct 12 17:06:26 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.99 2025/10/09 07:58:08 wiz Exp $
+# $NetBSD: Makefile,v 1.100 2025/10/12 17:06:26 wiz Exp $
-DISTNAME= aiohttp-3.12.15
+DISTNAME= aiohttp-3.13.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp/}
@@ -12,6 +12,7 @@ LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+DEPENDS+= ${PYPKGPREFIX}-aiodns>=3.2.0:../../net/py-aiodns
DEPENDS+= ${PYPKGPREFIX}-aiohappyeyeballs>=2.5.0:../../net/py-aiohappyeyeballs
DEPENDS+= ${PYPKGPREFIX}-aiosignal>=1.4.0:../../devel/py-aiosignal
DEPENDS+= ${PYPKGPREFIX}-attrs>=17.3.0:../../devel/py-attrs
@@ -34,8 +35,8 @@ PYTHON_VERSIONS_INCOMPATIBLE= 310
.include "../../lang/python/wheel.mk"
# need to package: proxy (!?)
-# leads to, as of 3.11.16
-# 3 failed, 3152 passed, 29 skipped, 22 xfailed, 48 errors
+# leads to, as of 3.13.0
+# 4 failed, 3576 passed, 75 skipped, 9 xfailed, 43 errors
pre-test:
cd ${WRKSRC} && ${RM} -f tests/test_proxy_functional.py tests/autobahn/test_autobahn.py
Index: pkgsrc/www/py-aiohttp/distinfo
diff -u pkgsrc/www/py-aiohttp/distinfo:1.91 pkgsrc/www/py-aiohttp/distinfo:1.92
--- pkgsrc/www/py-aiohttp/distinfo:1.91 Wed Jul 30 10:40:47 2025
+++ pkgsrc/www/py-aiohttp/distinfo Sun Oct 12 17:06:26 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.91 2025/07/30 10:40:47 adam Exp $
+$NetBSD: distinfo,v 1.92 2025/10/12 17:06:26 wiz Exp $
-BLAKE2s (aiohttp-3.12.15.tar.gz) = 4e565151aec7a29f57911c5c4f766f5631b22064425a1eedf914ecf60fbb3046
-SHA512 (aiohttp-3.12.15.tar.gz) = 055176006825f86dc2b5f31355a4da60e288c844770ac8c6312d00b308f6eba02bc31fee5b0c30f552c0aabf597c8dfa54f485d87b65169f1eb637ea29470d56
-Size (aiohttp-3.12.15.tar.gz) = 7823716 bytes
+BLAKE2s (aiohttp-3.13.0.tar.gz) = e3cd6623f49378e7e03464c84ebb4a7e42f82efeba95260f6521a023d0336537
+SHA512 (aiohttp-3.13.0.tar.gz) = 9ed39fa35250e40efaee3ce9be0f3cd9a0fd6b4c5ec2a3c67c173e23153307fc958570d8530ea3919a5db3cd452102d0c81bb3fb127d51b224658e1264a5b73c
+Size (aiohttp-3.13.0.tar.gz) = 7832348 bytes
Home |
Main Index |
Thread Index |
Old Index