-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
homeassistant: update to v2025.1.4 and python312 #6453
base: master
Are you sure you want to change the base?
Conversation
- homeassistant is now limited to DSM 7 (comcerto2k is not supported) - add cross/dtlssocket_ha and cross/pillow_ha with HA specific versions - update homeassistant to v2025.1.4 - update HACS to v2.0.5 - update python wheels (requirements) - remove postinst_components_requirements.txt as those requirements are installed on demand - add requirements-cross_from_index.txt to install cross built wheels from index - add python312 custom crossenv requirements for propcach, pymicro_vad and pyseex_noise - avoid building pure-python wheels and download at installation time only
@hgy59, this is an interesting approach — loading cross-compiled wheels that couldn't be built with |
most cross wheels are only available for x64 (x86_64) and aarch64, some are available for armv7 (armv7l in wheel name) and if you are lucky also for evansport (i686). So you have to check every wheel what whl files are downloadable on pypi. I tried to support DSM 6 in homeasistant, but there are mandatory wheels that are missing. The worst is |
- numpy is available for evansport but not for aarch64 - comment unsupported features by arch - av is not available for armv7l in the index
- temp download numpy for aarch64 from index
Description
Fixes #6332, fixes #6008, fixes #5849
Remarks
TODO:
Checklist
all-supported
completed successfullyType of change