Skip to content
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 v2022.10.5 #5478

Merged
merged 14 commits into from
Jan 22, 2023

Commits on Jan 22, 2023

  1. 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
    hgy59 committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    f552921 View commit details
    Browse the repository at this point in the history
  2. 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)
    hgy59 committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    a460f04 View commit details
    Browse the repository at this point in the history
  3. fix botocore version

    hgy59 committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    8270819 View commit details
    Browse the repository at this point in the history
  4. 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)
    hgy59 committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    17e8498 View commit details
    Browse the repository at this point in the history
  5. 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
    hgy59 committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    80bb8f3 View commit details
    Browse the repository at this point in the history
  6. fix psutil wheel for qoriq

    hgy59 committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    0fa2e9c View commit details
    Browse the repository at this point in the history
  7. adjust requirements

    - add hacs integration (from archive file)
    - add pycryptodomex (requirements-abi3.txt)
    - save/restore pip-cache on package update
    - fix dependencies
    hgy59 committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    6fa53a6 View commit details
    Browse the repository at this point in the history
  8. adjust requirements

    - fix psutil for qoriq (again)
    - remove duplicate requirements
    hgy59 committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    eb3598e View commit details
    Browse the repository at this point in the history
  9. adjust multidict dependency

    - multidict<6.0.0,>=5.1.0 required
    hgy59 committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    1972b5d View commit details
    Browse the repository at this point in the history
  10. fix python virtualenv creation for DSM<7

    - package user needs access to created virtual environment
    hgy59 committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    69885d7 View commit details
    Browse the repository at this point in the history
  11. fix python wheels installation for DSM<7

    - package user needs access to installed site-packages
    hgy59 committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    aeb62e5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    33f5db6 View commit details
    Browse the repository at this point in the history
  13. 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
    hgy59 committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    15f9ead View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d965bdc View commit details
    Browse the repository at this point in the history