| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: fix typos in comments | Peder Bergebakken Sundt | 2025-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | Made with ```shell git restore . fd '\.nix$' pkgs/ --type f -j1 -x bash -xc "$(cat <<"EOF" typos --no-check-filenames --write-changes "$1" git diff --exit-code "$1" && exit #( git diff "$1" | grep -qE "^\+ +[^# ]") && git restore "$1" count1="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> ' | wc -l )" count2="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> (<span style="color:#f8f8f2;"> *</span>)?<span style="color:#75715e;">.*</span>$' | wc -l )" [[ $count1 -ne $count2 ]] && git restore "$1" EOF )" -- {} ``` and filtered with `GIT_DIFF_OPTS='--unified=15' git -c interactive.singleKey=true add --patch` I initially tried using the tree-sitter cli, python bindings and even ast-grep through various means, but this is what I ended up with. | ||||
| * | python312Packages.deepdiff: 8.0.1 -> 8.1.1 | R. Ryantm | 2024-12-17 | 1 | -3/+3 |
| | | |||||
| * | python312Packages.deepdiff: 8.0.0 -> 8.0.1 | Doron Behar | 2024-10-24 | 1 | -2/+2 |
| | | |||||
| * | python312Packages.deepdiff: 7.0.1 -> 8.0.0 | Doron Behar | 2024-10-23 | 1 | -9/+17 |
| | | | | | | | Diff: https://github.com/seperman/deepdiff/compare/refs/tags/7.0.1...8.0.0 Changelog: https://github.com/seperman/deepdiff/releases/tag/8.0.0 | ||||
| * | python312Packages.deepdiff: modernize | Doron Behar | 2024-10-23 | 1 | -6/+19 |
| | | |||||
| * | python312Packages.deepdiff: adopt by doronbehar | Doron Behar | 2024-10-23 | 1 | -1/+4 |
| | | |||||
| * | treewide: replace passthru.optional-dependencies with optional-dependencies | Robert Schütz | 2024-09-29 | 1 | -2/+2 |
| | | |||||
| * | python3Packages.deepdiff: 6.7.1 -> 7.0.1 | Martin Weinelt | 2024-06-24 | 1 | -2/+2 |
| | | | | | https://github.com/seperman/deepdiff/releases/tag/7.0.1 | ||||
| * | deepdiff: fix cli binary | ibizaman | 2024-05-26 | 1 | -0/+1 |
| | | |||||
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -18/+17 |
| | | |||||
| * | treewide: add meta.mainProgram to packages with a single binary | stuebinm | 2024-03-19 | 1 | -0/+1 |
| | | | | | | | The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. | ||||
| * | python3Packages.deepdiff: 6.4.1 -> 6.7.1 | Martin Weinelt | 2023-12-20 | 1 | -2/+2 |
| | | | | | https://github.com/seperman/deepdiff/releases/tag/6.7.1 | ||||
| * | python3Packages.deepdiff: 6.3.0 -> 6.4.1 | Martin Weinelt | 2023-09-27 | 1 | -2/+10 |
| | | |||||
| * | python310Packages.deepdiff: 6.2.3 -> 6.3.0 | Fabian Affolter | 2023-04-15 | 1 | -2/+2 |
| | | | | | Changelog: https://github.com/seperman/deepdiff/releases/tag/6.3.0 | ||||
| * | python310Packages.deepdiff: Add python-dateutil to checkInputs | Martin Weinelt | 2023-04-08 | 1 | -0/+2 |
| | | | | | Was previously propagated through clevercsv. | ||||
| * | python311Packages.deepdiff: 6.2.1 -> 6.2.3 | Weijia Wang | 2023-02-06 | 1 | -2/+4 |
| | | |||||
| * | treewide: switch to nativeCheckInputs | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
| * | python310Packages.deepdiff: 6.1.0 -> 6.2.1 | Fabian Affolter | 2022-11-03 | 1 | -2/+2 |
| | | |||||
| * | python310Packages.deepdiff: 5.8.2 -> 6.1.0 | Fabian Affolter | 2022-10-23 | 1 | -12/+18 |
| | | |||||
| * | python3Packages.deepdiff: fixup after incorrect update | Vladimír Čunát | 2022-05-19 | 1 | -6/+1 |
| | | | | | | Commit 53466092b (PR #173429) forgot to update the source hash, and that's why it had to skip the test fixed upstream. | ||||
| * | python310Packages.deepdiff: 5.7.0 -> 5.8.2 | Fabian Affolter | 2022-05-18 | 1 | -5/+11 |
| | | |||||
| * | python3Packages.deepdiff: 5.6.0 -> 5.7.0 | Martin Weinelt | 2022-03-14 | 1 | -3/+6 |
| | | | | | Relaxes the ordered-set constraint. | ||||
| * | python3Packages.deepdiff: fix tests on darwin | Robert Scott | 2021-11-10 | 1 | -0/+5 |
| | | | | | problems arising from assuming a fixed tmp location | ||||
| * | deepdiff: 5.5.0 -> 5.6.0 | R. RyanTM | 2021-10-14 | 1 | -2/+2 |
| | | |||||
| * | deepdiff: 5.3.0 -> 5.5.0 | R. RyanTM | 2021-04-30 | 1 | -2/+2 |
| | | |||||
| * | python3Packages.deepdiff: 5.2.3 -> 5.3.0 | Martin Weinelt | 2021-04-17 | 1 | -2/+2 |
| | | | | | Also expose cli under the `deepdiff` attribute. | ||||
| * | python3Packages.deepdiff: fix build and tests | Martin Weinelt | 2021-04-17 | 1 | -15/+24 |
| | | |||||
| * | python3Packages.deepdiff: 5.0.2 -> 5.2.3 | Frederik Rietdijk | 2021-04-03 | 1 | -2/+2 |
| | | |||||
| * | python3Packages.deepdiff: fix by adding mmh3 dependency | Daniël de Kok | 2020-08-29 | 1 | -6/+2 |
| | | |||||
| * | python: deepdiff: 4.3.2 -> 5.0.2 | Frederik Rietdijk | 2020-08-16 | 1 | -2/+2 |
| | | |||||
| * | python: deepdiff: 4.0.9 -> 4.3.2 | Frederik Rietdijk | 2020-06-11 | 1 | -2/+2 |
| | | |||||
| * | python3.pkgs.deepdiff: init at 4.0.9 | Jörg Thalheim | 2020-01-30 | 1 | -0/+44 |
