| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: replace substituteAll with replaceVars | Wolfgang Walther | 2025-02-10 | 1 | -7/+4 |
| * | python312Packages.debugpy: 1.8.11 -> 1.8.12 | Kira Bruneau | 2025-01-18 | 1 | -2/+2 |
| * | python312Packages.debugpy: fix hash due to .gitattributes | Kira Bruneau | 2024-12-27 | 1 | -1/+1 |
| * | python312Packages.debugpy: 1.8.9 -> 1.8.11 | Kira Bruneau | 2024-12-16 | 1 | -3/+3 |
| * | python312Packages.debugpy: 1.8.8 -> 1.8.9 | Kira Bruneau | 2024-11-23 | 5 | -13/+17 |
| * | python312Packages.debugpy: 1.8.7 -> 1.8.8 | Kira Bruneau | 2024-11-10 | 1 | -5/+4 |
| * | python312Packages.debugpy: 1.8.6 -> 1.8.7•••Update to latest version: https://github.com/microsoft/debugpy/releases/tag/v1.8.7 | Kira Bruneau | 2024-10-11 | 1 | -2/+2 |
| * | python312Packages.debugpy: 1.8.5 -> 1.8.6 (#344467) | Kira Bruneau | 2024-09-29 | 4 | -13/+13 |
| |\ | |||||
| | * | python312Packages.debugpy: 1.8.5 -> 1.8.6 | Kira Bruneau | 2024-09-25 | 4 | -13/+13 |
| * | | 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 | -4/+4 |
| |/ | |||||
| * | python311Packages.debugpy: 1.8.2 -> 1.8.5 | Kira Bruneau | 2024-08-08 | 1 | -2/+2 |
| * | Merge master into staging-next | github-actions[bot] | 2024-07-21 | 1 | -0/+4 |
| |\ | |||||
| | * | python3Packages.debugpy: disable tests for unmaintained pythons | Kira Bruneau | 2024-07-20 | 1 | -0/+4 |
| * | | python3Packages.debugpy: 1.8.1 -> 1.8.2 | Kira Bruneau | 2024-07-16 | 1 | -2/+2 |
| |/ | |||||
| * | 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 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -78/+91 |
| * | python311Packages.debugpy: 1.8.0 -> 1.8.1•••https://github.com/microsoft/debugpy/releases/tag/v1.8.1 | Kira Bruneau | 2024-03-16 | 6 | -32/+67 |
| * | python3Packages.debugpy: 1.8.0 -> 1.8.1•••https://github.com/microsoft/debugpy/releases/tag/v1.8.1 | Martin Weinelt | 2024-03-12 | 1 | -2/+2 |
| * | python3Packages.debugpy: disable tests on *-linux (for now)•••Feel free to make this more precise - or even resolve the issues. | Vladimír Čunát | 2024-03-08 | 1 | -0/+2 |
| * | python3Packages.debugpy: 1.6.7.post1 -> 1.8.0 | Martin Weinelt | 2023-09-27 | 1 | -10/+3 |
| * | python311Packages.debugpy: 1.6.7.post1 -> 1.8.0 | Gutyina Gergő | 2023-09-18 | 1 | -12/+8 |
| * | python310Packages.debugpy: disable process test timeouts | Kira Bruneau | 2023-08-28 | 1 | -5/+10 |
| * | python310Packages.debugpy: 1.6.7 -> 1.6.7.post1 | R. Ryantm | 2023-08-20 | 1 | -2/+2 |
| * | python310Packages.debugpy: increase timeouts on tests | Kira Bruneau | 2023-05-05 | 1 | -1/+7 |
| * | python310Packages.debugpy: 1.6.6 -> 1.6.7 | Kira Bruneau | 2023-05-01 | 5 | -18/+12 |
| * | python311Packages.debugpy: disable 3.11 build until supported | Kira Bruneau | 2023-03-23 | 1 | -1/+4 |
| * | python310Packages.debugpy: fix src hash | Sandro Jäckel | 2023-03-23 | 1 | -1/+1 |
| * | python3Packages.debugpy: fix test failures | Austin Butler | 2023-03-17 | 1 | -1/+12 |
| * | Merge remote-tracking branch 'origin/master' into staging-next | Martin Weinelt | 2023-03-06 | 2 | -6/+26 |
| |\ | |||||
| | * | python3Packages.debugpy: lldb support | Enno Richter | 2023-02-17 | 2 | -6/+26 |
| * | | python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. | Martin Weinelt | 2023-03-03 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #211881 from kira-bruneau/python3Packages.debugpy•••python3Packages.debugpy: 1.6.5 → 1.6.6 | Jonas Heinrich | 2023-01-22 | 1 | -4/+4 |
| |\ | |||||
| | * | python3Packages.debugpy: 1.6.5 → 1.6.6 | Kira Bruneau | 2023-01-21 | 1 | -4/+4 |
| * | | 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.debugpy: 1.6.4 -> 1.6.5 | R. Ryantm | 2023-01-09 | 1 | -2/+2 |
| * | python310Packages.debugpy: add changelog to meta | Fabian Affolter | 2022-11-29 | 1 | -0/+1 |
| * | python310Packages.debugpy: 1.6.3 -> 1.6.4 | R. Ryantm | 2022-11-29 | 1 | -2/+2 |
| * | python3Packages.debugpy: fix thread crashes in tests on aarch64-darwin | Frank Moda | 2022-09-28 | 1 | -0/+9 |
| * | python3Packages.debugpy: 1.6.2 → 1.6.3 | Kira Bruneau | 2022-08-16 | 1 | -10/+2 |
| * | Merge remote-tracking branch 'origin/master' into staging-next | Martin Weinelt | 2022-07-22 | 4 | -40/+37 |
| |\ | |||||
| | * | python3Packages.debugpy: 1.6.0 → 1.6.2 | Kira Bruneau | 2022-07-16 | 4 | -36/+33 |
| | * | python3Packages.debugpy: remove unnecessary arch specifiers | Kira Bruneau | 2022-07-11 | 1 | -5/+5 |
| * | | python3Packages.debugpy: 1.6.0 -> 1.6.2 | Martin Weinelt | 2022-07-21 | 1 | -3/+3 |
| |/ | |||||
| * | treewide: remove redundant numprocesses pytest-xdist parameter•••Including the pytest-xdist package automatically configures numprocesses to $NIX_BUILD_CORES, so specifying these on a package level has become redundant. | Martin Weinelt | 2022-04-15 | 1 | -1/+0 |
| * | python310Packages.debugpy: 1.5.1 -> 1.6.0 | R. Ryantm | 2022-03-27 | 1 | -2/+2 |
| * | python310Packages.debugpy: disable failing tests | Fabian Affolter | 2022-01-13 | 1 | -2/+21 |
| * | pythonPackages.debugpy: add aarch64-linux compile flags | Mauricio Collares | 2021-11-30 | 1 | -1/+2 |
| * | python3Packages.debugpy: 1.5.0 -> 1.5.1 | Fabian Affolter | 2021-10-24 | 1 | -2/+2 |
| * | pythonPackages.debugpy: 1.4.3 → 1.5.0 | Kira Bruneau | 2021-10-16 | 1 | -17/+8 |
| * | Merge master into staging-next | github-actions[bot] | 2021-09-12 | 4 | -17/+15 |
| |\ | |||||
