Commit graph

149 commits

Author SHA1 Message Date
Martin Weinelt 4702290465 home-assistant: 2021.1.4 -> 2021.1.5 2021-01-24 03:42:19 +01:00
Martin Weinelt db4cdb0b9b
home-assistant: 2021.1.3 -> 2021.1.4 2021-01-17 10:43:13 +01:00
Martin Weinelt 7314c0eee7
home-assistant: 2021.1.2 -> 2021.1.3 2021-01-15 18:14:15 +01:00
Martin Weinelt c5a3874a4c
home-assistant: 2021.1.1 -> 2021.1.2 2021-01-14 23:53:44 +01:00
Martin Weinelt 28991cd201 home-assistant: 2021.1.0 -> 2021.1.1 2021-01-11 00:11:37 +01:00
Martin Weinelt 8cb55de7dc
home-assistant: don't strip
Neither the home-assistant nor the frontend contain strippable binaries,
but the stripping process will still iterate over 6600+ files and notice
that they're not in a strippable format.

On my 6C/12T desktop CPU this takes slightly over two minutes.
2021-01-07 13:33:10 +01:00
Martin Weinelt 7adf998341
home-assistant: 2020.12.2 -> 2021.1.0 2021-01-07 13:33:10 +01:00
Martin Weinelt f399effc58 homeassistant: 2020.12.1 -> 2020.12.2 2020-12-30 11:01:55 -08:00
Martin Weinelt 7f2c1c3cc8 homeassistant: 2020.12.0 -> 2020.12.1 2020-12-16 22:52:32 +01:00
Martin Weinelt 1a0c4f1167 homeassistant: 0.118.5 -> 2020.12.0 2020-12-13 23:37:54 +01:00
Martin Weinelt 422ae014bb
home-assistant: disable test_media_view
DEBUG:homeassistant.components.http.auth:Authenticated 127.0.0.1 for /media/local/test.mp3 using bearer token
DEBUG:homeassistant.components.http.view:Serving /media/local/test.mp3 to 127.0.0.1 (auth: True)
ERROR:aiohttp.server:Unhandled exception
Traceback (most recent call last):
  File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 485, in start
    resp, reset = await task
  File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 440, in _handle_request
    reset = await self.finish_response(request, resp, start_time)
  File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 591, in finish_response
    await prepare_meth(request)
  File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_fileresponse.py", line 241, in prepare
    return await self._sendfile(request, fobj, offset, count)
  File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_fileresponse.py", line 96, in _sendfile
    await loop.sendfile(transport, fobj, offset, count)
  File "/nix/store/i9lzacdfrwlj1ayw551c016s0fq71p7j-python3-3.8.6/lib/python3.8/asyncio/base_events.py", line 1120, in sendfile
    return await self._sendfile_native(transport, file,
  File "/nix/store/i9lzacdfrwlj1ayw551c016s0fq71p7j-python3-3.8.6/lib/python3.8/asyncio/selector_events.py", line 578, in _sendfile_native
    return await self.sock_sendfile(transp._sock, file, offset, count,
  File "/nix/store/i9lzacdfrwlj1ayw551c016s0fq71p7j-python3-3.8.6/lib/python3.8/asyncio/base_events.py", line 836, in sock_sendfile
    self._check_sendfile_params(sock, file, offset, count)
  File "/nix/store/i9lzacdfrwlj1ayw551c016s0fq71p7j-python3-3.8.6/lib/python3.8/asyncio/base_events.py", line 889, in _check_sendfile_params
    raise ValueError(
ValueError: count must be a positive integer (got 0)
2020-12-11 14:32:39 +01:00
Martin Weinelt 80596e106d
home-assistant: relax dependencies 2020-12-11 14:30:12 +01:00
Martin Weinelt 94f9ab741c homeassistant: 0.118.4 -> 0.118.5 2020-12-05 14:37:14 +01:00
Martin Weinelt 1927e40d50 homeassistant: 0.118.3 -> 0.118.4 2020-11-26 14:22:13 -08:00
Martin Weinelt b485298c25
homeassistant: 0.118.1 -> 0.118.3 2020-11-23 16:02:52 +01:00
Martin Weinelt 4b51d8ae6c homeassistant: 0.118.0 -> 0.118.1 2020-11-19 21:31:27 +01:00
Martin Weinelt 9e8e0c78d7 homeassistant: 0.117.6 -> 0.118.0 2020-11-18 22:27:01 -08:00
Pierre Bourdon f86a943450
home-assistant: loosen aiohttp version pin to unbreak build
nixpkgs's aiohttp is currently 3.6.3, which is API compatible with 3.6.2
required by home-assistant.
2020-11-17 02:14:08 +01:00
Martin Weinelt 4c4538cd63 homeassistant: 0.117.5 -> 0.117.6 2020-11-11 14:54:46 -08:00
Martin Weinelt be5ef7d85d homeassistant: 0.117.4 -> 0.117.5 2020-11-05 16:56:00 +01:00
Martin Weinelt 8071b8ba82 homeassistant: 0.117.3 -> 0.117.4 2020-11-04 23:22:56 -08:00
Martin Weinelt 0c4e33e4aa homeassistant: 0.117.2 -> 0.117.3 2020-11-04 23:22:56 -08:00
Martin Weinelt 13ba2bc228 homeassistant: 0.117.1 -> 0.117.2 2020-11-01 22:58:43 +01:00
Martin Weinelt 4e6820a230 homeassistant: 0.117.0 -> 0.117.1 2020-10-30 14:23:06 +01:00
Martin Weinelt c8d6c254e8 homeassistant: 0.116.4 -> 0.117.0 2020-10-29 10:52:28 -07:00
Martin Weinelt 0ee591e246 homeassistant: 0.116.3 -> 0.116.4 2020-10-16 01:21:41 +02:00
Martin Weinelt 3d5ecbd83e
homeassistant: 0.116.2 -> 0.116.3
The project description changed a while ago, so let's update it.
2020-10-15 13:09:39 +02:00
Martin Weinelt 5a9a3143fc homeassistant: 0.116.1 -> 0.116.2 2020-10-09 16:54:53 +02:00
Martin Weinelt 94515128c3 home-assistant: clean up dependencies 2020-10-09 12:11:05 +02:00
Martin Weinelt 41331908ac homeassistant: 0.116.0 -> 0.116.1 2020-10-09 12:11:05 +02:00
Martin Weinelt 53d04173e0 home-assistant: convert tests to pytestCheckHook
Enables testing in parallel. This cuts down the test phase from over
five to under one minute on my 6C/12T processor.

Sadly while the upstream runs their tests using `-n auto` this isn't
working for us in all cases. I currently assume they use low concurrency in
their CI, which is not triggering these issues..
2020-10-09 12:11:05 +02:00
Martin Weinelt 9cf3b6a473 homeassistant: 0.115.6 -> 0.116.0 2020-10-09 12:11:05 +02:00
Martin Weinelt 31d9bdf626
homeassistant: 0.114.4 -> 0.115.6
The image component is now part of the default_config dependency tree,
which is why we now require pillow by default.
2020-10-02 19:10:42 +02:00
Martin Weinelt 68c4099d73
home-assistant: drop protobuf override
aioesphome was updated to 2.6.3 which requires protobuf>=3.12.2,<4.0.
2020-09-13 01:05:48 +02:00
Martin Weinelt 67b7baa580 homeassistant: 0.114.3 -> 0.114.4 2020-08-29 17:37:55 -07:00
Jan Tojnar 58377555ed
Merge branch 'staging-next' into staging 2020-08-23 02:18:27 +02:00
Martin Weinelt d4df3b70f7 homeassistant: 0.114.2 -> 0.114.3 2020-08-20 12:54:47 +02:00
Martin Weinelt 9dac262767 homeassistant: 0.114.0 -> 0.114.2 2020-08-19 09:54:21 +00:00
Jonathan Ringer cc3c55b0f9 home-assistant: fix tests 2020-08-19 00:43:21 -07:00
Martin Weinelt 300307fde6
homeassistant: 0.113.3 -> 0.114.0 2020-08-12 13:47:11 +02:00
Martin Weinelt 87d4e1230b
home-assistant: add patch to fix flapping logging test 2020-08-03 16:16:25 +02:00
Martin Weinelt ec4df176bd homeassistant: 0.113.0 -> 0.113.3 2020-08-01 22:14:46 +02:00
Martin Weinelt 5bd30523ce
homeassistant: 0.112.3 -> 0.113.0
https://www.home-assistant.io/blog/2020/07/22/release-113/
2020-07-22 18:27:50 +02:00
Matt Votava fbaafd311b home-assistant: pin PyChromecast 2020-07-15 07:28:50 -07:00
Martin Weinelt 7e8b36ea79 homeassistant: 0.112.2 -> 0.112.3 2020-07-07 02:02:25 +02:00
Martin Weinelt bf13145ee5
homeassistant: 0.112.0 -> 0.112.2 2020-07-07 01:43:44 +02:00
Martin Weinelt 963de34c62
homeassistant: 0.111.4 -> 0.112.0 2020-07-07 01:43:44 +02:00
Jörg Thalheim da196d2bed
home-assistant: add hexa as maintainers
https://github.com/NixOS/nixpkgs/pull/91273#issuecomment-647833500
2020-06-23 09:28:22 +01:00
Jörg Thalheim aac8f45500
home-assistant: add override for pyowm
3.0 is not compatible with home-assistant
2020-06-22 10:11:26 +01:00
Jörg Thalheim a68c7e0fa7
nixos/home-assistant: fix tests 2020-06-21 10:58:29 +01:00