Commit graph

341 commits

Author SHA1 Message Date
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
Jörg Thalheim d248e8a13b
home-assistant: 0.111.0 -> 0.111.4 2020-06-20 12:14:19 +01:00
Pierre Bourdon 6b719544c6 home-assistant: pin the 'astral' dependency version 2020-06-20 08:19:13 +02:00
Jörg Thalheim 210cc1633b
home-assistant: 0.110.1 -> 0.111.0 2020-06-11 08:32:21 +01:00
Martin Weinelt 2ed6a2651d
home-assistant: 0.110.0 → 0.110.1 2020-05-21 17:42:29 +02:00
Martin Weinelt feeec71609
home-assistant: 0.109.6 → 0.110.0 2020-05-21 00:01:24 +02:00
Jörg Thalheim 44ee03d7fc
home-assistant: 0.109.0 -> 0.109.6 2020-05-08 09:19:26 +01:00
Jörg Thalheim 4dd83ab601
home-assistant: limit tests to Linux 2020-05-07 07:06:57 +01:00
Jörg Thalheim 940c4fc4c6
home-assistant: 0.108.7 -> 0.109.0 2020-04-29 16:01:32 +01:00
Jörg Thalheim 9bb6948317
home-assistant: 0.108.2 -> 0.108.7 2020-04-22 09:04:44 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim 02becde898
home-assistant: 0.107.7 -> 0.108.2 2020-04-10 11:17:57 +01:00
Jörg Thalheim 3a4f0fa4ec
home-assistant: add mic92 as maintainer 2020-04-02 09:50:12 +01:00
Cole Mickens 9cc44b7e33
home-assistant: 0.107.0 -> 0.107.7 2020-03-28 04:39:34 +00:00
Jörg Thalheim af2e41c4dd
home-assistant: 0.106.6 -> 0.107.0 2020-03-28 02:29:59 +00:00
Jörg Thalheim 3ed91d2f60
homeassistant: 0.106.1 -> 0.106.6 2020-03-11 11:02:57 +00:00
Jörg Thalheim 118e9e8153
home-assistant: 0.104.3 -> 0.106.1 2020-02-28 15:32:09 +00:00
Cole Mickens b673d75ebc home-assistant: 0.103.1 -> 0.104.3 2020-01-28 10:54:09 +00:00
Jörg Thalheim b2dbc1edd1
home-assistant: 0.100.3 -> 0.103.6 2020-01-09 10:39:38 +00:00
Frederik Rietdijk 1155bb1c2f home-assistant: 0.99.2 -> 0.100.3 2019-10-29 15:23:50 +01:00
Frederik Rietdijk 45b1b9dcad home-assistant: move cryptography fix to correct place
fixup after f1d46d094a
2019-10-29 15:23:50 +01:00
Frederik Rietdijk a85e58ac13 Merge master into staging-next 2019-10-23 09:38:37 +02:00
Michael Weiss f1d46d094a
home-assistant: Fix the build after baf5494330 2019-10-22 22:22:39 +02:00
Felix Breidenstein 57266005ca Remove fleaz as maintainer and from all pkgs 2019-10-21 11:16:16 +02:00
Peter Hoeg 892fff48fd home-assistant: 0.96.2 -> 0.99.2 2019-09-25 08:07:30 +08:00
Robin Gloster f9953dca30
Merge pull request #68793 from delroth/hass-setuptools
home-assistant: add missing setuptools dependency
2019-09-14 17:14:13 +02:00
Pierre Bourdon 6a0c11b931
home-assistant: add missing setuptools dependency
Fixes currently broken nixos hass test: https://hydra.nixos.org/build/100923199
2019-09-14 15:23:26 +02:00
Pierre Bourdon 04c1fcd09c
home-assistant: remove outdated pyyaml_3 pinning
The recent bump to 0.96.2 now requires pyyaml 5.1.1. The PRs upgrading
home-assistant to a newer version and the one pinning to an old PyYAML
version raced each other and we ended up with both submitted.

Fixes home-assistant build.
2019-09-11 08:39:49 +02:00
Andreas Rammhold 9cd7a73f94
maintainer: rename f-breidenstein to fleaz
He changed the GitHub handle a while ago.
2019-08-31 07:53:35 -04:00
Pierre Bourdon 39f3ab4961
home-assistant: 0.93.2 -> 0.96.2 2019-08-31 07:53:35 -04:00
Robin Gloster 4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
Frederik Rietdijk 3d00d8e4ee pythonPackages.pyyaml_3: init , instead of multiple pyyaml overrides
Temporary attribute until we can get rid of it everywhere.

This was triggered due to the libyaml 0.2.2 incompatibilty requiring
patches and still not building.
2019-07-25 11:51:55 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Robert Schütz 4fc639aa75 home-assistant: 0.92.2 -> 0.93.2
https://www.home-assistant.io/blog/2019/05/16/release-93/
2019-05-25 11:08:10 +02:00
Robert Schütz 4d607a5ac9 home-assistant: 0.91.4 -> 0.92.2
https://www.home-assistant.io/blog/2019/04/24/release-92/
2019-05-04 12:01:17 +02:00
Robert Schütz 59b1cdba31 python3.pkgs.aioesphomeapi: 1.8.0 -> 2.0.1
Pin the protobuf version used by Home Assistant to the version
required by aioesphomeapi and some components.
2019-04-22 23:56:34 +02:00
Robert Schütz a846ea54d4 home-assistant: 0.91.3 -> 0.91.4 2019-04-17 07:39:03 +02:00
Robert Schütz b54bce24cf home-assistant: 0.91.2 -> 0.91.3 2019-04-11 17:43:55 +02:00
Robert Schütz efdb9b4ee8 home-assistant: pin user-agents to 1.1.0
home-assistant-frontend requires
    user-agents==1.1.0
2019-04-08 16:48:02 +02:00
Robert Schütz 3084079695 home-assistant: 0.91.1 -> 0.91.2 2019-04-08 15:36:28 +02:00
Robert Schütz 38b4d2ca6f home-assistant: 0.90.2 -> 0.91.1
https://www.home-assistant.io/blog/2019/04/03/release-91/
2019-04-05 15:39:48 +00:00
Robert Schütz 5f47ad0f8a home-assistant: 0.90.1 -> 0.90.2 2019-03-27 12:46:51 +01:00
Robert Schütz 149f580412
home-assistant: 0.89.2 -> 0.90.1 (#58017)
https://www.home-assistant.io/blog/2019/03/20/release-90/
2019-03-24 19:45:35 +01:00
Robert Schütz 40d96815a1 home-assistant: 0.89.1 -> 0.89.2 2019-03-14 00:52:17 +01:00
Robert Schütz 4594640a97 home-assistant: 0.87.1 -> 0.89.1 2019-03-08 13:00:06 +01:00
Robert Schütz 27fb4f46d2 home-assistant: 0.86.4 -> 0.87.1 2019-03-02 12:37:48 +01:00
Robert Schütz e68aa6b28f home-assistant: fix pinned dependencies' builds 2019-02-17 14:40:50 +01:00
Robert Schütz 6cb6b90f1a home-assistant: 0.85.1 -> 0.86.4 2019-01-29 08:56:41 +01:00
Robert Schütz feae4d6cdb home-assistant: 0.85.0 -> 0.85.1 2019-01-12 07:39:19 +01:00
Robert Schütz 9a70a1842c home-assistant: 0.84.6 -> 0.85.0 2019-01-10 11:25:16 +01:00
Robert Schütz f9d5ac9bff home-assistant: 0.84.3 -> 0.84.6 2018-12-22 12:00:19 +01:00
Franz Pletz 65dfc2b272
Merge pull request #51914 from dotlambda/home-assistant-python37
home-assistant: use python37
2018-12-19 19:32:11 +00:00
Robert Schütz f47b7d0213 home-assistant: 0.84.2 -> 0.84.3 2018-12-17 17:31:00 +01:00
Robert Schütz 339a9980ec home-assistant: 0.83.3 -> 0.84.2 2018-12-14 20:01:41 +01:00
Robert Schütz 00a9057f75 Revert "home-assistant: pin to python 3.6"
This reverts commit 2fb90e57fd.
Home Assistant now builds fine with Python 3.7.
2018-12-12 17:05:42 +01:00
Robert Schütz b63bb15612 home-assistant: 0.82.1 -> 0.83.3 2018-12-06 14:59:27 +01:00
Franz Pletz 2fb90e57fd
home-assistant: pin to python 3.6 2018-11-23 15:14:31 +01:00
Robert Schütz 5e0e2e252c home-assistant: 0.82.0 -> 0.82.1 2018-11-16 14:52:05 +01:00
Robert Schütz dbceff85b9 home-assistant: 0.81.5 -> 0.82.0 2018-11-12 11:21:41 +01:00
Robert Schütz c1324d571d home-assistant: 0.81.2 -> 0.81.5 2018-11-03 15:25:56 +01:00
Robert Schütz 863a795281 home-assistant: 0.81.1 -> 0.81.2 2018-10-30 13:55:20 +01:00
Robert Schütz e9871745a1 home-assistant: 0.81.0 -> 0.81.1 2018-10-29 13:39:37 +01:00
Robert Schütz 4b60f4c55f home-assistant: 0.80.3 -> 0.81.0 (#49251)
* python3.pkgs.async-timeout: 3.0.0 -> 3.0.1

* home-assistant: 0.80.3 -> 0.81.0
2018-10-27 09:11:53 -04:00
Robert Schütz 0b6180aa89 home-assistant: 0.77.3 -> 0.80.2 2018-10-18 19:20:53 +02:00
Robert Schütz c42f0f95bb home-assistant: 0.77.2 -> 0.77.3 2018-09-06 20:22:56 +02:00
Robert Schütz e5bd748795 home-assistant: 0.77.1 -> 0.77.2 2018-09-02 09:45:31 +02:00
Robert Schütz 13c6a9ba86 home-assistant: 0.76.1 -> 0.77.1 2018-08-31 19:07:35 +02:00
Robert Schütz 33be3c4630 home-assistant: 0.75.2 -> 0.76.1
Also simplify the way overrides are defined for better readability
and use the opportunity to introduce a packageOverrides option.
2018-08-21 19:26:54 +02:00
Robert Schütz db436734cd home-assistant: 0.75.1 -> 0.75.2 2018-08-06 21:23:17 +02:00
Robert Schütz 8dc20dce0a
home-assistant: 0.74.2 -> 0.75.1 (#44500) 2018-08-05 22:13:16 +02:00
Robert Schütz 25fd46d102 home-assistant: 0.74.0 -> 0.74.2 2018-07-30 18:14:10 +02:00
Robert Schütz 414167b213 home-assistant: 0.73.2 -> 0.74.0 (#43964) 2018-07-29 21:49:46 +02:00
Robert Schütz 7682a1f0ec home-assistant: 0.73.1 -> 0.73.2
This fixes a security hole allowing man in the middle attacks.
See https://www.home-assistant.io/blog/2018/07/16/release-73-2/.
2018-07-17 14:36:47 +02:00
Robert Schütz ef2ac673a1 home-assistant: 0.73.0 -> 0.73.1 2018-07-09 16:16:43 +02:00
Robert Schütz e8697ddea4 home-assistant: 0.72.1 -> 0.73.0 2018-07-08 00:01:32 +02:00
Robert Schütz 44b790fc6f home-assistant: 0.72.0 -> 0.72.1 2018-06-26 22:36:42 +02:00
Franz Pletz 57666529d7
home-assistant: 0.69.1 -> 0.72.0 2018-06-24 17:39:01 +02:00
Robert Schütz 47a08c1918 home-assistant: add voluptuous-serialize to propagatedBuildInputs 2018-06-05 09:46:48 +02:00
Robert Schütz 960c657074 home-assistant: 0.69.0 -> 0.69.1 2018-05-13 18:30:58 +02:00
Robert Schütz 69b584ac3b home-assistant: 0.68.1 -> 0.69.0 2018-05-12 08:53:08 +02:00
Robert Schütz ae7c71e267
home-assistant: 0.68.0 -> 0.68.1 (#39855) 2018-05-02 15:55:04 +02:00
Robert Schütz d71df79998 home-assistant: 0.67.1 -> 0.68.0 2018-04-28 19:58:03 +02:00
Robert Schütz f00221d0eb home-assistant: 0.67.0 -> 0.67.1 2018-04-18 09:39:14 +02:00
Robert Schütz a2cd43efe8
home-assistant: 0.66.1 -> 0.67.0 (#38931) 2018-04-14 21:57:58 +02:00
Robert Schütz 617c26df84
home-assistant: 0.65.5 -> 0.66.1 (#38681) 2018-04-11 10:47:38 +02:00
Robert Schütz 80fc5f2a24 Merge branch 'master' into staging 2018-04-10 09:13:36 +02:00
Robert Schütz a292149c8b home-assistant: treat extraComponents with multiple requirements correctly 2018-04-09 16:45:42 +02:00
Robert Schütz 66cce2d15e home-assistant: pin async-timeout version 2018-04-08 11:36:05 +02:00
Tuomas Tynkkynen ef64208eba Merge commit '3ab2949' from staging into master
Conflicts:
	pkgs/development/compilers/llvm/6/llvm.nix
	pkgs/servers/home-assistant/component-packages.nix
2018-03-15 22:30:56 +02:00
Robert Schütz 306ee199a7 home-assistant: 0.63.3 -> 0.65.5 2018-03-15 15:03:36 +01:00
Robert Schütz d6e25bfc3b home-assistant: pin astral version to 1.5 2018-02-27 00:44:42 +01:00
Robert Schütz edee98a9d1 home-assistant: pin voluptuous version 2018-02-19 13:04:36 +01:00
Robert Schütz 061a16a415 home-assistant: 0.63.2 -> 0.63.3 2018-02-18 12:16:54 +01:00
Robert Schütz d60da6054f home-assistant: 0.63.1 -> 0.63.2 2018-02-14 10:01:50 +01:00
Robert Schütz 3e42833a7f home-assistant: 0.63 -> 0.63.1 2018-02-12 18:15:29 +01:00
Robert Schütz 7b616b6240 home-assistant: 0.62.1 -> 0.63 2018-02-10 23:19:19 +01:00
Robert Schütz 6fb6616f17 home-assistant: remove dependencies which should be loaded via autoExtraComponents 2018-02-10 13:46:24 +01:00
Robert Schütz bfcea0c05d home-assistant: fix tests by pinning pytest==3.3.1 2018-02-08 13:02:57 +01:00
Robert Schütz 78c2ca326e home-assistant: compute extraComponents from config 2018-02-02 09:48:50 +01:00
Robert Schütz 5bf6d94473 home-assistant: init at 0.62.1 2018-01-30 11:23:24 +01:00