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 19 18:38:15 UTC 2025
Modified Files:
pkgsrc/www/py-aiohttp: Makefile distinfo
Log Message:
py-aiohttp: update to 3.13.1.
3.13.1 (2025-10-17)
===================
Features
--------
- Make configuration options in ``AppRunner`` also available in ``run_app()``
-- by :user:`Cycloctane`.
*Related issues and pull requests on GitHub:*
:issue:`11633`.
Bug fixes
---------
- Switched to `backports.zstd` for Python <3.14 and fixed zstd decompression for chunked zstd streams -- by :user:`ZhaoMJ`.
Note: Users who installed ``zstandard`` for support on Python <3.14 will now need to install
``backports.zstd`` instead (installing ``aiohttp[speedups]`` will do this automatically).
*Related issues and pull requests on GitHub:*
:issue:`11623`.
- Updated ``Content-Type`` header parsing to return ``application/octet-stream`` when header contains invalid syntax.
See :rfc:`9110#section-8.3-5`.
-- by :user:`sgaist`.
*Related issues and pull requests on GitHub:*
:issue:`10889`.
- Fixed Python 3.14 support when built without ``zstd`` support -- by :user:`JacobHenner`.
*Related issues and pull requests on GitHub:*
:issue:`11603`.
- Fixed blocking I/O in the event loop when using netrc authentication by moving netrc file lookup to an executor -- by :user:`bdraco`.
*Related issues and pull requests on GitHub:*
:issue:`11634`.
- Fixed routing to a sub-application added via ``.add_domain()`` not working
if the same path exists on the parent app. -- by :user:`Dreamsorcerer`.
*Related issues and pull requests on GitHub:*
:issue:`11673`.
Packaging updates and notes for downstreams
-------------------------------------------
- Moved core packaging metadata from :file:`setup.cfg` to :file:`pyproject.toml` per :pep:`621`
-- by :user:`cdce8p`.
*Related issues and pull requests on GitHub:*
:issue:`9951`.
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.92 -r1.93 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.100 pkgsrc/www/py-aiohttp/Makefile:1.101
--- pkgsrc/www/py-aiohttp/Makefile:1.100 Sun Oct 12 17:06:26 2025
+++ pkgsrc/www/py-aiohttp/Makefile Sun Oct 19 18:38:15 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2025/10/12 17:06:26 wiz Exp $
+# $NetBSD: Makefile,v 1.101 2025/10/19 18:38:15 wiz Exp $
-DISTNAME= aiohttp-3.13.0
+DISTNAME= aiohttp-3.13.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp/}
@@ -35,8 +35,8 @@ PYTHON_VERSIONS_INCOMPATIBLE= 310
.include "../../lang/python/wheel.mk"
# need to package: proxy (!?)
-# leads to, as of 3.13.0
-# 4 failed, 3576 passed, 75 skipped, 9 xfailed, 43 errors
+# leads to, as of 3.13.1
+# 7 failed, 3587 passed, 75 skipped, 10 xfailed, 42 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.92 pkgsrc/www/py-aiohttp/distinfo:1.93
--- pkgsrc/www/py-aiohttp/distinfo:1.92 Sun Oct 12 17:06:26 2025
+++ pkgsrc/www/py-aiohttp/distinfo Sun Oct 19 18:38:15 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.92 2025/10/12 17:06:26 wiz Exp $
+$NetBSD: distinfo,v 1.93 2025/10/19 18:38:15 wiz Exp $
-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
+BLAKE2s (aiohttp-3.13.1.tar.gz) = 05c82daed8d49dc0bb6c3294253bbba504ad1fccbf9e3f2ba4e22dc0a7e726ba
+SHA512 (aiohttp-3.13.1.tar.gz) = 3c990f4a5da60454a61b5907e877ad65ddf928a6bba659a6fb3cc7982ca9b5e6e0f70a050da19e580f32f7744bc29027901c677815c960f151e0c16675d64ff4
+Size (aiohttp-3.13.1.tar.gz) = 7835344 bytes
Home |
Main Index |
Thread Index |
Old Index