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 version 2021.8.8 #4580

Merged
merged 13 commits into from
Aug 29, 2021

Commits on Aug 28, 2021

  1. Configuration menu
    Copy the full SHA
    034a7ee View commit details
    Browse the repository at this point in the history
  2. update numpy to v1.20.0

    hgy59 committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    c8273c5 View commit details
    Browse the repository at this point in the history
  3. update cryptography to v3.3.2

    - avx-512f patch is now integrated in upstream
    hgy59 committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    ce4ae89 View commit details
    Browse the repository at this point in the history
  4. redesign to download pure python packages at installation time

    - introduce Makefile variable EXCLUDE_PURE_PYTHON_WHEELS to exclude pure python wheels from spk
    - adjust service_postinstall to install wheel files from package and remaining dependencies from index
    - use SYNOPKG_PKGVAR folder for config and migrate config folder for DSM6 -> DSM7 upgrades
    hgy59 committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    7c60199 View commit details
    Browse the repository at this point in the history
  5. homeassistant: update to v2021.5.4

    - add cross/asyncstdlib to work around dependencies for devonavr
    hgy59 committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    20abe8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a23faa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d84c6f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dbea492 View commit details
    Browse the repository at this point in the history
  9. update homeassistant to v2021.8.3

    - use dedicated requirements file for postinst
    hgy59 committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    c424879 View commit details
    Browse the repository at this point in the history
  10. homeassistant: update to v2021.8.6

    - update numpy
    - update homeassistant, home-assistant-frontend, hass-nabucasa and dependencies
    hgy59 committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    b8eb321 View commit details
    Browse the repository at this point in the history
  11. homeassistant: update to v2021.8.7

    - separate requirements for default_config and components
    - add pycryptodomex
    - keep original name of wheels (fix for *-abi3-*.whl)
    hgy59 committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    aff145e View commit details
    Browse the repository at this point in the history
  12. fix for Tesla integration

    hgy59 committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    fce1820 View commit details
    Browse the repository at this point in the history
  13. homeassistant: update to v2021.8.8

    - revert specific wheel file names at build time
    - rename cross compiled wheels at installation time
    - use the real platform-tag to rename cross compiled wheels:
      the real problem behind the naming of cross compiled wheels is, that
      crossenv names the 32-bit arm platform "arm" instead of "armv7l" and that
      pip uses the wheel file name to validate compatibility (wheels still define
      Tag: cp38-cp38-linux_arm instead of cp38-cp38-linux_armv7l in the WHEEL file)
    - a special handling for pycryptodome is still needed, as the tag is cp35-abi3-linux_armv7l and not cp38-cp38-linux_armv7l
    hgy59 committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    18eba06 View commit details
    Browse the repository at this point in the history