From 540f065c7cd1b874fb3802bc16dd9d697350dbb0 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 30 Nov 2024 11:28:42 +0100 Subject: [PATCH] Update auditwheel to 6.1.0 --- 0001-Support-musllinux-armv6l.patch | 13 ++++++------- Dockerfile | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/0001-Support-musllinux-armv6l.patch b/0001-Support-musllinux-armv6l.patch index b44f4443..731e24d9 100644 --- a/0001-Support-musllinux-armv6l.patch +++ b/0001-Support-musllinux-armv6l.patch @@ -1,7 +1,7 @@ -From 28c643373935846303a96d1f06638344776fb443 Mon Sep 17 00:00:00 2001 +From 61997d54a968ac9df4e7df5de0a792f7b03881f8 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 15 Jun 2022 12:48:56 +0000 -Subject: [PATCH 1/1] Support musllinux armv6l +Subject: [PATCH] Support musllinux armv6l --- src/auditwheel/policy/__init__.py | 1 + @@ -9,10 +9,10 @@ Subject: [PATCH 1/1] Support musllinux armv6l 2 files changed, 5 insertions(+) diff --git a/src/auditwheel/policy/__init__.py b/src/auditwheel/policy/__init__.py -index 19ff9eb..cdc6ecd 100644 +index 7c9b158..90c7e17 100644 --- a/src/auditwheel/policy/__init__.py +++ b/src/auditwheel/policy/__init__.py -@@ -86,6 +86,7 @@ def _fixup_musl_libc_soname(whitelist): +@@ -279,6 +279,7 @@ def _fixup_musl_libc_soname(libc: Libc, arch: str, whitelist): "aarch64": "libc.musl-aarch64.so.1", "s390x": "libc.musl-s390x.so.1", "ppc64le": "libc.musl-ppc64le.so.1", @@ -42,6 +42,5 @@ index b103099..9365636 100644 "armv7l": { } }, --- -2.30.2 - +-- +2.47.1 diff --git a/Dockerfile b/Dockerfile index c9fc00ce..fe981db8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG \ BUILD_ARCH \ CPYTHON_ABI \ QEMU_CPU \ - AUDITWHEEL_VERSION=5.1.2 \ + AUDITWHEEL_VERSION=6.1.0 \ PIP_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/ \ WORKDIR /usr/src