Commit Graph

7 Commits

Author SHA1 Message Date
github-actions[bot] f50aae4fb1 Merge master into staging-next 2023-12-29 18:00:57 +00:00
Sergei Trofimovich 836e74d695 python312Packages.array-record: improve eval error
Before the change access to non-existent `.cp312` attribute caused
irrecoverable eval failure:

    $ nix build --no-link -f. python312Packages.array-data
    ...
    error: attribute 'cp312' missing

After the change we use `throw` fallback to turn the error into
recoverable:

    $ nix build --no-link -f. python312Packages.array-data
    ...
    error: array-record is missing hash for cp312

The difference is visible when one tries to skip the derivations that
throw errors. Irrecoverable eval errors do not allow skipping such
derivations.
2023-12-29 22:07:43 +08:00
Martin Weinelt 3549cdfb56 python312Packages.array-record: disable
We package a wheel, and there is none for 3.12.
2023-12-20 20:45:44 +01:00
Gaetan Lepage 0ab756441c python310Packages.array-record: 0.4.1 -> 0.5.0
Changelog: https://github.com/google/array_record/releases/tag/v0.5.0
2023-11-01 09:42:24 +01:00
Martin Weinelt 9c3b68bd3e python3Packages.array-record: 0.4.0 -> 0.4.1 2023-09-27 15:32:48 +02:00
Nick Cao dc4ab40f46 python3Packages.array-record: set meta.platforms as the wheel is x86_64-linux only 2023-08-08 16:12:38 +08:00
Gaetan Lepage fe111c9311 python3Packages.array-record: init at 0.4.0 2023-07-09 15:11:06 +02:00