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: Wed Jul 30 10:40:47 UTC 2025
Modified Files:
pkgsrc/www/py-aiohttp: Makefile PLIST distinfo
Log Message:
py-aiohttp: updated to 3.12.15
3.12.15 (2025-07-28)
Bug fixes
- Fixed :class:`~aiohttp.DigestAuthMiddleware` to preserve the algorithm case from the server's challenge in the authorization response. This improves compatibility with servers that perform
case-sensitive algorithm matching (e.g., servers expecting ``algorithm=MD5-sess`` instead of ``algorithm=MD5-SESS``)
Improved documentation
- Remove outdated contents of ``aiohttp-devtools`` and ``aiohttp-swagger``
from Web_advanced docs.
Packaging updates and notes for downstreams
- Started including the ``llhttp`` :file:`LICENSE` file in wheels by adding ``vendor/llhttp/LICENSE`` to ``license-files`` in :file:`setup.cfg` -- by :user:`threexc`.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-aiohttp/PLIST
cvs rdiff -u -r1.90 -r1.91 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.97 pkgsrc/www/py-aiohttp/Makefile:1.98
--- pkgsrc/www/py-aiohttp/Makefile:1.97 Sun Jul 13 09:11:58 2025
+++ pkgsrc/www/py-aiohttp/Makefile Wed Jul 30 10:40:47 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.97 2025/07/13 09:11:58 wiz Exp $
+# $NetBSD: Makefile,v 1.98 2025/07/30 10:40:47 adam Exp $
-DISTNAME= aiohttp-3.12.14
+DISTNAME= aiohttp-3.12.15
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp/}
Index: pkgsrc/www/py-aiohttp/PLIST
diff -u pkgsrc/www/py-aiohttp/PLIST:1.18 pkgsrc/www/py-aiohttp/PLIST:1.19
--- pkgsrc/www/py-aiohttp/PLIST:1.18 Tue Jun 3 18:01:14 2025
+++ pkgsrc/www/py-aiohttp/PLIST Wed Jul 30 10:40:47 2025
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.18 2025/06/03 18:01:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2025/07/30 10:40:47 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/vendor/llhttp/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/aiohttp/.hash/_cparser.pxd.hash
${PYSITELIB}/aiohttp/.hash/_find_header.pxd.hash
Index: pkgsrc/www/py-aiohttp/distinfo
diff -u pkgsrc/www/py-aiohttp/distinfo:1.90 pkgsrc/www/py-aiohttp/distinfo:1.91
--- pkgsrc/www/py-aiohttp/distinfo:1.90 Sun Jul 13 09:11:58 2025
+++ pkgsrc/www/py-aiohttp/distinfo Wed Jul 30 10:40:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.90 2025/07/13 09:11:58 wiz Exp $
+$NetBSD: distinfo,v 1.91 2025/07/30 10:40:47 adam Exp $
-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
+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
Home |
Main Index |
Thread Index |
Old Index