summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/curio (follow)
Commit message (Expand)AuthorAgeFilesLines
* python313Packages.curio: 1.6 -> 1.6-unstable-2024-04-11Martin Weinelt2024-11-181-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" ``` Artturin2024-09-251-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 Weinelt2024-05-221-20/+23
|\
| * python3Packages: format with nixfmtMartin Weinelt2024-05-221-19/+22
* | python311Packages.curio: disable flaky test•••fixes #312780 Peder Bergebakken Sundt2024-05-191-0/+1
|/
* python312Packages.curio: add maintainer pbsdsPeder Bergebakken Sundt2024-04-301-1/+1
* maintainers: drop marsamMario Rodas2024-04-241-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 Weinelt2023-12-201-0/+10
* treewide: fix sandbox darwin buildTheodore Ni2023-08-041-7/+10
* python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. Martin Weinelt2023-03-031-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 Gonzalez2023-03-031-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 Girol2023-01-211-1/+1
* python310Packages.curio: 1.5 -> 1.6•••https://github.com/dabeaz/curio/releases/tag/1.6 Mario Rodas2022-11-111-3/+5
* python310Packages.curio: ignore flaky testSandro Jäckel2022-04-261-1/+2
* python3Packages.curio: 1.4 -> 1.5Fabian Affolter2021-07-031-20/+9
* python3Packages.curio: fix another flaky testIvan Babrou2021-03-021-0/+5
* python3Packages.curio: fix flaky test due to slow moving timeIvan Babrou2021-02-241-0/+10
* python3Packages.curio: 1.2 -> 1.4Frederik Rietdijk2020-12-011-2/+2
* python3Packages.curio: fix tests on darwin•••Refactors to pytestCheckHook. Thibault Gagnaux2020-09-261-7/+11
* python3.pkgs.curio: fix buildFrederik Rietdijk2020-06-111-3/+1
* python: curio: 0.9 -> 1.2Frederik Rietdijk2020-06-111-2/+2
* python3Packages.curio: fix darwin network testsJonathan Ringer2019-12-021-0/+2
* pythonPackages.curio: patch testsJonathan Ringer2019-05-291-0/+2
* pythonPackages.curio: init at 0.9Mario Rodas2019-05-221-0/+34