-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
homeassistant: update to v2022.10.5 (#5478)
* homeassistant: update to v2022.10.5 - initial commit, wheel for orjson deactivated, as it does not build yet - requirements of official requirement files updated - additional requirements not validated yet * fix build of orjson wheel - include native/python310 bin folder in PATH to find maturin (and avoid use of python3, pip, wheel.. of dev environment) - declare ARMv5 and OLD_PPC_ARCHS as unsupported (C++11 required for numpy) * fix botocore version * homeassistant update - update dependencies - adjust service-setup for command line parameters that are not supported anymore (--pid-file, --daemon) - avoid use of install_python_wheels function, as we want to install whl files from wheelhouse - abort installation when default_config installation failed (fail fast) - increase expected installation time up to 60 minutes (it took 55 min. on a DS115j) * initial requirements update - update requirements (crossenv and pure, remove abi3) - move requirements of default_configuration to requirements-pure.txt - homeassistant core, web and default_config are working without errors - some integrations work already (synology dsm/srm, hue, brother, ipp) - update package icon with higher resolution * fix psutil wheel for qoriq * adjust requirements - add hacs integration (from archive file) - add pycryptodomex (requirements-abi3.txt) - save/restore pip-cache on package update - fix dependencies - fix psutil for qoriq (again) - remove duplicate requirements * adjust multidict dependency - multidict<6.0.0,>=5.1.0 required * fix python virtualenv creation for DSM<7 - package user needs access to created virtual environment * fix python wheels installation for DSM<7 - package user needs access to installed site-packages * fix permissions to site-packages for DSM<7 * Add requirements-custom.txt - Add requirements-custom.txt for custom requirements that will be reinstalled on package update - add websockets to crossenv reqirements - add pycryptodome * fix custom requirements installation
- Loading branch information
Showing
15 changed files
with
405 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.