summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/array-record/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python312Packages.array-record: 0.5.0 -> 0.7.1Gaetan Lepage2025-04-231-17/+10
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-26/+31
* Merge master into staging-nextgithub-actions[bot]2023-12-291-1/+1
|\
| * 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.Sergei Trofimovich2023-12-291-1/+1
* | python312Packages.array-record: disable•••We package a wheel, and there is none for 3.12. Martin Weinelt2023-12-201-1/+2
|/
* python310Packages.array-record: 0.4.1 -> 0.5.0•••Changelog: https://github.com/google/array_record/releases/tag/v0.5.0 Gaetan Lepage2023-11-011-9/+19
* python3Packages.array-record: 0.4.0 -> 0.4.1Martin Weinelt2023-09-271-2/+2
* python3Packages.array-record: set meta.platforms as the wheel is x86_64-linux...Nick Cao2023-08-081-0/+1
* python3Packages.array-record: init at 0.4.0Gaetan Lepage2023-07-091-0/+43