Build av 13.1.0

This commit is contained in:
Marc Mueller 2024-11-09 01:39:40 +01:00
parent 0b7b679bb1
commit f8ad7bebea
No known key found for this signature in database
2 changed files with 6 additions and 4 deletions

View File

@ -181,7 +181,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
abi: ["cp313"] abi: ["cp313"]
arch: ${{ fromJson(needs.init.outputs.architectures) }} arch: ["armhf", "armv7"]
# arch: ${{ fromJson(needs.init.outputs.architectures) }}
steps: steps:
- name: Checkout the repository - name: Checkout the repository
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
@ -221,6 +222,7 @@ jobs:
- name: Create requirements file for custom build - name: Create requirements file for custom build
run: | run: |
touch requirements_custom.txt touch requirements_custom.txt
echo "av==13.1.0 # force update" >> requirements_custom.txt
- name: Build wheels (custom) - name: Build wheels (custom)
uses: cdce8p/wheels@master uses: cdce8p/wheels@master
@ -230,8 +232,8 @@ jobs:
arch: ${{ matrix.arch }} arch: ${{ matrix.arch }}
wheels-key: ${{ secrets.WHEELS_KEY }} wheels-key: ${{ secrets.WHEELS_KEY }}
env-file: true env-file: true
apk: "bluez-dev;libffi-dev;openssl-dev;glib-dev;eudev-dev;libxml2-dev;libxslt-dev;libpng-dev;libjpeg-turbo-dev;tiff-dev;cups-dev;gmp-dev;mpfr-dev;mpc1-dev;ffmpeg-dev;gammu-dev;yaml-dev;openblas-dev;fftw-dev;lapack-dev;gfortran;blas-dev;eigen-dev;freetype-dev;glew-dev;harfbuzz-dev;hdf5-dev;libdc1394-dev;libtbb-dev;mesa-dev;openexr-dev;openjpeg-dev;uchardet-dev;nasm" # apk: "ffmpeg-dev"
skip-binary: aiohttp;charset-normalizer;grpcio;multidict;SQLAlchemy;propcache;protobuf;pymicro-vad;yarl skip-binary: av
constraints: "homeassistant/package_constraints.txt" constraints: "homeassistant/package_constraints.txt"
requirements: "requirements_custom.txt" requirements: "requirements_custom.txt"

View File

@ -17,7 +17,7 @@ async-upnp-client==0.44.0
atomicwrites-homeassistant==1.4.1 atomicwrites-homeassistant==1.4.1
attrs==25.3.0 attrs==25.3.0
audioop-lts==0.2.1 audioop-lts==0.2.1
av==13.1.0 av==13.1.0 # force update
awesomeversion==24.6.0 awesomeversion==24.6.0
bcrypt==4.3.0 bcrypt==4.3.0
bleak-retry-connector==3.9.0 bleak-retry-connector==3.9.0