Use aiohttp-zlib-ng[isal] (#115767)

This commit is contained in:
Erik Montnemery 2024-04-17 17:57:34 +02:00 committed by GitHub
parent 7e9b5b1128
commit e4280b2c00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 3 additions and 17 deletions

View file

@ -174,15 +174,6 @@ jobs:
sed -i "s|pyezviz|# pyezviz|g" requirements_all.txt
sed -i "s|pykrakenapi|# pykrakenapi|g" requirements_all.txt
- name: Adjustments for 64-bit
if: matrix.arch == 'amd64' || matrix.arch == 'aarch64'
run: |
# Some speedups are only available on 64-bit, and since
# we build 32bit images on 64bit hosts, we only enable
# the speed ups on 64bit since the wheels for 32bit
# are not available.
sed -i "s|aiohttp-zlib-ng|aiohttp-zlib-ng\[isal\]|g" requirements_all.txt
- name: Download translations
uses: actions/download-artifact@v4.1.4
with:

View file

@ -161,11 +161,6 @@ jobs:
sed -i "s|pykrakenapi|# pykrakenapi|g" ${requirement_file}
fi
# Some speedups are only for 64-bit
if [ "${{ matrix.arch }}" = "amd64" ] || [ "${{ matrix.arch }}" = "aarch64" ]; then
sed -i "s|aiohttp-zlib-ng|aiohttp-zlib-ng\[isal\]|g" ${requirement_file}
fi
done
- name: Split requirements all

View file

@ -4,7 +4,7 @@ aiodhcpwatcher==1.0.0
aiodiscover==2.0.0
aiodns==3.2.0
aiohttp-fast-url-dispatcher==0.3.0
aiohttp-zlib-ng==0.3.1
aiohttp-zlib-ng[isal]==0.3.1
aiohttp==3.9.5
aiohttp_cors==0.7.0
aiohttp_session==2.12.0

View file

@ -28,7 +28,7 @@ dependencies = [
"aiohttp_cors==0.7.0",
"aiohttp_session==2.12.0",
"aiohttp-fast-url-dispatcher==0.3.0",
"aiohttp-zlib-ng==0.3.1",
"aiohttp-zlib-ng[isal]==0.3.1",
"astral==2.2",
"async-interrupt==1.1.1",
"attrs==23.2.0",

View file

@ -8,7 +8,7 @@ aiohttp==3.9.5
aiohttp_cors==0.7.0
aiohttp_session==2.12.0
aiohttp-fast-url-dispatcher==0.3.0
aiohttp-zlib-ng==0.3.1
aiohttp-zlib-ng[isal]==0.3.1
astral==2.2
async-interrupt==1.1.1
attrs==23.2.0