Commit Graph

923 Commits

Author SHA1 Message Date
Martin Weinelt
d8d70ae542
home-assistant: 2024.1.2 -> 2024.1.3
https://github.com/home-assistant/core/releases/tag/2024.1.3
2024-01-16 14:16:17 +01:00
K900
914e0415a3 home-assistant: add missed dependencies 2024-01-08 18:53:32 +03:00
Martin Weinelt
1442bd4bc7
Merge remote-tracking branch 'origin/master' into staging-next 2024-01-07 05:01:18 +01:00
Martin Weinelt
4e85e829eb
home-assistant: 2024.1.1 -> 2024.1.2
https://github.com/home-assistant/core/releases/tag/2024.1.2
2024-01-06 16:57:54 +01:00
Martin Weinelt
eba4d277a0 Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
-	pkgs/development/python-modules/sabctools/default.nix
2024-01-06 04:51:01 +01:00
Martin Weinelt
c3393e3a4b
home-assistant: 2024.1.0 -> 2024.1.1
https://github.com/home-assistant/core/releases/tag/2024.1.1
2024-01-05 22:45:46 +01:00
Martin Weinelt
f0b1bcb9d8 home-assistant: update dependency pins 2024-01-04 15:56:00 +01:00
Vladimír Čunát
8a839514de
Merge branch 'master' into staging-next 2024-01-04 15:07:44 +01:00
Martin Weinelt
2452734ad4
home-assistant: 2023.12.4 -> 2024.1.0
https://www.home-assistant.io/blog/2024/01/03/release-20241/
2024-01-04 00:03:49 +01:00
Martin Weinelt
93d8c36a1b Merge remote-tracking branch 'origin/master' into staging-next 2023-12-28 16:56:50 +01:00
Martin Weinelt
1b1aa5c5ec
home-assistant: 2023.12.3 -> 2023.12.4
https://github.com/home-assistant/core/releases/tag/2023.12.4
2023-12-28 13:46:33 +01:00
Martin Weinelt
4579deae77
home-assistant: update dependency pins 2023-12-26 14:34:28 +01:00
Martin Weinelt
f4361bb102
home-assistant: pin pyaussiebb, voluptuous, xbox-webapi 2023-12-20 20:46:34 +01:00
Martin Weinelt
0a12d13459
home-assistant: pin versioningit at 2.2.0
The last version to support pydantic 1.x.
2023-12-20 20:15:32 +01:00
natsukium
0aabea0ba1
home-assistant: pin pydantic_1 2023-12-20 20:15:32 +01:00
Martin Weinelt
0da50dbd33
home-assistant: relax httpx, yarl constraints
Checking runtime dependencies for homeassistant-2023.11.3-py3-none-any.whl
  - awesomeversion==23.8.0 not satisfied by version 23.11.0
  - httpx==0.25.0 not satisfied by version 0.25.2
  - pyopenssl==23.2.0 not satisfied by version 23.3.0
  - voluptuous==0.13.1 not satisfied by version 0.14.0
  - yarl==1.9.2 not satisifeid by version 1.9.3
2023-12-20 20:11:10 +01:00
Martin Weinelt
e9babd935d
home-assistant: relax lru-dict constraint, clean up 2023-12-20 20:10:26 +01:00
Martin Weinelt
3522b963f5
home-assistant: pin aioesphomeapi at 19.2.1
Later versions introduced incompatibilities in the bluetooth scanner.
2023-12-16 04:51:59 +01:00
Martin Weinelt
5a1e8c90ab
home-assistant: 2023.12.2 -> 2023.12.3
https://github.com/home-assistant/core/releases/tag/2023.12.3
2023-12-15 01:48:01 +01:00
Martin Weinelt
9ec56a870e
home-assistant: 2023.12.1 -> 2023.12.2
https://github.com/home-assistant/core/releases/tag/2023.12.2
2023-12-13 20:54:37 +01:00
Martin Weinelt
3e2418fc27
home-assistant: 2023.12.0 -> 2023.12.1
https://github.com/home-assistant/core/releases/tag/2023.12.1
2023-12-10 15:18:27 +01:00
Martin Weinelt
9755134150
home-assistant: use overridden dependencies in overrides 2023-12-09 18:14:01 +01:00
Martin Weinelt
1e8a9f5f20
Revert "home-assistant: don't depend on matter implicitly"
This reverts commit c3b7d93d1282cda4713b3608a43d34d57a26727f.

Make the trade-off, that everything gets transitively marked insecure,
as opposed to having lots of broken test and no signaling, when they'd
actually break.
2023-12-09 17:51:15 +01:00
Martin Weinelt
982ca8967d
home-assistant: don't depend on matter implicitly
The matter integration is still stuck on OpenSSL 1.1, which is marked
as insecure. Propagating matter through `after_dependencies` makes
most of home-assistant transitively insecure.

Unfortunately that requires disabling a number of core tests.
2023-12-09 17:51:13 +01:00
Martin Weinelt
a9c8c99442
home-assistant: make git the primary source, sdist secondary
Make the git src the primary one, since it can be replaced with a local
checkout to run bisects.

We now copy the translations from the sdist published on PyPi into the
source tree, instead of previously the tests from the git source tree.
2023-12-09 17:51:12 +01:00
Martin Weinelt
d62c539d86
home-assistant: 2023.11.3 -> 2023.12.0
https://www.home-assistant.io/blog/2023/12/06/release-202312/
2023-12-09 17:51:07 +01:00
Martin Weinelt
c150877925
home-assistant: prune test configuration
The qwikswitch dependency is not required anymore for this test.

Also prune some tests, that are not failing any more.
2023-11-27 19:08:54 +01:00
Martin Weinelt
742ea5dcc8
home-assistant: propagate pyotp and pyqrcode
These dependencies are not documented, but rather installed at runtime
as needed.

Propagate them to fix the OTP use case, where QR Codes need to be
generated, to e.g. scan them to your phone.
2023-11-27 19:07:15 +01:00
Martin Weinelt
cbbbee5ce3
home-assistant: migrate to pythonRelaxDepsHook
Mutating the resulting wheel, which has a more stable format, is the
better solution, than the homegrown sed expression we used up until now.
2023-11-27 19:05:49 +01:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Martin Weinelt
9952892cb6
home-assistant: 2023.11.2 -> 2023.11.3
https://github.com/home-assistant/core/releases/tag/2023.11.3
2023-11-22 17:23:16 +01:00
Martin Weinelt
ecab0bcab4
home-assistant: drop std-lib test dependency
This was only required for Python 3.9 support and dropped upstream back
in 2023/01.
2023-11-20 01:35:38 +01:00
Vladimír Čunát
c46eae0f35
Merge branch 'master' into staging-next 2023-11-15 07:33:10 +01:00
Martin Weinelt
d653ad6902
home-assistant: update disabled tests
The test on sma has been failing since the 2023.10.0 release.

The telegram_bot tests have had a failing dependency since we updated
urllib3>=2.0 and it's too much of a hassle to override this dependency.
2023-11-14 14:42:39 +01:00
github-actions[bot]
912311b7fd
Merge master into staging-next 2023-11-11 00:02:21 +00:00
Martin Weinelt
3536221702
Merge pull request #160346 from mweinelt/hass-custom-everything
home-assistant: custom components and lovelace modules
2023-11-11 00:08:25 +01:00
Martin Weinelt
d4914b6d15
home-assistant: allow symlinks in static folder
Home Assistant by default does not follow symlinks in its static
folders, which doesn't mix well with serving anything from the nix
store.
2023-11-10 22:00:12 +01:00
Martin Weinelt
a9f41a1bab
home-assistant: 2023.11.1 -> 2023.11.2
https://github.com/home-assistant/core/releases/tag/2023.11.2
2023-11-10 17:37:03 +01:00
github-actions[bot]
38bc2a577e
Merge master into staging-next 2023-11-07 00:02:31 +00:00
Martin Weinelt
a1977eebaa
home-assistant: backport litterrobot tests fix
The litterrobot tests broke when DST changed, so now they've pinned the
date and the tests should keep working.
2023-11-06 16:05:22 +01:00
github-actions[bot]
2ecaf22639
Merge master into staging-next 2023-11-05 12:01:15 +00:00
Martin Weinelt
4e4178153a
home-assistant: 2023.11.0 -> 2023.11.0
https://github.com/home-assistant/core/releases/tag/2023.11.1
2023-11-04 22:11:33 +01:00
K900
8b5e31d92c home-assistant: remove websockets override
It's a downgrade now.
2023-11-04 11:57:07 +03:00
github-actions[bot]
e67e95c1d1
Merge master into staging-next 2023-11-02 06:01:16 +00:00
Martin Weinelt
0b2ab262bc
home-assistant: 2023.10.5 -> 2023.11.0
https://www.home-assistant.io/blog/2023/11/01/release-202311/
2023-11-01 22:28:12 +01:00
github-actions[bot]
519b7ea0c3
Merge master into staging-next 2023-10-28 12:01:19 +00:00
Martin Weinelt
8b0edc9c50
home-assistant: pin intellifire4py==2.2.2 2023-10-27 15:00:28 +02:00
Martin Weinelt
5f037625ad
Merge pull request #259904 from dotlambda/aiohttp-3.8.6
python310Packages.aiohttp: 3.8.5 -> 3.8.6
2023-10-23 23:57:26 +02:00
Martin Weinelt
fd5703fac2
home-assistant: 2023.10.4 -> 2023.10.5
https://github.com/home-assistant/core/releases/tag/2023.10.5
2023-10-22 21:06:25 +02:00
Robert Schütz
e3646a7323 home-assistant: pin aiohttp to 3.8.5
Upstream does so in https://github.com/home-assistant/core/pull/101913.
2023-10-21 17:04:52 -07:00