summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/databricks-sdk/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python312Packages.databricks-sdk: 0.49.0 -> 0.50.0•••Diff: https://github.com/databricks/databricks-sdk-py/compare/refs/tags/v0.49.0...refs/tags/v0.50.0 Changelog: https://github.com/databricks/databricks-sdk-py/blob/v0.50.0/CHANGELOG.md Gaetan Lepage2025-04-171-2/+2
* python312Packages.databricks-sdk: 0.46.0 -> 0.49.0R. Ryantm2025-03-301-2/+2
* python312Packages.databricks-sdk: 0.45.0 -> 0.46.0•••Diff: https://github.com/databricks/databricks-sdk-py/compare/refs/tags/v0.45.0...v0.46.0 Changelog: https://github.com/databricks/databricks-sdk-py/blob/v0.46.0/CHANGELOG.md Gaetan Lepage2025-03-141-25/+19
* python312Packages.databricks-sdk: 0.44.1 -> 0.45.0R. Ryantm2025-03-091-2/+2
* treewide: fix typos in comments (#384334)Aleksana2025-02-241-1/+1
|\
| * treewide: fix typos in comments•••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. Peder Bergebakken Sundt2025-02-241-1/+1
* | python312Packages.databricks-sdk: 0.43.0 -> 0.44.1R. Ryantm2025-02-221-2/+2
|/
* python312Packages.databricks-sdk: 0.41.0 -> 0.43.0•••Diff: https://github.com/databricks/databricks-sdk-py/compare/v0.41.0...v0.43.0 Changelog: https://github.com/databricks/databricks-sdk-py/blob/v0.43.0/CHANGELOG.md R. Ryantm2025-02-091-2/+2
* python312Packages.databricks-sdk: 0.40.0 -> 0.41.0R. Ryantm2025-01-271-2/+2
* python312Packages.databricks-sdk: 0.38.0 -> 0.40.0•••Diff: https://github.com/databricks/databricks-sdk-py/compare/refs/tags/v0.38.0...v0.40.0 Changelog: https://github.com/databricks/databricks-sdk-py/blob/refs/tags/v0.40.0/CHANGELOG.md Gaetan Lepage2025-01-041-3/+3
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python312Packages.databricks-sdk: 0.35.0 -> 0.38.0R. Ryantm2024-11-301-2/+2
* python312Packages.databricks-sdk: 0.34.0 -> 0.35.0•••Diff: https://github.com/databricks/databricks-sdk-py/compare/refs/tags/v0.34.0...v0.35.0 Changelog: https://github.com/databricks/databricks-sdk-py/blob/refs/tags/v0.35.0/CHANGELOG.md Gaetan Lepage2024-10-171-2/+6
* python312Packages.databricks-sdk: init at 0.34.0Gaetan Lepage2024-10-071-0/+85