!QhvgabMQzwEQeWehhZ:lossy.network

NixOS Home Automation

513 Members
Declarative Home Automation and other Sidequests | https://wiki.nixos.org/wiki/Home_Assistant135 Servers

Load older messages


SenderMessageTime
6 Apr 2025
@hexa:lossy.network@hexa:lossy.networkoh right13:56:43
@hexa:lossy.network@hexa:lossy.network🤷‍♂️13:56:49
@geoffrey:frogeye.frGeoffrey Frogeye It seems that calendar-enabled Home Assistant installations on 24.11 now fail building with the message ical.tzif.timezoneinfo.TimezoneInfoError: Unable to load tzdata module: America/Coyhaique (https://hydra.nixos.org/build/293916363). Something with tzdata being more recent for python3Packages.tzdata. 17:34:30
@geoffrey:frogeye.frGeoffrey Frogeye I came up with a fix (https://github.com/NixOS/nixpkgs/pull/396600), however didn't realize it would be a mass rebuild. Is it really true that rebasing to the right branch (from release-24.11 to staging-24.11) then force pushing, and then changing the GitHub target branch (if I understand https://github.com/NixOS/nixpkgs/blob/fcc5f57fb1ff58a54598ee686f6ff4ae251107fd/CONTRIBUTING.md#rebasing-between-branches-ie-from-master-to-staging correctly) will NOT send a notification to three thousands people? I'd rather look stupid asking now here than look stupid in many people's inbox later 😅. 17:37:34
@geoffrey:frogeye.frGeoffrey Frogeye * It seems that calendar-enabled Home Assistant installations on 24.11 now fail building with the message ical.tzif.timezoneinfo.TimezoneInfoError: Unable to load tzdata module: America/Coyhaique (https://hydra.nixos.org/build/293916363). Something with tzdata being too recent for python3Packages.tzdata. 17:38:52
@nikongen:matrix.orgnikongen joined the room.17:41:20
@hexa:lossy.network@hexa:lossy.networkbackporting tzdata is a bit much 😊17:47:41
@hexa:lossy.network@hexa:lossy.networkwhat is the "calendar-enabled" home assistant?17:49:27
@hexa:lossy.network@hexa:lossy.networkoh, something broke the ical packaging on 24.11? meh17:50:12
@geoffrey:frogeye.frGeoffrey Frogeye Anything installation with local_calendar, local_todo or google, maybe more 17:52:20
@geoffrey:frogeye.frGeoffrey Frogeye * Any installation with local_calendar, local_todo or google, maybe more 17:52:44
@hexa:lossy.network@hexa:lossy.network
commit 6dbc44e8109c30a6523e0543a7ced88777e3d1dd
Merge: ebc05ccbb4d0 db07b2139708
Author: Vladimír Čunát <v@cunat.cz>
Date:   Sun Mar 23 18:54:15 2025 +0100

    tzdata: 2025a -> 2025b (#392462)

commit db07b21397089d01aebfe736181947ba65a9b42c
Author: Sergei Trofimovich <slyich@gmail.com>
Date:   Sun Mar 23 06:30:20 2025 +0000

    tzdata: 2025a -> 2025b
    
    Changes: https://github.com/eggert/tz/compare/2025a...2025b
    (cherry picked from commit 0e22650f6956c978a4dc68bfb3bb8c40b78070c1)

commit ebc05ccbb4d0342242fbae049aef758dce1e2808
Merge: 017303ab3b6f 4652098e774d
Author: Vladimír Čunát <v@cunat.cz>
Date:   Sun Mar 23 18:52:21 2025 +0100

    tzdata: 2024b -> 2025a (#392460)

commit 4652098e774d130001e046737792ffde1122c5ce
Author: Sergei Trofimovich <slyich@gmail.com>
Date:   Sat Jan 18 06:11:58 2025 +0000

    tzdata: 2024b -> 2025a
    
    Changes: https://github.com/eggert/tz/blob/2025a/NEWS
    (cherry picked from commit 892f0edfb10f1b74bc2bf6fa2b49eef170819b0f)
17:52:51
@hexa:lossy.network@hexa:lossy.networkthese look like plausible causes17:52:57
@geoffrey:frogeye.frGeoffrey FrogeyePretty sure it's 2025a -> 2025b17:53:31
@geoffrey:frogeye.frGeoffrey FrogeyeIt added the "America/Coyhaique" timezone https://lists.iana.org/hyperkitty/list/tz-announce@iana.org/thread/6JVHNHLB6I2WAYTQ75L6KEPEQHFXAJK3/17:54:21
@hexa:lossy.network@hexa:lossy.networkall of these were in the last channel bump17:54:23
@geoffrey:frogeye.frGeoffrey FrogeyeAlso bumping python3Packages.tzdata to 2025.1 (corresponds to not-the-python-package tzdata 2025a) was not enough, hence I went with 2025.217:55:30
@hexa:lossy.network@hexa:lossy.networkwhich is funny, since we bumped tzdata and python3.pkgs.tzdata is independent 🤔17:56:50
@hexa:lossy.network@hexa:lossy.networkand ical consumes the python version17:57:22
@hexa:lossy.network@hexa:lossy.networkare you mixing channels?17:57:49
@geoffrey:frogeye.frGeoffrey FrogeyeOn unstable it's fine because the bump of both tzdata are happening in the same staging batch (not sure that's the right terminology), it's a 24.11-only problem.17:58:31
@hexa:lossy.network@hexa:lossy.networkoh, python itself depends on tzdata17:58:45
@hexa:lossy.network@hexa:lossy.network

ical> E FileNotFoundError: [Errno 2] No such file or directory: '/nix/store/zpkj9lmgkrcinkwa9k458viszgmncx29-python3.12-tzdata-2024.2/lib/python3.12/site-packages/tzdata/zoneinfo/America/Coyhaique'

18:01:03
@hexa:lossy.network@hexa:lossy.networkso it clearly looks into the python tzdata package18:01:12
@hexa:lossy.network@hexa:lossy.networkwhich has not been bumped18:01:36
@hexa:lossy.network@hexa:lossy.networkand neither has ical been bumped18:01:42
@geoffrey:frogeye.frGeoffrey Frogeyeical can survive without being bumped18:02:14
@hexa:lossy.network@hexa:lossy.networkI am thoroughly confused how this started failing18:02:16
@hexa:lossy.network@hexa:lossy.networkpython3.pkgs.ical reads zone information from python3.pkgs.tzdata18:02:37
@hexa:lossy.network@hexa:lossy.networkneither were updated, but now python3.pkgs.ical fails to test18:02:48

Show newer messages


Back to Room ListRoom Version: 6