Commit Graph

2567 Commits

Author SHA1 Message Date
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Martin Weinelt
94721c1f73
python312Packages.homeassistant-stubs: 2024.9.2 -> 2024.9.3
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.9.3
2024-09-24 12:59:01 +02:00
Martin Weinelt
564fa97ede
home-assistant: 2024.9.2 -> 2024.9.3
https://github.com/home-assistant/core/releases/tag/2024.9.3
2024-09-24 11:55:36 +02:00
Martin Weinelt
5bf8dd6f23
home-assistant-custom-components.xiaomi_gateway3: 4.0.5 -> 4.0.6 (#339765) 2024-09-21 14:50:18 +02:00
Luflosi
630ff60e9d
home-assistant-custom-components.solax_modbus: init at 2024.09.4
Allows integrating solar inverters with Home Assistant over modbus.
2024-09-20 17:30:58 +02:00
Robert Schütz
3f62e852ce
home-assistant-custom-components.dwd: 2024.4.0 -> 2024.9.0 (#342371) 2024-09-18 11:49:14 -07:00
Martin Weinelt
3e0f775a54
home-assistant: 2024.9.1 -> 2024.9.2
https://github.com/home-assistant/core/releases/tag/2024.9.2
2024-09-18 13:48:35 +02:00
Martin Weinelt
d57c6374aa
home-assistant: update component-packages 2024-09-18 01:53:36 +02:00
R. Ryantm
69bae456fb python312Packages.homeassistant-stubs: 2024.9.1 -> 2024.9.2 2024-09-17 05:00:35 +00:00
emilylange
c3d7d6eeba
home-assistant-custom-components.dwd: add emilylange as maintainer 2024-09-16 23:56:25 +02:00
emilylange
15d876ada1
home-assistant-custom-components.dwd: 2024.4.0 -> 2024.9.0
https://github.com/hg1337/homeassistant-dwd/releases/tag/2024.9.0

diff: https://github.com/hg1337/homeassistant-dwd/compare/2024.4.0...2024.9.0
2024-09-16 20:48:31 +02:00
Martin Weinelt
b5faf0c782
home-assistant-custom-components.average: init at 2.3.4 (#341571) 2024-09-16 12:05:13 +02:00
Martin Weinelt
fc8030711f
python312Packages.msmart-ng: init at 2024.9.0, home-assistant-custom-components.midea_ac: init at 2024.9.2 (#328419) 2024-09-14 16:58:03 +02:00
Martin Weinelt
15d726e10d
home-assistant-custom-components.midea_ac: init at 2024.9.2
Home Assistant custom integration to control Midea (and associated
brands) air conditioners via LAN.

Co-authored-by: emilylange <git@emilylange.de>
2024-09-14 16:46:14 +02:00
K900
50d66fb534 home-assistant-custom-lovelace-modules.universal-remote-card: 4.0.3 -> 4.0.5
Diff: https://github.com/Nerwyn/android-tv-card/compare/4.0.3...4.0.5
2024-09-14 09:00:35 +03:00
Matthias Beyer
adc9eb141c
home-assistant-custom-components.average: init at 2.3.4
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2024-09-13 13:46:49 +02:00
Robert Schütz
d244f9a98d home-assistant-custom-components.waste_collection_schedule: 2.1.0 -> 2.2.0
Diff: https://github.com/mampfes/hacs_waste_collection_schedule/compare/refs/tags/2.1.0...2.2.0

Changelog: https://github.com/mampfes/hacs_waste_collection_schedule/releases/tag/2.2.0
2024-09-10 12:31:06 -07:00
K900
ded57d5b23 home-assistant-custom-lovelace-modules.universal-remote-card: 4.0.1 -> 4.0.3
Diff: https://github.com/Nerwyn/android-tv-card/compare/4.0.1...4.0.3
2024-09-08 17:31:23 +03:00
Martin Weinelt
c0adc8b28b
home-assistant-custom-components.moonraker: 1.3.4 -> 1.3.5 (#340474) 2024-09-08 15:16:59 +02:00
9R
c63ae11488 home-assistant-custom-components.moonraker: 1.3.4 -> 1.3.5 2024-09-08 11:20:39 +02:00
Martin Weinelt
ade8b4952c
home-assistant: disable test_circular_imports test (#340324) 2024-09-07 18:29:45 +02:00
Kira Bruneau
322047d654 home-assistant: disable test_circular_imports test
This reduces the nixpkgs-review load when updating debugpy, so PRs can
be merged directly into master without going through staging
2024-09-07 12:16:04 -04:00
Martin Weinelt
1232792e1b
python312Packages.homeassistant-stubs: 2024.9.0 -> 2024.9.1
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.9.1
2024-09-07 04:00:34 +02:00
Martin Weinelt
be32790365
home-assistant: 2024.9.0 -> 2024.9.1
https://github.com/home-assistant/core/releases/tag/2024.9.1
2024-09-07 03:53:45 +02:00
Martin Weinelt
39ffb3c418
home-assistant-custom-components.solis-sensor: 3.6.0 -> 3.7.0 (#340078) 2024-09-06 19:45:33 +02:00
Jon Seager
392636d8df
home-assistant-custom-components.solis-sensor: 3.6.0 -> 3.7.0
Changelog: https://github.com/hultenvp/solis-sensor/releases/tag/v3.7.0
2024-09-06 18:31:36 +01:00
K900
c264bc681c home-assistant-custom-lovelace-modules.universal-remote-card: 4.0.0 -> 4.0.1
Diff: https://github.com/Nerwyn/android-tv-card/compare/4.0.0...4.0.1
2024-09-06 08:34:59 +03:00
Martin Weinelt
6c4ea7a3e0
home-assistant-custom-components.garmin_connect: init at unstable-2024-08-31 (#338572) 2024-09-05 14:01:30 +02:00
Matthias Beyer
c2408d4c82
home-assistant-custom-components.garmin_connect: Add dmadisetti as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2024-09-05 12:54:38 +02:00
Matthias Beyer
4c4d3971b8
home-assistant-custom-components.garmin_connect: init at unstable-2024-08-31
This packages the garmin_connect component from cyberjunky.

I decided to not package the latest release, but the master branch,
because the latest release hard depends on a specific version of
python3Packages.garminconnect. The master branch does not.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2024-09-05 12:54:38 +02:00
Zhong Jianxin
3342258555 home-assistant-custom-components.xiaomi_gateway3: 4.0.5 -> 4.0.6
Changelog: https://github.com/AlexxIT/XiaomiGateway3/releases/tag/v4.0.6

Also fix meta.changelog
2024-09-05 18:30:22 +08:00
K900
f38abcc7a4 home-assistant-custom-lovelace-modules.universal-remote-card: 3.9.4 -> 4.0.0, rename 2024-09-05 11:59:42 +03:00
Martin Weinelt
7ce6d39d25
home-assistant-custom-lovelace-modules.mushroom: 4.0.6 -> 4.0.7 (#339648) 2024-09-05 02:18:05 +02:00
Martin Weinelt
64eace5605
python312Packages.homeassistant-stubs: 2024.8.3 -> 2024.9.0
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.9.0
2024-09-05 01:27:52 +02:00
Martin Weinelt
57dc7235c7
home-assistant-custom-lovelace-modules.mushroom: 4.0.6 -> 4.0.7
https://github.com/piitaya/lovelace-mushroom/releases/tag/v4.0.7
2024-09-05 00:41:01 +02:00
Robert Schütz
be6abc1bf8 home-assistant: 2024.8.3 -> 2024.9.0
https://home-assistant.io/blog/2024/09/04/release-20249/
2024-09-04 12:26:56 -07:00
Robert Schütz
a747de913a home-assistant.frontend: 20240809.0 -> 20240904.0
Changelog: https://github.com/home-assistant/frontend/releases/tag/20240828.0
           https://github.com/home-assistant/frontend/releases/tag/20240829.0
           https://github.com/home-assistant/frontend/releases/tag/20240902.0
           https://github.com/home-assistant/frontend/releases/tag/20240903.1
           https://github.com/home-assistant/frontend/releases/tag/20240904.0
2024-09-04 12:26:56 -07:00
Robert Schütz
6a50b2a918 home-assistant.intents: 2024.8.7 -> 2024.9.4
Diff: https://github.com/home-assistant/intents-package/compare/refs/tags/2024.8.7...2024.9.4

Changelog: https://github.com/home-assistant/intents/releases/tag/2024.8.29
           https://github.com/home-assistant/intents/releases/tag/2024.9.4
2024-09-04 12:26:56 -07:00
Franz Pletz
a72077e34e
home-assistant-custom-components.moonraker: 1.3.0 -> 1.3.4 (#339046) 2024-09-04 10:30:37 +02:00
9R
dca09cb872 home-assistant-custom-components.moonraker: 1.3.0 -> 1.3.4 2024-09-04 08:26:15 +02:00
Fabian Affolter
8b883dc1d2 home-assistant-custom-components.tuya_local: 2024.6.0 -> 2024.8.0
Diff: https://github.com/make-all/tuya-local/compare/refs/tags/2024.6.0...2024.8.0

Changelog: https://github.com/make-all/tuya-local/releases/tag/2024.8.0
2024-09-03 21:15:31 +02:00
Martin Weinelt
366405164f
home-assistant-custom-lovelace-modules.mushroom: 4.0.5 -> 4.0.6
https://github.com/piitaya/lovelace-mushroom/releases/tag/v4.0.6
2024-09-02 14:50:23 +02:00
github-actions[bot]
b857d97eec
Merge master into staging-next 2024-08-30 18:04:02 +00:00
Matthias Beyer
f541b68394
home-assistant-custom-lovelace-modules.hourly-weather: init at 6.1.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2024-08-30 17:08:17 +02:00
github-actions[bot]
5702f5278f
Merge master into staging-next 2024-08-29 12:05:13 +00:00
Jon Seager
f7b65f2290
home-assistant-custom-components.solis-sensor: init at 3.6.0 2024-08-29 10:03:47 +00:00
github-actions[bot]
b430e34392
Merge master into staging-next 2024-08-29 06:05:05 +00:00
Martin Weinelt
0e22d5e91a
home-assistant-custom-lovelace-modules.mushroom: 4.0.3 -> 4.0.5 (#338076) 2024-08-29 05:54:35 +02:00
Peder Bergebakken Sundt
c477a48699
treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub (#336777) 2024-08-28 22:17:38 -04:00
Martin Weinelt
7277780e1c
home-assistant-custom-lovelace-modules.mushroom: 4.0.3 -> 4.0.5
https://github.com/piitaya/lovelace-mushroom/releases/tag/v4.0.5
2024-08-29 03:47:44 +02:00