| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python313Packages.curio: 1.6 -> 1.6-unstable-2024-04-11 | Martin Weinelt | 2024-11-18 | 1 | -17/+14 |
| * | 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 | -1/+1 |
| * | Merge remote-tracking branch 'origin/staging-next' into staging•••Conflicts: - pkgs/development/python-modules/curio/default.nix - pkgs/development/python-modules/pytest-httpbin/default.nix - pkgs/development/python-modules/xtensor-python/default.nix | Martin Weinelt | 2024-05-22 | 1 | -20/+23 |
| |\ | |||||
| | * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -19/+22 |
| * | | python311Packages.curio: disable flaky test•••fixes #312780 | Peder Bergebakken Sundt | 2024-05-19 | 1 | -0/+1 |
| |/ | |||||
| * | python312Packages.curio: add maintainer pbsds | Peder Bergebakken Sundt | 2024-04-30 | 1 | -1/+1 |
| * | maintainers: drop marsam | Mario Rodas | 2024-04-24 | 1 | -1/+1 |
| * | python312Packages.curio: fix build•••Upstream has no released version with Python 3.12 supported yet, but a patch was already merged, which works fine. | Martin Weinelt | 2023-12-20 | 1 | -0/+10 |
| * | treewide: fix sandbox darwin build | Theodore Ni | 2023-08-04 | 1 | -7/+10 |
| * | python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. | Martin Weinelt | 2023-03-03 | 1 | -1/+1 |
| * | python3Packages.curio: Fix Linux build•••In one of our internal mass rebuilds at work we noticed this package fail on Linux and the two tests that failed were exactly the ones that had already been disabled on macOS, so this also disables them on Linux. | Gabriella Gonzalez | 2023-03-03 | 1 | -1/+0 |
| * | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | python310Packages.curio: 1.5 -> 1.6•••https://github.com/dabeaz/curio/releases/tag/1.6 | Mario Rodas | 2022-11-11 | 1 | -3/+5 |
| * | python310Packages.curio: ignore flaky test | Sandro Jäckel | 2022-04-26 | 1 | -1/+2 |
| * | python3Packages.curio: 1.4 -> 1.5 | Fabian Affolter | 2021-07-03 | 1 | -20/+9 |
| * | python3Packages.curio: fix another flaky test | Ivan Babrou | 2021-03-02 | 1 | -0/+5 |
| * | python3Packages.curio: fix flaky test due to slow moving time | Ivan Babrou | 2021-02-24 | 1 | -0/+10 |
| * | python3Packages.curio: 1.2 -> 1.4 | Frederik Rietdijk | 2020-12-01 | 1 | -2/+2 |
| * | python3Packages.curio: fix tests on darwin•••Refactors to pytestCheckHook. | Thibault Gagnaux | 2020-09-26 | 1 | -7/+11 |
| * | python3.pkgs.curio: fix build | Frederik Rietdijk | 2020-06-11 | 1 | -3/+1 |
| * | python: curio: 0.9 -> 1.2 | Frederik Rietdijk | 2020-06-11 | 1 | -2/+2 |
| * | python3Packages.curio: fix darwin network tests | Jonathan Ringer | 2019-12-02 | 1 | -0/+2 |
| * | pythonPackages.curio: patch tests | Jonathan Ringer | 2019-05-29 | 1 | -0/+2 |
| * | pythonPackages.curio: init at 0.9 | Mario Rodas | 2019-05-22 | 1 | -0/+34 |
