summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/awscrt/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python313Packages.awscrt: 0.25.7 -> 0.26.1•••Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.26.1 Fabian Affolter2025-04-151-2/+2
* python313Packages.awscrt: 0.24.2 -> 0.25.7•••Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.25.7 Fabian Affolter2025-04-051-2/+2
* python312Packages.awscrt: 0.23.10 -> 0.24.2R. Ryantm2025-03-151-2/+2
* python312Packages.awscrt: 0.23.9 -> 0.23.10R. Ryantm2025-02-171-2/+2
* python312Packages.awscrt: 0.23.6 -> 0.23.9R. Ryantm2025-02-031-2/+2
* python312Packages.awscrt: 0.23.0 -> 0.23.6R. Ryantm2024-12-191-2/+2
* python312Packages.awscrt: 0.22.0 -> 0.23.0R. Ryantm2024-11-161-2/+2
* python312Packages.awscrt: 0.21.5 -> 0.22.0R. Ryantm2024-10-051-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" ``` Artturin2024-09-251-2/+2
* python312Packages.awscrt: 0.21.4 -> 0.21.5•••Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.21.5 Fabian Affolter2024-09-161-2/+2
* python312Packages.awscrt: 0.21.2 -> 0.21.4R. Ryantm2024-09-061-2/+2
* python3Packages.awscrt: remove pin of gcc version•••stdenv is new enough now on all platforms. Artem Leshchev2024-08-061-8/+1
* python312Packages.awscrt: 0.21.1 -> 0.21.2R. Ryantm2024-07-231-2/+2
* python312Packages.awscrt: 0.20.12 -> 0.21.1R. Ryantm2024-07-141-2/+2
* python3Packages.awscrt: 0.20.11 -> 0.20.12•••https://github.com/awslabs/aws-crt-python/releases/tag/v0.20.12 Martin Weinelt2024-06-241-2/+2
* python312Packages.awscrt: 0.20.10 -> 0.20.11•••Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.20.11 Fabian Affolter2024-06-061-2/+2
* python311Packages.awscrt: 0.20.9 -> 0.20.10R. Ryantm2024-05-241-2/+2
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-19/+18
* python311Packages.awscrt: 0.20.6 -> 0.20.9R. Ryantm2024-04-171-2/+2
* python311Packages.awscrt: 0.20.5 -> 0.20.6R. Ryantm2024-03-311-2/+2
* python311Packages.awscrt: 0.20.4 -> 0.20.5R. Ryantm2024-03-031-2/+2
* python311Packages.awscrt: 0.20.3 -> 0.20.4R. Ryantm2024-02-251-2/+2
* python311Packages.awscrt: 0.19.19 -> 0.20.3R. Ryantm2024-01-281-2/+2
* python311Packages.awscrt: 0.19.18 -> 0.19.19•••Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.19.19 Fabian Affolter2023-12-121-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 Roussel2023-11-291-8/+2
* python311Packages.awscrt: 0.19.12 -> 0.19.17•••Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.19.17 Fabian Affolter2023-11-261-2/+2
* python311Packages.awscrt: 0.19.8 -> 0.19.12R. Ryantm2023-11-121-2/+2
* python310Packages.awscrt: 0.19.7 -> 0.19.8R. Ryantm2023-11-041-2/+2
* python311Packages.awscrt: 0.19.3 -> 0.19.7•••Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.19.7 Fabian Affolter2023-11-011-2/+2
* python311Packages.awscrt: 0.19.2 -> 0.19.3R. Ryantm2023-10-171-2/+2
* python311Packages.awscrt: 0.19.1 -> 0.19.2•••Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.19.2 Fabian Affolter2023-10-121-2/+2
* python310Packages.awscrt: 0.19.0 -> 0.19.1R. Ryantm2023-09-021-2/+2
* python311Packages.awscrt: 0.16.10 -> 0.19.0•••Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.19.0 Fabian Affolter2023-08-251-2/+2
* python310Packages.awscrt: 0.16.8 -> 0.16.10R. Ryantm2023-02-081-2/+2
* python310Packages.awscrt: 0.16.6 -> 0.16.8R. Ryantm2023-01-291-2/+2
* python310Packages.awscrt: 0.16.3 -> 0.16.6R. Ryantm2023-01-261-2/+2
* python310Packages.awscrt: 0.16.1 -> 0.16.3R. Ryantm2022-12-291-2/+2
* python310Packages.awscrt: 0.15.1 -> 0.16.1Anthony Roussel2022-12-191-7/+3
* python310Packages.awscrt: update disabledFabian Affolter2022-10-291-1/+1
* python310Packages.awscrt: 0.14.7 -> 0.15.1R. Ryantm2022-10-281-2/+2
* python310Packages.awscrt: 0.14.6 -> 0.14.7R. Ryantm2022-10-051-2/+2
* python310Packages.awscrt: 0.14.5 -> 0.14.6R. Ryantm2022-09-101-2/+2
* python310Packages.awscrt: 0.14.3 -> 0.14.5R. Ryantm2022-09-031-2/+2
* python310Packages.awscrt: 0.14.0 -> 0.14.3R. Ryantm2022-08-301-2/+2
* python310Packages.awscrt: 0.13.14 -> 0.14.0R. Ryantm2022-08-131-2/+2
* python3Packages.awscrt: 0.13.13 -> 0.13.14Martin Weinelt2022-07-211-2/+2
* python310Packages.awscrt: 0.13.11 -> 0.13.13R. Ryantm2022-06-111-2/+2
* python3Packages.awscrt: fix darwin buildKonstantin Alekseev2022-05-311-1/+5
* treewide: pkgs/development/python-modules: mark broken for darwinRick van Schijndel2022-05-301-0/+1
* python310Packages.awscrt: 0.13.9 -> 0.13.11R. Ryantm2022-04-291-2/+2