summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/deepdiff/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: fix typos in commentsPeder Bergebakken Sundt2025-02-241-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.1R. Ryantm2024-12-171-3/+3
|
* python312Packages.deepdiff: 8.0.0 -> 8.0.1Doron Behar2024-10-241-2/+2
|
* python312Packages.deepdiff: 7.0.1 -> 8.0.0Doron Behar2024-10-231-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: modernizeDoron Behar2024-10-231-6/+19
|
* python312Packages.deepdiff: adopt by doronbeharDoron Behar2024-10-231-1/+4
|
* treewide: replace passthru.optional-dependencies with optional-dependenciesRobert Schütz2024-09-291-2/+2
|
* python3Packages.deepdiff: 6.7.1 -> 7.0.1Martin Weinelt2024-06-241-2/+2
| | | | https://github.com/seperman/deepdiff/releases/tag/7.0.1
* deepdiff: fix cli binaryibizaman2024-05-261-0/+1
|
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-18/+17
|
* treewide: add meta.mainProgram to packages with a single binarystuebinm2024-03-191-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.1Martin Weinelt2023-12-201-2/+2
| | | | https://github.com/seperman/deepdiff/releases/tag/6.7.1
* python3Packages.deepdiff: 6.3.0 -> 6.4.1Martin Weinelt2023-09-271-2/+10
|
* python310Packages.deepdiff: 6.2.3 -> 6.3.0Fabian Affolter2023-04-151-2/+2
| | | | Changelog: https://github.com/seperman/deepdiff/releases/tag/6.3.0
* python310Packages.deepdiff: Add python-dateutil to checkInputsMartin Weinelt2023-04-081-0/+2
| | | | Was previously propagated through clevercsv.
* python311Packages.deepdiff: 6.2.1 -> 6.2.3Weijia Wang2023-02-061-2/+4
|
* treewide: switch to nativeCheckInputsGuillaume Girol2023-01-211-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.1Fabian Affolter2022-11-031-2/+2
|
* python310Packages.deepdiff: 5.8.2 -> 6.1.0Fabian Affolter2022-10-231-12/+18
|
* python3Packages.deepdiff: fixup after incorrect updateVladimír Čunát2022-05-191-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.2Fabian Affolter2022-05-181-5/+11
|
* python3Packages.deepdiff: 5.6.0 -> 5.7.0Martin Weinelt2022-03-141-3/+6
| | | | Relaxes the ordered-set constraint.
* python3Packages.deepdiff: fix tests on darwinRobert Scott2021-11-101-0/+5
| | | | problems arising from assuming a fixed tmp location
* deepdiff: 5.5.0 -> 5.6.0R. RyanTM2021-10-141-2/+2
|
* deepdiff: 5.3.0 -> 5.5.0R. RyanTM2021-04-301-2/+2
|
* python3Packages.deepdiff: 5.2.3 -> 5.3.0Martin Weinelt2021-04-171-2/+2
| | | | Also expose cli under the `deepdiff` attribute.
* python3Packages.deepdiff: fix build and testsMartin Weinelt2021-04-171-15/+24
|
* python3Packages.deepdiff: 5.0.2 -> 5.2.3Frederik Rietdijk2021-04-031-2/+2
|
* python3Packages.deepdiff: fix by adding mmh3 dependencyDaniël de Kok2020-08-291-6/+2
|
* python: deepdiff: 4.3.2 -> 5.0.2Frederik Rietdijk2020-08-161-2/+2
|
* python: deepdiff: 4.0.9 -> 4.3.2Frederik Rietdijk2020-06-111-2/+2
|
* python3.pkgs.deepdiff: init at 4.0.9Jörg Thalheim2020-01-301-0/+44