Date: Thursday, December 8, 2022 @ 10:54:38 Author: arojas Revision: 1357132
upgpkg: python-aiohttp 3.8.3-2: Bump max charset-normalizer version (FS#76326) Modified: python-aiohttp/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-08 09:46:18 UTC (rev 1357131) +++ PKGBUILD 2022-12-08 10:54:38 UTC (rev 1357132) @@ -6,7 +6,7 @@ pkgname=python-aiohttp _gitcommit=30b7a4e99677b4014dda2372504343bb05fc983e pkgver=3.8.3 -pkgrel=1 +pkgrel=2 pkgdesc='HTTP client/server for asyncio' url='https://aiohttp.readthedocs.io' arch=('x86_64') @@ -39,7 +39,7 @@ cd ${pkgname} git submodule init git config submodule."vendor/llhttp".url "${srcdir}/llhttp" - git submodule update --recursive + git -c protocol.file.allow=always submodule update --recursive sed 's|.install-cython ||' -i Makefile # This test calls the Python interpreter, we need to make sure that the path @@ -46,6 +46,8 @@ # for the C extensions is correct there as well sed -i "s/import {import_path!s}/import sys; sys.path.insert(0, '{os.environ['PYTHONPATH']}'); &/" \ tests/test_circular_imports.py + + sed -e 's|charset-normalizer >=2.0, < 3.0|charset-normalizer >=2.0, < 4.0|' -i setup.cfg } build() {
