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: Thu Feb 6 09:43:33 UTC 2025
Modified Files:
pkgsrc/www/py-aiohttp: Makefile distinfo
Log Message:
py-aiohttp: updated to 3.11.12
3.11.12 (2025-02-05)
Bug fixes
- ``MultipartForm.decode()`` now follows RFC1341 7.2.1 with a ``CRLF`` after the boundary
- Restored the missing ``total_bytes`` attribute to ``EmptyStreamReader``
Features
- Updated :py:func:`~aiohttp.request` to make it accept ``_RequestOptions`` kwargs.
- Improved logging of HTTP protocol errors to include the remote address
Improved documentation
- Added ``aiohttp-openmetrics`` to list of third-party libraries
Packaging updates and notes for downstreams
- Added missing files to the source distribution to fix ``Makefile`` targets.
Added a ``cythonize-nodeps`` target to run Cython without invoking pip to install dependencies.
- Started building armv7l musllinux wheels
Contributor-facing changes
- The CI/CD workflow has been updated to use `upload-artifact` v4 and `download-artifact` v4 GitHub Actions
Miscellaneous internal changes
- Restored support for zero copy writes when using Python 3.12 versions 3.12.9 and later or Python 3.13.2+
Zero copy writes were previously disabled due to :cve:`2024-12254` which is resolved in these Python versions.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.76 -r1.77 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.82 pkgsrc/www/py-aiohttp/Makefile:1.83
--- pkgsrc/www/py-aiohttp/Makefile:1.82 Wed Dec 25 10:00:50 2024
+++ pkgsrc/www/py-aiohttp/Makefile Thu Feb 6 09:43:33 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2024/12/25 10:00:50 adam Exp $
+# $NetBSD: Makefile,v 1.83 2025/02/06 09:43:33 adam Exp $
-DISTNAME= aiohttp-3.11.11
+DISTNAME= aiohttp-3.11.12
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.76 pkgsrc/www/py-aiohttp/distinfo:1.77
--- pkgsrc/www/py-aiohttp/distinfo:1.76 Wed Dec 25 10:00:50 2024
+++ pkgsrc/www/py-aiohttp/distinfo Thu Feb 6 09:43:33 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.76 2024/12/25 10:00:50 adam Exp $
+$NetBSD: distinfo,v 1.77 2025/02/06 09:43:33 adam Exp $
-BLAKE2s (aiohttp-3.11.11.tar.gz) = da2167d59b74a4f8bd6a831d71603abbbb710bc4dc1a53339792f78d644ba375
-SHA512 (aiohttp-3.11.11.tar.gz) = 7b5c6fdf15a3bdae49b28f6955f31f528aff29f635b8bbbe60f0677dea8fbbe5de8e09b3cbb85f8a846942470b9e44c9d287aaf9eb08f8e8d9fab3bd64079edf
-Size (aiohttp-3.11.11.tar.gz) = 7669618 bytes
+BLAKE2s (aiohttp-3.11.12.tar.gz) = 6b1c9cf7914eac9db26eb26424417506168add92e705dab737c28b987ce6195e
+SHA512 (aiohttp-3.11.12.tar.gz) = 9f770f5182394acace994d40ca3b7028698242ce5e0caecd16b2e511c9463ae43e3fac9aabfc21afcbb7e17a44e324d19d88f7e1c81d0b4646f81923f9b4f160
+Size (aiohttp-3.11.12.tar.gz) = 7673175 bytes
Home |
Main Index |
Thread Index |
Old Index