summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/databricks-cli/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: remove superfluous disabledRobert Schütz2026-01-111-3/+0
| | | | | | | | | | | | | | | | There is no need to disable Python packages for Python versions that are no longer in Nixpkgs. This change was generated using the following script: pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$' for f in $(find -name '*.nix'); do grep -q "$pattern" "$f" || continue sed -i "/$pattern/d" "$f" if [ $(grep -c pythonOlder "$f") == 1 ]; then sed -i '/^\s*pythonOlder,\s*$/d' "$f" fi nixfmt "$f" done
* treewide: clean up 'meta = with' patternIhar Hrachyshka2025-12-101-3/+3
| | | | | | | | | | This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
* treewide: substitute pname for strings (python3Packages.[a-g].*)Peder Bergebakken Sundt2025-05-251-1/+1
|
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
|
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-18/+17
|
* python3Packages.databricks-cli: 0.17.7 -> 0.18.0Martin Weinelt2023-12-201-2/+2
| | | | https://github.com/databricks/databricks-cli/releases/tag/0.18.0
* python311Packages.databricks-cli: 0.17.6 -> 0.17.7R. Ryantm2023-05-211-2/+2
|
* python310Packages.databricks-cli: 0.17.5 -> 0.17.6R. Ryantm2023-04-101-2/+2
|
* python310Packages.databricks-cli: 0.17.4 -> 0.17.5R. Ryantm2023-03-131-2/+2
|
* 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.databricks-cli: enable testsFabian Affolter2022-12-111-18/+38
| | | - add pythonImportsCheck
* python310Packages.databricks-cli: add changelog to metaFabian Affolter2022-12-111-2/+5
|
* python310Packages.databricks-cli: 0.17.3 -> 0.17.4R. Ryantm2022-12-101-2/+2
|
* python310Packages.databricks-cli: 0.17.1 -> 0.17.3R. Ryantm2022-08-271-2/+2
|
* python310Packages.databricks-cli: 0.17.0 -> 0.17.1R. Ryantm2022-08-151-2/+2
|
* python3Packages.databricks-cli: 0.16.4 -> 0.17.0Martin Weinelt2022-07-211-2/+4
|
* python310Packages.databricks-cli: 0.16.2 -> 0.16.4R. Ryantm2022-02-041-2/+2
|
* python38Packages.databricks-cli: 0.16.0 -> 0.16.2R. Ryantm2021-10-271-2/+2
|
* python38Packages.databricks-cli: 0.15.0 -> 0.16.0R. RyanTM2021-10-191-2/+2
|
* python38Packages.databricks-cli: 0.14.3 -> 0.15.0R. RyanTM2021-08-131-2/+2
|
* python38Packages.databricks-cli: 0.14.2 -> 0.14.3R. RyanTM2021-03-181-2/+2
|
* python37Packages.databricks-cli: 0.14.1 -> 0.14.2R. RyanTM2021-02-271-2/+2
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-111-2/+2
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* python3Packages.databricks-cli: 0.14.0 -> 0.14.1Frederik Rietdijk2020-12-011-2/+2
|
* python27Packages.databricks-cli: 0.11.0 -> 0.14.0R. RyanTM2020-11-201-2/+2
|
* python: databricks-cli: 0.10.0 -> 0.11.0Frederik Rietdijk2020-06-111-2/+2
|
* python27Packages.databricks-cli: 0.9.1 -> 0.10.0R. RyanTM2020-04-101-2/+2
|
* pythonPackages.databricks-cli: init at 0.9.1Tyler Benster2020-02-151-0/+41