From f8ad7bebeaae9b51483792ac6367f9f83db604bf Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 9 Nov 2024 01:39:40 +0100 Subject: [PATCH] Build av 13.1.0 --- .github/workflows/wheels.yml | 8 +++++--- homeassistant/package_constraints.txt | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 6e262db5256..cefd9b3e3ad 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -181,7 +181,8 @@ jobs: fail-fast: false matrix: abi: ["cp313"] - arch: ${{ fromJson(needs.init.outputs.architectures) }} + arch: ["armhf", "armv7"] + # arch: ${{ fromJson(needs.init.outputs.architectures) }} steps: - name: Checkout the repository uses: actions/checkout@v4.2.2 @@ -221,6 +222,7 @@ jobs: - name: Create requirements file for custom build run: | touch requirements_custom.txt + echo "av==13.1.0 # force update" >> requirements_custom.txt - name: Build wheels (custom) uses: cdce8p/wheels@master @@ -230,8 +232,8 @@ jobs: arch: ${{ matrix.arch }} wheels-key: ${{ secrets.WHEELS_KEY }} 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" - skip-binary: aiohttp;charset-normalizer;grpcio;multidict;SQLAlchemy;propcache;protobuf;pymicro-vad;yarl + # apk: "ffmpeg-dev" + skip-binary: av constraints: "homeassistant/package_constraints.txt" requirements: "requirements_custom.txt" diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index e6406c72d85..50dc9bd2673 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -17,7 +17,7 @@ async-upnp-client==0.44.0 atomicwrites-homeassistant==1.4.1 attrs==25.3.0 audioop-lts==0.2.1 -av==13.1.0 +av==13.1.0 # force update awesomeversion==24.6.0 bcrypt==4.3.0 bleak-retry-connector==3.9.0