| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3Packages.circus: 0.18.0 -> 0.19.0•••https://github.com/circus-tent/circus/releases/tag/0.19.0 This commit was automatically generated using update-python-libraries. | Martin Weinelt | 2025-04-03 | 1 | -2/+2 |
| * | python312Packages.circus: allow local networking to fix darwin tests | Gaetan Lepage | 2024-10-06 | 1 | -0/+2 |
| * | python312Packages.circus: add GaetanLepage as maintainer | Gaetan Lepage | 2024-10-06 | 1 | -3/+3 |
| * | 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 |
| * | treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' | Jörg Thalheim | 2024-07-29 | 1 | -1/+1 |
| * | treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' | Alexis Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | python312Packages.circus: disable failing tests•••- refactor | Fabian Affolter | 2024-05-22 | 1 | -24/+30 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -13/+12 |
| * | python311Packages.circus: fix tests on darwin | tu-maurice | 2023-11-18 | 1 | -0/+6 |
| * | python3Packages.circus: switch to pypaBuildHook | Peder Bergebakken Sundt | 2023-09-22 | 1 | -1/+6 |
| * | python310Packages.circus: enable checkPhase | natsukium | 2023-07-23 | 1 | -3/+58 |
| * | python310Packages.circus: reintroduce as python-modules | natsukium | 2023-07-23 | 1 | -0/+22 |
| * | circus: fix incompatible dependency of python-circus (#73199)•••* circus: fix incompatible dependency of python-circus * circus: move out of python packages set * circus: remove directly used python packages arguments | tekeri | 2019-11-11 | 1 | -31/+0 |
| * | pythonPackages.circus: fix build, add meta (#47066) | xeji | 2018-09-21 | 1 | -2/+17 |
| * | pkgs/*: remove unreferenced function arguments | volth | 2018-07-21 | 1 | -1/+1 |
| * | python: circus: 0.14.0 -> 0.15.0 | Frederik Rietdijk | 2018-06-22 | 1 | -2/+2 |
| * | python: circus: 0.11.1 -> 0.14.0 | Frederik Rietdijk | 2018-04-08 | 1 | -2/+2 |
| * | pythonPackages.circus: Move to own file | Elis Hirwing | 2018-04-04 | 1 | -0/+16 |
