core/homeassistant
J. Nick Koston 673bbc1372
Switch out aiohttp-isal for aiohttp-fast-zlib to make isal optional (#116814)
* Switch out aiohttp-isal for aiohttp-fast-zlib to make isal optional

aiohttp-isal does not work on core installs where the system has 32bit userland and a 64bit kernel because we have no way to detect this configuration or handle it.

fixes #116681

* Update homeassistant/components/isal/manifest.json

* Update homeassistant/components/isal/manifest.json

* hassfest

* isal

* fixes

* Apply suggestions from code review

* make sure isal is updated before http

* fix tests

* late import
2024-05-05 17:06:12 -04:00
..
auth Index auth token ids to avoid linear search (#116583) 2024-05-05 16:47:26 -04:00
backports
brands
components Switch out aiohttp-isal for aiohttp-fast-zlib to make isal optional (#116814) 2024-05-05 17:06:12 -04:00
generated Add IMGW-PIB integration (#116468) 2024-05-01 14:38:36 +02:00
helpers Turn on thread safety checks in async_dispatcher_send (#116867) 2024-05-05 16:29:43 -04:00
scripts
util Bump ruff to 0.4.2 (#116201) 2024-04-26 08:48:32 +02:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py Turn on thread safety checks in async_dispatcher_send (#116867) 2024-05-05 16:29:43 -04:00
config.py Add debug mode to catch unsafe thread operations using core helpers (#115390) 2024-04-24 03:36:05 +02:00
config_entries.py Turn on thread safety checks in async_dispatcher_send (#116867) 2024-05-05 16:29:43 -04:00
const.py Bump version to 2024.6.0dev0 (#116120) 2024-04-24 23:16:48 +02:00
core.py Reduce timestamp function call overhead in core states (#116517) 2024-05-01 11:04:20 -05:00
data_entry_flow.py Add workaround for data entry flow show progress (#116704) 2024-05-04 13:17:21 -05:00
exceptions.py
loader.py Block dreame_vacuum versions older than 1.0.4 (#116673) 2024-05-03 12:17:01 +02:00
package_constraints.txt Switch out aiohttp-isal for aiohttp-fast-zlib to make isal optional (#116814) 2024-05-05 17:06:12 -04:00
py.typed
requirements.py Speed up singleton decorator so it can be used more places (#116292) 2024-04-28 12:11:08 -05:00
runner.py Add debug mode to catch unsafe thread operations using core helpers (#115390) 2024-04-24 03:36:05 +02:00
setup.py Hold a lock to prevent concurrent setup of config entries (#116482) 2024-04-30 18:47:12 -05:00
strings.json