| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python313Packages.awscrt: 0.25.7 -> 0.26.1•••Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.26.1 | Fabian Affolter | 2025-04-15 | 1 | -2/+2 |
| * | python313Packages.awscrt: 0.24.2 -> 0.25.7•••Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.25.7 | Fabian Affolter | 2025-04-05 | 1 | -2/+2 |
| * | python312Packages.awscrt: 0.23.10 -> 0.24.2 | R. Ryantm | 2025-03-15 | 1 | -2/+2 |
| * | python312Packages.awscrt: 0.23.9 -> 0.23.10 | R. Ryantm | 2025-02-17 | 1 | -2/+2 |
| * | python312Packages.awscrt: 0.23.6 -> 0.23.9 | R. Ryantm | 2025-02-03 | 1 | -2/+2 |
| * | python312Packages.awscrt: 0.23.0 -> 0.23.6 | R. Ryantm | 2024-12-19 | 1 | -2/+2 |
| * | python312Packages.awscrt: 0.22.0 -> 0.23.0 | R. Ryantm | 2024-11-16 | 1 | -2/+2 |
| * | python312Packages.awscrt: 0.21.5 -> 0.22.0 | R. Ryantm | 2024-10-05 | 1 | -2/+2 |
| * | 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" ``` | Artturin | 2024-09-25 | 1 | -2/+2 |
| * | python312Packages.awscrt: 0.21.4 -> 0.21.5•••Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.21.5 | Fabian Affolter | 2024-09-16 | 1 | -2/+2 |
| * | python312Packages.awscrt: 0.21.2 -> 0.21.4 | R. Ryantm | 2024-09-06 | 1 | -2/+2 |
| * | python3Packages.awscrt: remove pin of gcc version•••stdenv is new enough now on all platforms. | Artem Leshchev | 2024-08-06 | 1 | -8/+1 |
| * | python312Packages.awscrt: 0.21.1 -> 0.21.2 | R. Ryantm | 2024-07-23 | 1 | -2/+2 |
| * | python312Packages.awscrt: 0.20.12 -> 0.21.1 | R. Ryantm | 2024-07-14 | 1 | -2/+2 |
| * | python3Packages.awscrt: 0.20.11 -> 0.20.12•••https://github.com/awslabs/aws-crt-python/releases/tag/v0.20.12 | Martin Weinelt | 2024-06-24 | 1 | -2/+2 |
| * | python312Packages.awscrt: 0.20.10 -> 0.20.11•••Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.20.11 | Fabian Affolter | 2024-06-06 | 1 | -2/+2 |
| * | python311Packages.awscrt: 0.20.9 -> 0.20.10 | R. Ryantm | 2024-05-24 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -19/+18 |
| * | python311Packages.awscrt: 0.20.6 -> 0.20.9 | R. Ryantm | 2024-04-17 | 1 | -2/+2 |
| * | python311Packages.awscrt: 0.20.5 -> 0.20.6 | R. Ryantm | 2024-03-31 | 1 | -2/+2 |
| * | python311Packages.awscrt: 0.20.4 -> 0.20.5 | R. Ryantm | 2024-03-03 | 1 | -2/+2 |
| * | python311Packages.awscrt: 0.20.3 -> 0.20.4 | R. Ryantm | 2024-02-25 | 1 | -2/+2 |
| * | python311Packages.awscrt: 0.19.19 -> 0.20.3 | R. Ryantm | 2024-01-28 | 1 | -2/+2 |
| * | python311Packages.awscrt: 0.19.18 -> 0.19.19•••Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.19.19 | Fabian Affolter | 2023-12-12 | 1 | -2/+2 |
| * | python311Packages.awscrt: 0.19.17 -> 0.19.18•••https://github.com/awslabs/aws-crt-python/compare/v0.19.17...v0.19.18 | Anthony Roussel | 2023-11-29 | 1 | -8/+2 |
| * | python311Packages.awscrt: 0.19.12 -> 0.19.17•••Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.19.17 | Fabian Affolter | 2023-11-26 | 1 | -2/+2 |
| * | python311Packages.awscrt: 0.19.8 -> 0.19.12 | R. Ryantm | 2023-11-12 | 1 | -2/+2 |
| * | python310Packages.awscrt: 0.19.7 -> 0.19.8 | R. Ryantm | 2023-11-04 | 1 | -2/+2 |
| * | python311Packages.awscrt: 0.19.3 -> 0.19.7•••Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.19.7 | Fabian Affolter | 2023-11-01 | 1 | -2/+2 |
| * | python311Packages.awscrt: 0.19.2 -> 0.19.3 | R. Ryantm | 2023-10-17 | 1 | -2/+2 |
| * | python311Packages.awscrt: 0.19.1 -> 0.19.2•••Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.19.2 | Fabian Affolter | 2023-10-12 | 1 | -2/+2 |
| * | python310Packages.awscrt: 0.19.0 -> 0.19.1 | R. Ryantm | 2023-09-02 | 1 | -2/+2 |
| * | python311Packages.awscrt: 0.16.10 -> 0.19.0•••Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.19.0 | Fabian Affolter | 2023-08-25 | 1 | -2/+2 |
| * | python310Packages.awscrt: 0.16.8 -> 0.16.10 | R. Ryantm | 2023-02-08 | 1 | -2/+2 |
| * | python310Packages.awscrt: 0.16.6 -> 0.16.8 | R. Ryantm | 2023-01-29 | 1 | -2/+2 |
| * | python310Packages.awscrt: 0.16.3 -> 0.16.6 | R. Ryantm | 2023-01-26 | 1 | -2/+2 |
| * | python310Packages.awscrt: 0.16.1 -> 0.16.3 | R. Ryantm | 2022-12-29 | 1 | -2/+2 |
| * | python310Packages.awscrt: 0.15.1 -> 0.16.1 | Anthony Roussel | 2022-12-19 | 1 | -7/+3 |
| * | python310Packages.awscrt: update disabled | Fabian Affolter | 2022-10-29 | 1 | -1/+1 |
| * | python310Packages.awscrt: 0.14.7 -> 0.15.1 | R. Ryantm | 2022-10-28 | 1 | -2/+2 |
| * | python310Packages.awscrt: 0.14.6 -> 0.14.7 | R. Ryantm | 2022-10-05 | 1 | -2/+2 |
| * | python310Packages.awscrt: 0.14.5 -> 0.14.6 | R. Ryantm | 2022-09-10 | 1 | -2/+2 |
| * | python310Packages.awscrt: 0.14.3 -> 0.14.5 | R. Ryantm | 2022-09-03 | 1 | -2/+2 |
| * | python310Packages.awscrt: 0.14.0 -> 0.14.3 | R. Ryantm | 2022-08-30 | 1 | -2/+2 |
| * | python310Packages.awscrt: 0.13.14 -> 0.14.0 | R. Ryantm | 2022-08-13 | 1 | -2/+2 |
| * | python3Packages.awscrt: 0.13.13 -> 0.13.14 | Martin Weinelt | 2022-07-21 | 1 | -2/+2 |
| * | python310Packages.awscrt: 0.13.11 -> 0.13.13 | R. Ryantm | 2022-06-11 | 1 | -2/+2 |
| * | python3Packages.awscrt: fix darwin build | Konstantin Alekseev | 2022-05-31 | 1 | -1/+5 |
| * | treewide: pkgs/development/python-modules: mark broken for darwin | Rick van Schijndel | 2022-05-30 | 1 | -0/+1 |
| * | python310Packages.awscrt: 0.13.9 -> 0.13.11 | R. Ryantm | 2022-04-29 | 1 | -2/+2 |
